Lines Matching refs:RISCVTargetLowering
345 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLSEG()
370 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLSEG()
385 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLSEGFF()
411 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLSEGFF()
427 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLXSEG()
446 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVLXSEG()
463 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLXSEG()
482 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVSSEG()
512 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVSXSEG()
528 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVSXSEG()
926 static_cast<const RISCVTargetLowering *>(TLI)->getLegalZfaFPImm(APF, in Select()
1619 switch (RISCVTargetLowering::getLMUL(Src1VT)) { in Select()
1679 switch (RISCVTargetLowering::getLMUL(Src1VT)) { in Select()
1699 switch (RISCVTargetLowering::getLMUL(VT)) { in Select()
1903 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1904 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
1956 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1983 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
2101 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
2102 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
2140 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
2177 const RISCVTargetLowering &TLI = *Subtarget->getTargetLowering(); in Select()
2197 RISCVTargetLowering::decomposeSubvectorInsertExtractToSubRegs( in Select()
2206 RISCVII::VLMUL SubVecLMUL = RISCVTargetLowering::getLMUL(SubVecContainerVT); in Select()
2219 RISCVTargetLowering::getRegClassIDForVecVT(ContainerVT); in Select()
2220 assert(RISCVTargetLowering::getRegClassIDForVecVT(SubVecContainerVT) == in Select()
2240 const RISCVTargetLowering &TLI = *Subtarget->getTargetLowering(); in Select()
2253 RISCVTargetLowering::decomposeSubvectorInsertExtractToSubRegs( in Select()
2265 unsigned InRegClassID = RISCVTargetLowering::getRegClassIDForVecVT(InVT); in Select()
2266 assert(RISCVTargetLowering::getRegClassIDForVecVT(SubVecContainerVT) == in Select()
2333 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
3426 if (static_cast<const RISCVTargetLowering *>(TLI) in selectFPImm()