Searched refs:LMUL_8 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVVectorMaskDAGMutation.cpp | 79 RISCVII::getLMul(MI->getDesc().TSFlags) != RISCVVType::LMUL_8) in apply()
|
| H A D | RISCVISelDAGToDAG.cpp | 1897 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 D | RISCVInstrInfo.cpp | 417 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 D | RISCVISelLowering.cpp | 1190 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 D | RISCVTargetParser.h | 77 LMUL_8, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | RISCVTargetParser.cpp | 190 case LMUL_8: in decodeVLMUL()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/ |
| H A D | RISCVCustomBehaviour.cpp | 137 case RISCVVType::LMUL_8: in createInstruments()
|