Home
last modified time | relevance | path

Searched refs:LMUL_8 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorMaskDAGMutation.cpp79 RISCVII::getLMul(MI->getDesc().TSFlags) != RISCVVType::LMUL_8) in apply()
H A DRISCVISelDAGToDAG.cpp1897 CASE_VMSLT_OPCODES(LMUL_8, M8) in Select()
1915 CASE_VMNAND_VMSET_OPCODES(LMUL_8, B1) in Select()
1995 CASE_VMSLT_OPCODES(LMUL_8, M8) in Select()
2014 CASE_VMXOR_VMANDN_VMOR_OPCODES(LMUL_8, B1) in Select()
H A DRISCVInstrInfo.cpp417 return {RISCVVType::LMUL_8, RISCV::VRM8RegClass, RISCV::VMV8R_V, in copyPhysRegVector()
435 return {RISCVVType::LMUL_8, RISCV::VRM8RegClass, RISCV::VMV8R_V, in copyPhysRegVector()
H A DRISCVISelLowering.cpp1190 if (getLMUL(VT) == RISCVVType::LMUL_8) { in RISCVTargetLowering()
2558 return RISCVVType::LMUL_8; in getLMUL()
2575 case RISCVVType::LMUL_8: in getRegClassIDForLMUL()
4448 case RISCVVType::LMUL_8: in lowerBUILD_VECTOR()
12590 assert(getLMUL(IndexVT) != RISCVVType::LMUL_8); in lowerMaskedLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h77 LMUL_8, enumerator
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp190 case LMUL_8: in decodeVLMUL()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp137 case RISCVVType::LMUL_8: in createInstruments()