Home
last modified time | relevance | path

Searched refs:InH (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2714.key16 GMHJoCudgmkUdKQOBbTkJjByyCmY9Kg86dkqLXZ3qsExwYioKmjB80yISF/P+InH
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2610 SDValue InL, InH; in ExpandShiftByConstant() local
2611 GetExpandedInteger(N->getOperand(0), InL, InH); in ExpandShiftByConstant()
2617 Hi = InH; in ExpandShiftByConstant()
2639 DAG.getNode(ISD::SHL, DL, NVT, InH, in ExpandShiftByConstant()
2652 NVT, InH, DAG.getConstant(Amt - NVTBits, DL, ShTy)); in ExpandShiftByConstant()
2655 Lo = InH; in ExpandShiftByConstant()
2661 DAG.getNode(ISD::SHL, DL, NVT, InH, in ExpandShiftByConstant()
2663 Hi = DAG.getNode(ISD::SRL, DL, NVT, InH, DAG.getConstant(Amt, DL, ShTy)); in ExpandShiftByConstant()
2670 Hi = Lo = DAG.getNode(ISD::SRA, DL, NVT, InH, in ExpandShiftByConstant()
2673 Lo = DAG.getNode(ISD::SRA, DL, NVT, InH, in ExpandShiftByConstant()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4591 Register InH = MRI.createGenericVirtualRegister(HalfTy); in narrowScalarShiftByConstant() local
4592 MIRBuilder.buildUnmerge({InL, InH}, MI.getOperand(1)); in narrowScalarShiftByConstant()
4595 MIRBuilder.buildMergeLikeInstr(MI.getOperand(0), {InL, InH}); in narrowScalarShiftByConstant()
4618 MIRBuilder.buildShl(NVT, InH, MIRBuilder.buildConstant(AmtTy, Amt)); in narrowScalarShiftByConstant()
4627 Lo = MIRBuilder.buildLShr(NVT, InH, in narrowScalarShiftByConstant()
4631 Lo = InH; in narrowScalarShiftByConstant()
4638 NVT, InH, MIRBuilder.buildConstant(AmtTy, -Amt + NVTBits)); in narrowScalarShiftByConstant()
4641 Hi = MIRBuilder.buildLShr(NVT, InH, ShiftAmtConst); in narrowScalarShiftByConstant()
4646 NVT, InH, MIRBuilder.buildConstant(AmtTy, NVTBits - 1)); in narrowScalarShiftByConstant()
4648 Lo = MIRBuilder.buildAShr(NVT, InH, in narrowScalarShiftByConstant()
[all …]