Lines Matching refs:RISCVTargetLowering
346 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLSEG()
371 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLSEG()
386 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLSEGFF()
412 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLSEGFF()
428 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLXSEG()
447 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVLXSEG()
464 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLXSEG()
483 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVSSEG()
513 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVSXSEG()
529 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVSXSEG()
864 static_cast<const RISCVTargetLowering *>(TLI)->getLegalZfaFPImm(APF, in Select()
1446 switch (RISCVTargetLowering::getLMUL(Src1VT)) { in Select()
1506 switch (RISCVTargetLowering::getLMUL(Src1VT)) { in Select()
1526 switch (RISCVTargetLowering::getLMUL(VT)) { in Select()
1730 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1731 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
1783 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1810 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1928 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1929 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
1967 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
2000 const RISCVTargetLowering &TLI = *Subtarget->getTargetLowering(); in Select()
2011 RISCVTargetLowering::decomposeSubvectorInsertExtractToSubRegs( in Select()
2020 RISCVII::VLMUL SubVecLMUL = RISCVTargetLowering::getLMUL(SubVecContainerVT); in Select()
2032 unsigned InRegClassID = RISCVTargetLowering::getRegClassIDForVecVT(VT); in Select()
2033 assert(RISCVTargetLowering::getRegClassIDForVecVT(SubVecContainerVT) == in Select()
2053 const RISCVTargetLowering &TLI = *Subtarget->getTargetLowering(); in Select()
2064 RISCVTargetLowering::decomposeSubvectorInsertExtractToSubRegs( in Select()
2076 unsigned InRegClassID = RISCVTargetLowering::getRegClassIDForVecVT(InVT); in Select()
2077 assert(RISCVTargetLowering::getRegClassIDForVecVT(SubVecContainerVT) == in Select()
2144 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
3225 if (static_cast<const RISCVTargetLowering *>(TLI) in selectFPImm()