Home
last modified time | relevance | path

Searched refs:InH (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
2298 Hi = InH; in ExpandShiftByConstant()
2336 Lo = InH; in ExpandShiftByConstant()
2354 Lo = DAG.getNode(ISD::SRA, DL, NVT, InH, in ExpandShiftByConstant()
2356 Hi = DAG.getNode(ISD::SRA, DL, NVT, InH, in ExpandShiftByConstant()
2359 Lo = InH; in ExpandShiftByConstant()
2360 Hi = DAG.getNode(ISD::SRA, DL, NVT, InH, in ExpandShiftByConstant()
2395 SDValue InL, InH; in ExpandShiftWithKnownAmountBit() local
2442 std::swap(InL, InH); in ExpandShiftWithKnownAmountBit()
2474 SDValue InL, InH; in ExpandShiftWithUnknownAmountBit() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4707 MIRBuilder.buildUnmerge({InL, InH}, MI.getOperand(1)); in narrowScalarShiftByConstant()
4710 MIRBuilder.buildMerge(MI.getOperand(0), {InL, InH}); in narrowScalarShiftByConstant()
4742 Lo = MIRBuilder.buildLShr(NVT, InH, in narrowScalarShiftByConstant()
4746 Lo = InH; in narrowScalarShiftByConstant()
4756 Hi = MIRBuilder.buildLShr(NVT, InH, ShiftAmtConst); in narrowScalarShiftByConstant()
4763 Lo = MIRBuilder.buildAShr(NVT, InH, in narrowScalarShiftByConstant()
4765 Hi = MIRBuilder.buildAShr(NVT, InH, in narrowScalarShiftByConstant()
4768 Lo = InH; in narrowScalarShiftByConstant()
4769 Hi = MIRBuilder.buildAShr(NVT, InH, in narrowScalarShiftByConstant()
4831 MIRBuilder.buildUnmerge({InL, InH}, MI.getOperand(1)); in narrowScalarShift()
[all …]