Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2813 SDValue InL, InH; in ExpandShiftByConstant() local
2819 Lo = InL; in ExpandShiftByConstant()
2824 EVT NVT = InL.getValueType(); in ExpandShiftByConstant()
2838 Hi = InL; in ExpandShiftByConstant()
2917 SDValue InL, InH; in ExpandShiftWithKnownAmountBit() local
2964 std::swap(InL, InH); in ExpandShiftWithKnownAmountBit()
2996 SDValue InL, InH; in ExpandShiftWithUnknownAmountBit() local
3039 Lo = DAG.getSelect(dl, NVT, isZero, InL, in ExpandShiftWithUnknownAmountBit()
4898 SDValue InL, InH; in ExpandIntRes_UDIV() local
4941 SDValue InL, InH; in ExpandIntRes_UREM() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4947 Register InL = MRI.createGenericVirtualRegister(HalfTy); in narrowScalarShiftByConstant() local
4949 MIRBuilder.buildUnmerge({InL, InH}, MI.getOperand(1)); in narrowScalarShiftByConstant()
4952 MIRBuilder.buildMergeLikeInstr(MI.getOperand(0), {InL, InH}); in narrowScalarShiftByConstant()
4967 Hi = MIRBuilder.buildShl(NVT, InL, in narrowScalarShiftByConstant()
4971 Hi = InL; in narrowScalarShiftByConstant()
4993 auto OrLHS = MIRBuilder.buildLShr(NVT, InL, ShiftAmtConst); in narrowScalarShiftByConstant()
5070 Register InL = MRI.createGenericVirtualRegister(HalfTy); in narrowScalarShift() local
5072 MIRBuilder.buildUnmerge({InL, InH}, MI.getOperand(1)); in narrowScalarShift()
5085 auto LoS = MIRBuilder.buildShl(HalfTy, InL, Amt); in narrowScalarShift()
5087 auto LoOr = MIRBuilder.buildLShr(HalfTy, InL, AmtLack); in narrowScalarShift()
[all …]