Searched refs:InH (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 2813 SDValue InL, InH; in ExpandShiftByConstant() local 2820 Hi = InH; in ExpandShiftByConstant() 2858 Lo = InH; in ExpandShiftByConstant() 2876 Lo = DAG.getNode(ISD::SRA, DL, NVT, InH, in ExpandShiftByConstant() 2881 Lo = InH; in ExpandShiftByConstant() 2917 SDValue InL, InH; in ExpandShiftWithKnownAmountBit() local 2964 std::swap(InL, InH); in ExpandShiftWithKnownAmountBit() 2996 SDValue InL, InH; in ExpandShiftWithUnknownAmountBit() local 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 D | LegalizerHelper.cpp | 4949 MIRBuilder.buildUnmerge({InL, InH}, MI.getOperand(1)); in narrowScalarShiftByConstant() 4984 Lo = MIRBuilder.buildLShr(NVT, InH, in narrowScalarShiftByConstant() 4988 Lo = InH; in narrowScalarShiftByConstant() 4998 Hi = MIRBuilder.buildLShr(NVT, InH, ShiftAmtConst); in narrowScalarShiftByConstant() 5005 Lo = MIRBuilder.buildAShr(NVT, InH, in narrowScalarShiftByConstant() 5007 Hi = MIRBuilder.buildAShr(NVT, InH, in narrowScalarShiftByConstant() 5010 Lo = InH; in narrowScalarShiftByConstant() 5011 Hi = MIRBuilder.buildAShr(NVT, InH, in narrowScalarShiftByConstant() 5021 Hi = MIRBuilder.buildAShr(NVT, InH, ShiftAmtConst); in narrowScalarShiftByConstant() 5072 MIRBuilder.buildUnmerge({InL, InH}, MI.getOperand(1)); in narrowScalarShift() [all …]
|