Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2610 SDValue InL, InH; in ExpandShiftByConstant() local
2611 GetExpandedInteger(N->getOperand(0), InL, InH); in ExpandShiftByConstant()
2616 Lo = InL; in ExpandShiftByConstant()
2621 EVT NVT = InL.getValueType(); in ExpandShiftByConstant()
2632 NVT, InL, DAG.getConstant(Amt - NVTBits, DL, ShTy)); in ExpandShiftByConstant()
2635 Hi = InL; in ExpandShiftByConstant()
2637 Lo = DAG.getNode(ISD::SHL, DL, NVT, InL, DAG.getConstant(Amt, DL, ShTy)); in ExpandShiftByConstant()
2641 DAG.getNode(ISD::SRL, DL, NVT, InL, in ExpandShiftByConstant()
2659 DAG.getNode(ISD::SRL, DL, NVT, InL, in ExpandShiftByConstant()
2683 DAG.getNode(ISD::SRL, DL, NVT, InL, in ExpandShiftByConstant()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4590 Register InL = MRI.createGenericVirtualRegister(HalfTy); in narrowScalarShiftByConstant() local
4592 MIRBuilder.buildUnmerge({InL, InH}, MI.getOperand(1)); in narrowScalarShiftByConstant()
4595 MIRBuilder.buildMergeLikeInstr(MI.getOperand(0), {InL, InH}); in narrowScalarShiftByConstant()
4610 Hi = MIRBuilder.buildShl(NVT, InL, in narrowScalarShiftByConstant()
4614 Hi = InL; in narrowScalarShiftByConstant()
4616 Lo = MIRBuilder.buildShl(NVT, InL, MIRBuilder.buildConstant(AmtTy, Amt)); in narrowScalarShiftByConstant()
4620 NVT, InL, MIRBuilder.buildConstant(AmtTy, -Amt + NVTBits)); in narrowScalarShiftByConstant()
4636 auto OrLHS = MIRBuilder.buildLShr(NVT, InL, ShiftAmtConst); in narrowScalarShiftByConstant()
4659 auto OrLHS = MIRBuilder.buildLShr(NVT, InL, ShiftAmtConst); in narrowScalarShiftByConstant()
4713 Register InL = MRI.createGenericVirtualRegister(HalfTy); in narrowScalarShift() local
[all …]