Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Ddefault-ctor.cu10 struct InH { __host__ InH() = default; }; struct
26 InH inh; // expected-error{{no matching constructor for initialization of 'InH'}} in fd()
37 InH inh; in fh()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2598 SDValue InL, InH; in ExpandShiftByConstant() local
2605 Hi = InH; in ExpandShiftByConstant()
2643 Lo = InH; in ExpandShiftByConstant()
2661 Lo = DAG.getNode(ISD::SRA, DL, NVT, InH, in ExpandShiftByConstant()
2663 Hi = DAG.getNode(ISD::SRA, DL, NVT, InH, in ExpandShiftByConstant()
2666 Lo = InH; in ExpandShiftByConstant()
2667 Hi = DAG.getNode(ISD::SRA, DL, NVT, InH, in ExpandShiftByConstant()
2702 SDValue InL, InH; in ExpandShiftWithKnownAmountBit() local
2749 std::swap(InL, InH); in ExpandShiftWithKnownAmountBit()
2781 SDValue InL, InH; in ExpandShiftWithUnknownAmountBit() local
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4570 MIRBuilder.buildUnmerge({InL, InH}, MI.getOperand(1)); in narrowScalarShiftByConstant()
4573 MIRBuilder.buildMerge(MI.getOperand(0), {InL, InH}); in narrowScalarShiftByConstant()
4605 Lo = MIRBuilder.buildLShr(NVT, InH, in narrowScalarShiftByConstant()
4609 Lo = InH; in narrowScalarShiftByConstant()
4619 Hi = MIRBuilder.buildLShr(NVT, InH, ShiftAmtConst); in narrowScalarShiftByConstant()
4626 Lo = MIRBuilder.buildAShr(NVT, InH, in narrowScalarShiftByConstant()
4628 Hi = MIRBuilder.buildAShr(NVT, InH, in narrowScalarShiftByConstant()
4631 Lo = InH; in narrowScalarShiftByConstant()
4632 Hi = MIRBuilder.buildAShr(NVT, InH, in narrowScalarShiftByConstant()
4693 MIRBuilder.buildUnmerge({InL, InH}, MI.getOperand(1)); in narrowScalarShift()
[all …]