Home
last modified time | relevance | path

Searched refs:InChain (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp522 SDValue InChain = CurDAG->getEntryNode(); in selectMultiplication() local
528 CurDAG->getCopyFromReg(InChain, DL, AVR::R0, Type, InGlue); in selectMultiplication()
532 InChain = CopyFromLo.getValue(1); in selectMultiplication()
539 CurDAG->getCopyFromReg(InChain, DL, AVR::R1, Type, InGlue); in selectMultiplication()
543 InChain = CopyFromHi.getValue(1); in selectMultiplication()
H A DAVRISelLowering.cpp505 SDValue InChain = DAG.getEntryNode(); in LowerDivRem() local
525 .setChain(InChain) in LowerDivRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp1271 SDValue InChain = Node->getOperand(0); in LowerVAARG() local
1283 DAG.getLoad(MVT::i32, DL, InChain, VAListPtr, MachinePointerInfo()); in LowerVAARG()
1284 InChain = VAStack.getValue(1); in LowerVAARG()
1290 DAG.getLoad(MVT::i32, DL, InChain, VARegPtr, MachinePointerInfo()); in LowerVAARG()
1291 InChain = VAReg.getValue(1); in LowerVAARG()
1297 DAG.getLoad(MVT::i32, DL, InChain, VarArgIndexPtr, MachinePointerInfo()); in LowerVAARG()
1298 InChain = VAIndex.getValue(1); in LowerVAARG()
1330 SDValue VAIndexStore = DAG.getStore(InChain, DL, VAIndex, VarArgIndexPtr, in LowerVAARG()
1332 InChain = VAIndexStore; in LowerVAARG()
1339 return DAG.getLoad(VT, DL, InChain, Addr, MachinePointerInfo()); in LowerVAARG()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp156 SDValue InChain,
167 SDValue InChain, in getCopyFromParts() argument
178 InChain, CC); in getCopyFromParts()
200 InChain); in getCopyFromParts()
202 PartVT, HalfVT, V, InChain); in getCopyFromParts()
218 OddVT, V, InChain, CC); in getCopyFromParts()
249 InChain, CC); in getCopyFromParts()
297 DAG.getVTList(ValueVT, MVT::Other), InChain, Val, in getCopyFromParts()
341 SDValue InChain, in getCopyFromPartsVector() argument
381 V, InChain, CallConv); in getCopyFromPartsVector()
[all …]
H A DLegalizeDAG.cpp2146 SDValue InChain = DAG.getEntryNode(); in ExpandLibCall() local
2150 SDValue TCChain = InChain; in ExpandLibCall()
2156 InChain = TCChain; in ExpandLibCall()
2161 .setChain(InChain) in ExpandLibCall()
2367 SDValue InChain = DAG.getEntryNode(); in ExpandDivRemLibCall() local
2398 .setChain(InChain) in ExpandDivRemLibCall()
5605 SDValue InChain = Node->getOperand(0); in PromoteNode() local
5607 DAG.getStrictFPExtendOrRound(Node->getOperand(1), InChain, dl, NVT); in PromoteNode()
5609 DAG.getStrictFPExtendOrRound(Node->getOperand(2), InChain, dl, NVT); in PromoteNode()
5662 SDValue InChain = Node->getOperand(0); in PromoteNode() local
[all …]
H A DSelectionDAG.cpp2618 SDValue InChain = StoresInChain ? StoresInChain : getEntryNode(); in expandMultipleResultFPLibCall() local
2622 CLI.setDebugLoc(DL).setChain(InChain).setLibCallee( in expandMultipleResultFPLibCall()
13836 SDValue InChain, in makeStateFunctionCall() argument
13838 assert(InChain.getValueType() == MVT::Other && "Expected token chain"); in makeStateFunctionCall()
13848 CLI.setDebugLoc(DLoc).setChain(InChain).setLibCallee( in makeStateFunctionCall()
H A DTargetLowering.cpp158 SDValue InChain) const { in makeLibCall()
159 if (!InChain) in makeLibCall()
160 InChain = DAG.getEntryNode(); in makeLibCall()
202 .setChain(InChain) in makeLibCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp705 SDValue InChain = Node->getOperand(0); in LowerVAARG() local
711 DAG.getLoad(PtrVT, dl, InChain, VAListPtr, MachinePointerInfo(SV)); in LowerVAARG()
717 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr, in LowerVAARG()
720 return DAG.getLoad(VT, dl, InChain, VAList, MachinePointerInfo()); in LowerVAARG()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h634 SDValue emitFlushICache(SelectionDAG &DAG, SDValue InChain, SDValue Start,
H A DRISCVISelLowering.cpp8393 SDValue RISCVTargetLowering::emitFlushICache(SelectionDAG &DAG, SDValue InChain, in emitFlushICache() argument
8399 {Start, End, Flags}, CallOptions, DL, InChain); in emitFlushICache()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1577 SDValue InChain = Node->getOperand(0); in lowerVAARG() local
1583 DAG.getLoad(PtrVT, DL, InChain, VAListPtr, MachinePointerInfo(SV)); in lowerVAARG()
1619 InChain = DAG.getStore(Chain, DL, NextPtr, VAListPtr, MachinePointerInfo(SV)); in lowerVAARG()
1624 VT, DL, InChain, VAList, MachinePointerInfo(), in lowerVAARG()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3821 SDValue InChain = Node->getOperand(0); in LowerVAARG() local
3829 SDValue GprIndex = DAG.getExtLoad(ISD::ZEXTLOAD, dl, MVT::i32, InChain, in LowerVAARG()
3831 InChain = GprIndex.getValue(1); in LowerVAARG()
3851 SDValue FprIndex = DAG.getExtLoad(ISD::ZEXTLOAD, dl, MVT::i32, InChain, in LowerVAARG()
3853 InChain = FprIndex.getValue(1); in LowerVAARG()
3863 DAG.getLoad(MVT::i32, dl, InChain, OverflowAreaPtr, MachinePointerInfo()); in LowerVAARG()
3864 InChain = OverflowArea.getValue(1); in LowerVAARG()
3867 DAG.getLoad(MVT::i32, dl, InChain, RegSaveAreaPtr, MachinePointerInfo()); in LowerVAARG()
3868 InChain = RegSaveArea.getValue(1); in LowerVAARG()
3895 InChain = DAG.getTruncStore(InChain, dl, IndexPlus1, in LowerVAARG()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2711 SDValue InChain = Node->getOperand(0); in LowerVAARG() local
2717 DAG.getLoad(PtrVT, DL, InChain, VAListPtr, MachinePointerInfo(SV)); in LowerVAARG()
2723 InChain = DAG.getStore(VAList.getValue(1), DL, NextPtr, VAListPtr, in LowerVAARG()
2728 VT, DL, InChain, VAList, MachinePointerInfo(), in LowerVAARG()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp4085 SDValue InChain = N->getOperand(0); in tryReadRegister() local
4089 {SysRegImm, InChain}); in tryReadRegister()
4094 {SysRegImm, InChain}); in tryReadRegister()
4168 SDValue InChain = N->getOperand(0); in tryWriteRegister() local
4172 N->getOperand(2), InChain); in tryWriteRegister()
4187 SDValue(Pair, 0), InChain); in tryWriteRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp600 SDValue InChain = DAG.getEntryNode(); in performDivRemCombine() local
605 SDValue CopyFromLo = DAG.getCopyFromReg(InChain, DL, LO, Ty, in performDivRemCombine()
608 InChain = CopyFromLo.getValue(1); in performDivRemCombine()
614 SDValue CopyFromHi = DAG.getCopyFromReg(InChain, DL, in performDivRemCombine()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4733 CallLoweringInfo &setChain(SDValue InChain) { in setChain()
4734 Chain = InChain; in setChain()
H A DSelectionDAG.h2599 SDValue InChain, const SDLoc &DLoc);
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10145 static SDValue WinDBZCheckDenominator(SelectionDAG &DAG, SDNode *N, SDValue InChain) { in WinDBZCheckDenominator() argument
10149 return DAG.getNode(ARMISD::WIN__DBZCHK, DL, MVT::Other, InChain, Op); in WinDBZCheckDenominator()
10152 return DAG.getNode(ARMISD::WIN__DBZCHK, DL, MVT::Other, InChain, in WinDBZCheckDenominator()
20700 SDValue InChain = DAG.getEntryNode(); in LowerDivRem() local
20712 InChain = WinDBZCheckDenominator(DAG, Op.getNode(), InChain); in LowerDivRem()
20715 CLI.setDebugLoc(dl).setChain(InChain) in LowerDivRem()
20754 SDValue InChain = DAG.getEntryNode(); in LowerREM() local
20762 InChain = WinDBZCheckDenominator(DAG, N, InChain); in LowerREM()
20766 CLI.setChain(InChain) in LowerREM()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30034 SDValue InChain = DAG.getEntryNode(); in LowerWin64_i128OP() local
30047 InChain = in LowerWin64_i128OP()
30048 DAG.getStore(InChain, dl, Op->getOperand(i), StackPtr, MPI, Align(16)); in LowerWin64_i128OP()
30060 .setChain(InChain) in LowerWin64_i128OP()