Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2598 SDValue InL, InH; in ExpandShiftByConstant() local
2599 GetExpandedInteger(N->getOperand(0), InL, InH); in ExpandShiftByConstant()
2604 Lo = InL; in ExpandShiftByConstant()
2609 EVT NVT = InL.getValueType(); in ExpandShiftByConstant()
2623 Hi = InL; in ExpandShiftByConstant()
2702 SDValue InL, InH; in ExpandShiftWithKnownAmountBit() local
2749 std::swap(InL, InH); in ExpandShiftWithKnownAmountBit()
2781 SDValue InL, InH; in ExpandShiftWithUnknownAmountBit() local
2824 Lo = DAG.getSelect(dl, NVT, isZero, InL, in ExpandShiftWithUnknownAmountBit()
2840 Lo = DAG.getSelect(dl, NVT, isZero, InL, in ExpandShiftWithUnknownAmountBit()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4568 Register InL = MRI.createGenericVirtualRegister(HalfTy); in narrowScalarShiftByConstant() local
4570 MIRBuilder.buildUnmerge({InL, InH}, MI.getOperand(1)); in narrowScalarShiftByConstant()
4573 MIRBuilder.buildMerge(MI.getOperand(0), {InL, InH}); in narrowScalarShiftByConstant()
4588 Hi = MIRBuilder.buildShl(NVT, InL, in narrowScalarShiftByConstant()
4592 Hi = InL; in narrowScalarShiftByConstant()
4614 auto OrLHS = MIRBuilder.buildLShr(NVT, InL, ShiftAmtConst); in narrowScalarShiftByConstant()
4691 Register InL = MRI.createGenericVirtualRegister(HalfTy); in narrowScalarShift() local
4693 MIRBuilder.buildUnmerge({InL, InH}, MI.getOperand(1)); in narrowScalarShift()
4706 auto LoS = MIRBuilder.buildShl(HalfTy, InL, Amt); in narrowScalarShift()
4708 auto LoOr = MIRBuilder.buildLShr(HalfTy, InL, AmtLack); in narrowScalarShift()
[all …]