Lines Matching refs:RISCVTargetLowering
302 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLSEG()
330 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLSEG()
345 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLSEGFF()
374 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLSEGFF()
390 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVLXSEG()
412 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVLXSEG()
429 unsigned SubRegIdx = RISCVTargetLowering::getSubregIndexByMVT(VT, I); in selectVLXSEG()
448 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVSSEG()
478 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in selectVSXSEG()
494 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVSXSEG()
1017 switch (RISCVTargetLowering::getLMUL(Src1VT)) { in Select()
1077 switch (RISCVTargetLowering::getLMUL(Src1VT)) { in Select()
1097 switch (RISCVTargetLowering::getLMUL(VT)) { in Select()
1310 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1311 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
1358 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1392 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1510 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1511 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
1549 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()
1582 const RISCVTargetLowering &TLI = *Subtarget->getTargetLowering(); in Select()
1593 RISCVTargetLowering::decomposeSubvectorInsertExtractToSubRegs( in Select()
1602 RISCVII::VLMUL SubVecLMUL = RISCVTargetLowering::getLMUL(SubVecContainerVT); in Select()
1614 unsigned InRegClassID = RISCVTargetLowering::getRegClassIDForVecVT(VT); in Select()
1615 assert(RISCVTargetLowering::getRegClassIDForVecVT(SubVecContainerVT) == in Select()
1635 const RISCVTargetLowering &TLI = *Subtarget->getTargetLowering(); in Select()
1646 RISCVTargetLowering::decomposeSubvectorInsertExtractToSubRegs( in Select()
1658 unsigned InRegClassID = RISCVTargetLowering::getRegClassIDForVecVT(InVT); in Select()
1659 assert(RISCVTargetLowering::getRegClassIDForVecVT(SubVecContainerVT) == in Select()
1715 RISCVII::VLMUL LMUL = RISCVTargetLowering::getLMUL(VT); in Select()