Home
last modified time | relevance | path

Searched refs:NInVT (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3792 EVT NInVT = NInOp.getValueType(); in WidenVecRes_BITCAST() local
3793 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST()
3797 unsigned ShiftAmt = NInVT.getSizeInBits() - InVT.getSizeInBits(); in WidenVecRes_BITCAST()
3798 EVT ShiftAmtTy = TLI.getShiftAmountTy(NInVT, DAG.getDataLayout()); in WidenVecRes_BITCAST()
3800 NInOp = DAG.getNode(ISD::SHL, dl, NInVT, NInOp, in WidenVecRes_BITCAST()
3806 InVT = NInVT; in WidenVecRes_BITCAST()
H A DLegalizeIntegerTypes.cpp341 EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(), InVT); in PromoteIntRes_BITCAST() local
350 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST()
401 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) { in PromoteIntRes_BITCAST()
408 unsigned ShiftAmt = NInVT.getSizeInBits() - InVT.getSizeInBits(); in PromoteIntRes_BITCAST()
420 unsigned WidenInSize = NInVT.getSizeInBits(); in PromoteIntRes_BITCAST()