Home
last modified time | relevance | path

Searched refs:getLMUL (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.h38 uint8_t getLMUL() const;
H A DRISCVCustomBehaviour.cpp49 uint8_t RISCVLMULInstrument::getLMUL() const { in getLMUL() function in llvm::mca::RISCVLMULInstrument
257 uint8_t LMUL = LI->getLMUL(); in getSchedClassID()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp287 RISCVVType::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLSEG()
316 RISCVVType::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLSEGFF()
346 RISCVVType::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLXSEG()
370 RISCVVType::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVLXSEG()
394 RISCVVType::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVSSEG()
419 RISCVVType::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVSXSEG()
443 RISCVVType::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVSXSEG()
1881 switch (RISCVTargetLowering::getLMUL(Src1VT)) { in Select()
1901 switch (RISCVTargetLowering::getLMUL(VT)) { in Select()
1977 switch (RISCVTargetLowering::getLMUL(Src1VT)) { in Select()
[all …]
H A DRISCVInterleavedAccess.cpp53 auto [LMUL, Fractional] = RISCVVType::decodeVLMUL(getLMUL(ContainerVT)); in isLegalInterleavedAccessType()
H A DRISCVISelLowering.h350 static RISCVVType::VLMUL getLMUL(MVT VT);
H A DRISCVISelLowering.cpp1190 if (getLMUL(VT) == RISCVVType::LMUL_8) { in RISCVTargetLowering()
2515 RISCVVType::VLMUL RISCVTargetLowering::getLMUL(MVT VT) { in getLMUL() function in RISCVTargetLowering
2581 RISCVVType::VLMUL LMUL = getLMUL(VT); in getSubregIndexByMVT()
2643 return getRegClassIDForLMUL(getLMUL(VT)); in getRegClassIDForVecVT()
2670 assert(getLMUL(VecVT) == getLMUL(SubVecVT) && in decomposeSubvectorInsertExtractToSubRegs()
2989 RISCVVType::decodeVLMUL(RISCVTargetLowering::getLMUL(VT)); in getLMULCost()
4440 switch (RISCVTargetLowering::getLMUL(ContainerVT)) { in lowerBUILD_VECTOR()
10392 RISCVVType::VLMUL Lmul = RISCVTargetLowering::getLMUL(VT); in lowerVectorIntrinsicScalars()
11762 assert(RISCVVType::decodeVLMUL(getLMUL(ContainerSubVecVT)).second || in lowerEXTRACT_SUBVECTOR()
11763 getLMUL(ContainerSubVecVT) == RISCVVType::LMUL_1); in lowerEXTRACT_SUBVECTOR()
[all …]
H A DRISCVTargetTransformInfo.cpp920 RISCVVType::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in isM1OrSmaller()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp1122 RISCVVType::decodeVLMUL(RISCVTargetLowering::getLMUL(LitTyMVT)).second || in legalizeExtractSubvector()
1123 RISCVTargetLowering::getLMUL(LitTyMVT) == RISCVVType::LMUL_1); in legalizeExtractSubvector()