Home
last modified time | relevance | path

Searched refs:LMUL_F8 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h79 LMUL_F8, enumerator
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp194 case LMUL_F8: in decodeVLMUL()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp146 case RISCVVType::LMUL_F8: in createInstruments()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1891 CASE_VMSLT_OPCODES(LMUL_F8, MF8) in Select()
1909 CASE_VMNAND_VMSET_OPCODES(LMUL_F8, B64) in Select()
1989 CASE_VMSLT_OPCODES(LMUL_F8, MF8) in Select()
2008 CASE_VMXOR_VMANDN_VMOR_OPCODES(LMUL_F8, B64) in Select()
2561 SubVecLMUL == RISCVVType::VLMUL::LMUL_F8; in Select()
H A DRISCVTargetTransformInfo.cpp921 return (LMUL == RISCVVType::VLMUL::LMUL_F8 || in isM1OrSmaller()
H A DRISCVISelLowering.cpp2519 return RISCVVType::LMUL_F8; in getLMUL()
2546 return RISCVVType::LMUL_F8; in getLMUL()
2566 case RISCVVType::LMUL_F8: in getRegClassIDForLMUL()
2582 if (LMUL == RISCVVType::LMUL_F8 || LMUL == RISCVVType::LMUL_F4 || in getSubregIndexByMVT()