Lines Matching refs:RISCVTargetLowering
242 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLSEG()
268 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLSEG()
283 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLSEGFF()
311 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLSEGFF()
327 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLXSEG()
346 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVLXSEG()
359 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLXSEG()
378 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVSSEG()
408 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVSXSEG()
423 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVSXSEG()
648 switch (RISCVTargetLowering::getLMUL(Src1VT)) { in Select()
717 switch (RISCVTargetLowering::getLMUL(Src1VT)) { in Select()
764 switch (RISCVTargetLowering::getLMUL(VT)) { in Select()
1007 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1008 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
1043 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1071 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1196 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1197 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
1231 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1264 const RISCVTargetLowering &TLI = *Subtarget->getTargetLowering(); in Select()
1275 RISCVTargetLowering::decomposeSubvectorInsertExtractToSubRegs( in Select()
1284 RISCVII::VLMUL SubVecLMUL = RISCVTargetLowering::getLMUL(SubVecContainerVT); in Select()
1296 unsigned InRegClassID = RISCVTargetLowering::getRegClassIDForVecVT(VT); in Select()
1297 assert(RISCVTargetLowering::getRegClassIDForVecVT(SubVecContainerVT) == in Select()
1317 const RISCVTargetLowering &TLI = *Subtarget->getTargetLowering(); in Select()
1328 RISCVTargetLowering::decomposeSubvectorInsertExtractToSubRegs( in Select()
1340 unsigned InRegClassID = RISCVTargetLowering::getRegClassIDForVecVT(InVT); in Select()
1341 assert(RISCVTargetLowering::getRegClassIDForVecVT(SubVecContainerVT) == in Select()
1380 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()