Home
last modified time | relevance | path

Searched refs:LMUL_1 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h74 LMUL_1 = 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp187 case LMUL_1: in decodeVLMUL()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp128 case RISCVVType::LMUL_1: in createInstruments()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp504 RISCVVType::VLMUL VLMul = RISCVVType::LMUL_1;
1197 NewInfo.setVTYPE(RISCVVType::LMUL_1, /*sew*/ 8, /*ta*/ true, /*ma*/ true); in transferBefore()
H A DRISCVISelDAGToDAG.cpp1894 CASE_VMSLT_OPCODES(LMUL_1, M1) in Select()
1912 CASE_VMNAND_VMSET_OPCODES(LMUL_1, B8) in Select()
1992 CASE_VMSLT_OPCODES(LMUL_1, M1) in Select()
2011 CASE_VMXOR_VMANDN_VMOR_OPCODES(LMUL_1, B8) in Select()
H A DRISCVInstrInfo.cpp428 return {RISCVVType::LMUL_1, RISCV::VRRegClass, RISCV::VMV1R_V, in copyPhysRegVector()
444 return {RISCVVType::LMUL_1, RISCV::VRRegClass, RISCV::VMV1R_V, in copyPhysRegVector()
450 if (RISCVRI::getLMul(RegClass.TSFlags) == RISCVVType::LMUL_1) in copyPhysRegVector()
H A DRISCVTargetTransformInfo.cpp924 LMUL == RISCVVType::VLMUL::LMUL_1); in isM1OrSmaller()
H A DRISCVISelLowering.cpp2528 return RISCVVType::LMUL_1; in getLMUL()
2552 return RISCVVType::LMUL_1; in getLMUL()
2569 case RISCVVType::LMUL_1: in getRegClassIDForLMUL()
2583 LMUL == RISCVVType::LMUL_F2 || LMUL == RISCVVType::LMUL_1) { in getSubregIndexByMVT()
11763 getLMUL(ContainerSubVecVT) == RISCVVType::LMUL_1); in lowerEXTRACT_SUBVECTOR()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp1123 RISCVTargetLowering::getLMUL(LitTyMVT) == RISCVVType::LMUL_1); in legalizeExtractSubvector()