Searched refs:NInVT (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 380 EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(), InVT); in PromoteIntRes_BITCAST() local 389 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST() 440 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) { in PromoteIntRes_BITCAST() 447 unsigned ShiftAmt = NInVT.getSizeInBits() - InVT.getSizeInBits(); in PromoteIntRes_BITCAST() 458 TypeSize WidenInSize = NInVT.getSizeInBits(); in PromoteIntRes_BITCAST() 5192 EVT NInVT = InVT.getHalfNumVectorElementsVT(*DAG.getContext()); in PromoteIntRes_EXTRACT_SUBVECTOR() local 5193 unsigned NElts = NInVT.getVectorMinNumElements(); in PromoteIntRes_EXTRACT_SUBVECTOR() 5196 SDValue Step1 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, NInVT, InOp0, in PromoteIntRes_EXTRACT_SUBVECTOR()
|
| H A D | LegalizeVectorTypes.cpp | 4550 EVT NInVT = NInOp.getValueType(); in WidenVecRes_BITCAST() local 4551 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST() 4555 unsigned ShiftAmt = NInVT.getSizeInBits() - InVT.getSizeInBits(); in WidenVecRes_BITCAST() 4556 EVT ShiftAmtTy = TLI.getShiftAmountTy(NInVT, DAG.getDataLayout()); in WidenVecRes_BITCAST() 4558 NInOp = DAG.getNode(ISD::SHL, dl, NInVT, NInOp, in WidenVecRes_BITCAST() 4564 InVT = NInVT; in WidenVecRes_BITCAST()
|