Home
last modified time | relevance | path

Searched defs:LMUL (Results 1 – 25 of 105) sorted by relevance

12345

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h152 uint16_t LMUL : 3; member
162 uint16_t LMUL : 3; member
172 uint16_t LMUL : 3; member
181 uint16_t LMUL : 3; member
192 uint16_t LMUL : 3; member
200 uint16_t LMUL : 3; member
209 uint16_t LMUL : 3; member
H A DRISCVISelDAGToDAG.cpp213 unsigned NF, RISCVII::VLMUL LMUL) { in createTuple()
319 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLSEG() local
362 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLSEGFF() local
407 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLXSEG() local
465 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVSSEG() local
495 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVSXSEG() local
1427 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select() local
1475 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select() local
1509 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select() local
1627 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select() local
[all …]
H A DRISCVInstrInfo.cpp2055 #define CASE_VFMA_OPCODE_COMMON(OP, TYPE, LMUL) \ argument
2199 #define CASE_VFMA_CHANGE_OPCODE_COMMON(OLDOP, NEWOP, TYPE, LMUL) \ argument
2341 #define CASE_WIDEOP_OPCODE_COMMON(OP, LMUL) \ argument
2356 #define CASE_WIDEOP_CHANGE_OPCODE_COMMON(OP, LMUL) \ argument
H A DRISCVRegisterInfo.cpp262 unsigned LMUL = ZvlssegInfo->second; in lowerVSPILL() local
331 unsigned LMUL = ZvlssegInfo->second; in lowerVRELOAD() local
H A DRISCVTargetTransformInfo.cpp225 unsigned LMUL = PowerOf2Floor( in getRegisterBitWidth() local
H A DRISCVInsertVSETVLI.cpp135 bool LMUL = false; member
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
H A DLMUL.java27 public class LMUL extends ArithmeticInstruction { class
29 public LMUL() { in LMUL() method in LMUL
H A DInstructionConst.java97 public static final ArithmeticInstruction LMUL = new LMUL(); field in InstructionConst
H A DInstructionConstants.java98 ArithmeticInstruction LMUL = new LMUL(); field
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TargetParser/
DRISCVTargetParser.h68 inline static bool isValidLMUL(unsigned LMUL, bool Fractional) { in isValidLMUL()
83 inline static RISCVII::VLMUL encodeLMUL(unsigned LMUL, bool Fractional) { in encodeLMUL()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TargetParser/
DRISCVTargetParser.h68 inline static bool isValidLMUL(unsigned LMUL, bool Fractional) { in isValidLMUL()
83 inline static RISCVII::VLMUL encodeLMUL(unsigned LMUL, bool Fractional) { in encodeLMUL()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TargetParser/
DRISCVTargetParser.h68 inline static bool isValidLMUL(unsigned LMUL, bool Fractional) { in isValidLMUL()
83 inline static RISCVII::VLMUL encodeLMUL(unsigned LMUL, bool Fractional) { in encodeLMUL()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h424 inline static bool isValidLMUL(unsigned LMUL, bool Fractional) { in isValidLMUL()
439 inline static RISCVII::VLMUL encodeLMUL(unsigned LMUL, bool Fractional) { in encodeLMUL()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h59 LMUL, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h60 LMUL, enumerator
/aosp_15_r20/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h61 LMUL, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp101 uint8_t LMUL = static_cast<RISCVLMULInstrument *>(I.get())->getLMUL(); in getSchedClassID() local
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DOpcode.java198 int LMUL = 105; field
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DOpcodes.java471 int LMUL = 105; // - field
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/
H A DByteOps.java132 public static final int LMUL = 0x69; field in ByteOps
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Support/
DRISCVVIntrinsicUtils.h256 LMULType LMUL; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Support/
DRISCVVIntrinsicUtils.h256 LMULType LMUL; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Support/
DRISCVVIntrinsicUtils.h256 LMULType LMUL; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Support/
DRISCVVIntrinsicUtils.h256 LMULType LMUL; variable
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/
H A DConstants.java700 short LMUL = 105; field

12345