Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2291 SDValue InL, InH; in ExpandShiftByConstant() local
2292 GetExpandedInteger(N->getOperand(0), InL, InH); in ExpandShiftByConstant()
2297 Lo = InL; in ExpandShiftByConstant()
2302 EVT NVT = InL.getValueType(); in ExpandShiftByConstant()
2316 Hi = InL; in ExpandShiftByConstant()
2395 SDValue InL, InH; in ExpandShiftWithKnownAmountBit() local
2442 std::swap(InL, InH); in ExpandShiftWithKnownAmountBit()
2474 SDValue InL, InH; in ExpandShiftWithUnknownAmountBit() local
2517 Lo = DAG.getSelect(dl, NVT, isZero, InL, in ExpandShiftWithUnknownAmountBit()
2533 Lo = DAG.getSelect(dl, NVT, isZero, InL, in ExpandShiftWithUnknownAmountBit()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4705 Register InL = MRI.createGenericVirtualRegister(HalfTy); in narrowScalarShiftByConstant() local
4707 MIRBuilder.buildUnmerge({InL, InH}, MI.getOperand(1)); in narrowScalarShiftByConstant()
4710 MIRBuilder.buildMerge(MI.getOperand(0), {InL, InH}); in narrowScalarShiftByConstant()
4725 Hi = MIRBuilder.buildShl(NVT, InL, in narrowScalarShiftByConstant()
4729 Hi = InL; in narrowScalarShiftByConstant()
4751 auto OrLHS = MIRBuilder.buildLShr(NVT, InL, ShiftAmtConst); in narrowScalarShiftByConstant()
4829 Register InL = MRI.createGenericVirtualRegister(HalfTy); in narrowScalarShift() local
4831 MIRBuilder.buildUnmerge({InL, InH}, MI.getOperand(1)); in narrowScalarShift()
4844 auto LoS = MIRBuilder.buildShl(HalfTy, InL, Amt); in narrowScalarShift()
4846 auto LoOr = MIRBuilder.buildLShr(HalfTy, InL, AmtLack); in narrowScalarShift()
[all …]