Searched refs:NInVT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 465 EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(), InVT); in PromoteIntRes_BITCAST() local 474 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector() && !NInVT.isVector()) in PromoteIntRes_BITCAST() 525 if (NOutVT.bitsEq(NInVT) && !NOutVT.isVector()) { in PromoteIntRes_BITCAST() 532 unsigned ShiftAmt = NInVT.getSizeInBits() - InVT.getSizeInBits(); in PromoteIntRes_BITCAST() 543 TypeSize WidenInSize = NInVT.getSizeInBits(); in PromoteIntRes_BITCAST() 5742 EVT NInVT = InVT.getHalfNumVectorElementsVT(*DAG.getContext()); in PromoteIntRes_EXTRACT_SUBVECTOR() local 5743 unsigned NElts = NInVT.getVectorMinNumElements(); in PromoteIntRes_EXTRACT_SUBVECTOR() 5746 SDValue Step1 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, NInVT, InOp0, in PromoteIntRes_EXTRACT_SUBVECTOR()
|
H A D | LegalizeVectorTypes.cpp | 5363 EVT NInVT = NInOp.getValueType(); in WidenVecRes_BITCAST() 5364 if (WidenVT.bitsEq(NInVT)) { in WidenVecRes_BITCAST() 5368 unsigned ShiftAmt = NInVT.getSizeInBits() - InVT.getSizeInBits(); in WidenVecRes_BITCAST() 5369 EVT ShiftAmtTy = TLI.getShiftAmountTy(NInVT, DAG.getDataLayout()); in WidenVecRes_BITCAST() 5371 NInOp = DAG.getNode(ISD::SHL, dl, NInVT, NInOp, in WidenVecRes_BITCAST() 5377 InVT = NInVT; in WidenVecRes_BITCAST() 5359 EVT NInVT = NInOp.getValueType(); WidenVecRes_BITCAST() local
|