Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp523 SDValue InChain = CurDAG->getEntryNode(); in selectMultiplication() local
529 CurDAG->getCopyFromReg(InChain, DL, AVR::R0, Type, InGlue); in selectMultiplication()
533 InChain = CopyFromLo.getValue(1); in selectMultiplication()
540 CurDAG->getCopyFromReg(InChain, DL, AVR::R1, Type, InGlue); in selectMultiplication()
544 InChain = CopyFromHi.getValue(1); in selectMultiplication()
H A DAVRISelLowering.cpp562 SDValue InChain = DAG.getEntryNode(); in LowerDivRem() local
582 .setChain(InChain) in LowerDivRem()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp160 SDValue InChain,
171 SDValue InChain, in getCopyFromParts() argument
182 InChain, CC); in getCopyFromParts()
204 InChain); in getCopyFromParts()
206 PartVT, HalfVT, V, InChain); in getCopyFromParts()
222 OddVT, V, InChain, CC); in getCopyFromParts()
253 InChain, CC); in getCopyFromParts()
301 DAG.getVTList(ValueVT, MVT::Other), InChain, Val, in getCopyFromParts()
344 SDValue InChain, in getCopyFromPartsVector() argument
384 V, InChain, CallConv); in getCopyFromPartsVector()
[all …]
H A DLegalizeDAG.cpp2082 SDValue InChain = DAG.getEntryNode(); in ExpandLibCall() local
2086 SDValue TCChain = InChain; in ExpandLibCall()
2092 InChain = TCChain; in ExpandLibCall()
2097 .setChain(InChain) in ExpandLibCall()
2267 SDValue InChain = DAG.getEntryNode(); in ExpandDivRemLibCall() local
2298 .setChain(InChain) in ExpandDivRemLibCall()
2360 SDValue InChain = DAG.getEntryNode(); in ExpandSinCosLibCall() local
2396 CLI.setDebugLoc(dl).setChain(InChain).setLibCallee( in ExpandSinCosLibCall()
5395 SDValue InChain = Node->getOperand(0); in PromoteNode() local
5397 DAG.getStrictFPExtendOrRound(Node->getOperand(1), InChain, dl, NVT); in PromoteNode()
[all …]
H A DTargetLowering.cpp150 SDValue InChain) const { in makeLibCall()
151 if (!InChain) in makeLibCall()
152 InChain = DAG.getEntryNode(); in makeLibCall()
189 .setChain(InChain) in makeLibCall()
H A DSelectionDAG.cpp13217 SDValue InChain, in makeStateFunctionCall() argument
13219 assert(InChain.getValueType() == MVT::Other && "Expected token chain"); in makeStateFunctionCall()
13229 CLI.setDebugLoc(DLoc).setChain(InChain).setLibCallee( in makeStateFunctionCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp732 SDValue InChain = Node->getOperand(0); in LowerVAARG() local
738 DAG.getLoad(PtrVT, dl, InChain, VAListPtr, MachinePointerInfo(SV)); in LowerVAARG()
744 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr, in LowerVAARG()
747 return DAG.getLoad(VT, dl, InChain, VAList, MachinePointerInfo()); in LowerVAARG()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1586 SDValue InChain = Node->getOperand(0); in lowerVAARG() local
1592 DAG.getLoad(PtrVT, DL, InChain, VAListPtr, MachinePointerInfo(SV)); in lowerVAARG()
1628 InChain = DAG.getStore(Chain, DL, NextPtr, VAListPtr, MachinePointerInfo(SV)); in lowerVAARG()
1633 VT, DL, InChain, VAList, MachinePointerInfo(), in lowerVAARG()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3806 SDValue InChain = Node->getOperand(0); in LowerVAARG() local
3814 SDValue GprIndex = DAG.getExtLoad(ISD::ZEXTLOAD, dl, MVT::i32, InChain, in LowerVAARG()
3816 InChain = GprIndex.getValue(1); in LowerVAARG()
3836 SDValue FprIndex = DAG.getExtLoad(ISD::ZEXTLOAD, dl, MVT::i32, InChain, in LowerVAARG()
3838 InChain = FprIndex.getValue(1); in LowerVAARG()
3848 DAG.getLoad(MVT::i32, dl, InChain, OverflowAreaPtr, MachinePointerInfo()); in LowerVAARG()
3849 InChain = OverflowArea.getValue(1); in LowerVAARG()
3852 DAG.getLoad(MVT::i32, dl, InChain, RegSaveAreaPtr, MachinePointerInfo()); in LowerVAARG()
3853 InChain = RegSaveArea.getValue(1); in LowerVAARG()
3880 InChain = DAG.getTruncStore(InChain, dl, IndexPlus1, in LowerVAARG()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h1043 SDValue emitFlushICache(SelectionDAG &DAG, SDValue InChain, SDValue Start,
H A DRISCVISelLowering.cpp7271 SDValue RISCVTargetLowering::emitFlushICache(SelectionDAG &DAG, SDValue InChain, in emitFlushICache()
7277 {Start, End, Flags}, CallOptions, DL, InChain); in emitFlushICache()
7269 emitFlushICache(SelectionDAG & DAG,SDValue InChain,SDValue Start,SDValue End,SDValue Flags,SDLoc DL) const emitFlushICache() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2749 SDValue InChain = Node->getOperand(0); in LowerVAARG() local
2755 DAG.getLoad(PtrVT, DL, InChain, VAListPtr, MachinePointerInfo(SV)); in LowerVAARG()
2761 InChain = DAG.getStore(VAList.getValue(1), DL, NextPtr, VAListPtr, in LowerVAARG()
2766 VT, DL, InChain, VAList, MachinePointerInfo(), in LowerVAARG()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3983 SDValue InChain = N->getOperand(0); in tryReadRegister() local
3987 {SysRegImm, InChain}); in tryReadRegister()
3992 {SysRegImm, InChain}); in tryReadRegister()
4066 SDValue InChain = N->getOperand(0); in tryWriteRegister() local
4070 N->getOperand(2), InChain); in tryWriteRegister()
4085 SDValue(Pair, 0), InChain); in tryWriteRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp591 SDValue InChain = DAG.getEntryNode(); in performDivRemCombine() local
596 SDValue CopyFromLo = DAG.getCopyFromReg(InChain, DL, LO, Ty, in performDivRemCombine()
599 InChain = CopyFromLo.getValue(1); in performDivRemCombine()
605 SDValue CopyFromHi = DAG.getCopyFromReg(InChain, DL, in performDivRemCombine()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4555 CallLoweringInfo &setChain(SDValue InChain) { in setChain()
4556 Chain = InChain; in setChain()
H A DSelectionDAG.h2412 SDValue makeStateFunctionCall(unsigned LibFunc, SDValue Ptr, SDValue InChain,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10095 static SDValue WinDBZCheckDenominator(SelectionDAG &DAG, SDNode *N, SDValue InChain) { in WinDBZCheckDenominator() argument
10099 return DAG.getNode(ARMISD::WIN__DBZCHK, DL, MVT::Other, InChain, Op); in WinDBZCheckDenominator()
10102 return DAG.getNode(ARMISD::WIN__DBZCHK, DL, MVT::Other, InChain, in WinDBZCheckDenominator()
20766 SDValue InChain = DAG.getEntryNode(); in LowerDivRem() local
20778 InChain = WinDBZCheckDenominator(DAG, Op.getNode(), InChain); in LowerDivRem()
20781 CLI.setDebugLoc(dl).setChain(InChain) in LowerDivRem()
20820 SDValue InChain = DAG.getEntryNode(); in LowerREM() local
20828 InChain = WinDBZCheckDenominator(DAG, N, InChain); in LowerREM()
20832 CLI.setChain(InChain) in LowerREM()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28970 SDValue InChain = DAG.getEntryNode(); in LowerWin64_i128OP() local
28983 InChain = in LowerWin64_i128OP()
28984 DAG.getStore(InChain, dl, Op->getOperand(i), StackPtr, MPI, Align(16)); in LowerWin64_i128OP()
28997 .setChain(InChain) in LowerWin64_i128OP()