Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h80 LMUL_F4, enumerator
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp193 case LMUL_F4: in decodeVLMUL()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp143 case RISCVVType::LMUL_F4: in createInstruments()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1892 CASE_VMSLT_OPCODES(LMUL_F4, MF4) in Select()
1910 CASE_VMNAND_VMSET_OPCODES(LMUL_F4, B32) in Select()
1990 CASE_VMSLT_OPCODES(LMUL_F4, MF4) in Select()
2009 CASE_VMXOR_VMANDN_VMOR_OPCODES(LMUL_F4, B32) in Select()
2560 SubVecLMUL == RISCVVType::VLMUL::LMUL_F4 || in Select()
H A DRISCVTargetTransformInfo.cpp922 LMUL == RISCVVType::VLMUL::LMUL_F4 || in isM1OrSmaller()
H A DRISCVISelLowering.cpp2522 return RISCVVType::LMUL_F4; in getLMUL()
2548 return RISCVVType::LMUL_F4; in getLMUL()
2567 case RISCVVType::LMUL_F4: in getRegClassIDForLMUL()
2582 if (LMUL == RISCVVType::LMUL_F8 || LMUL == RISCVVType::LMUL_F4 || in getSubregIndexByMVT()