Searched refs:NInVT (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 387 EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(), InVT); in PromoteIntRes_BITCAST() local 396 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST() 447 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) { in PromoteIntRes_BITCAST() 454 unsigned ShiftAmt = NInVT.getSizeInBits() - InVT.getSizeInBits(); in PromoteIntRes_BITCAST() 465 TypeSize WidenInSize = NInVT.getSizeInBits(); in PromoteIntRes_BITCAST() 5316 EVT NInVT = InVT.getHalfNumVectorElementsVT(*DAG.getContext()); in PromoteIntRes_EXTRACT_SUBVECTOR() local 5317 unsigned NElts = NInVT.getVectorMinNumElements(); in PromoteIntRes_EXTRACT_SUBVECTOR() 5320 SDValue Step1 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, NInVT, InOp0, in PromoteIntRes_EXTRACT_SUBVECTOR()
|
| H A D | LegalizeVectorTypes.cpp | 4815 EVT NInVT = NInOp.getValueType(); in WidenVecRes_BITCAST() local 4816 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST() 4820 unsigned ShiftAmt = NInVT.getSizeInBits() - InVT.getSizeInBits(); in WidenVecRes_BITCAST() 4821 EVT ShiftAmtTy = TLI.getShiftAmountTy(NInVT, DAG.getDataLayout()); in WidenVecRes_BITCAST() 4823 NInOp = DAG.getNode(ISD::SHL, dl, NInVT, NInOp, in WidenVecRes_BITCAST() 4829 InVT = NInVT; in WidenVecRes_BITCAST()
|