Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp512 SDValue InChain = CurDAG->getEntryNode(); in selectMultiplication() local
518 CurDAG->getCopyFromReg(InChain, DL, AVR::R0, Type, InGlue); in selectMultiplication()
522 InChain = CopyFromLo.getValue(1); in selectMultiplication()
529 CurDAG->getCopyFromReg(InChain, DL, AVR::R1, Type, InGlue); in selectMultiplication()
533 InChain = CopyFromHi.getValue(1); in selectMultiplication()
H A DAVRISelLowering.cpp578 SDValue InChain = DAG.getEntryNode(); in LowerDivRem() local
598 .setChain(InChain) in LowerDivRem()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp167 SDValue InChain, in getCopyFromParts() argument
178 InChain, CC); in getCopyFromParts()
200 InChain); in getCopyFromParts()
218 OddVT, V, InChain, CC); in getCopyFromParts()
249 InChain, CC); in getCopyFromParts()
4834 SDValue InChain = getRoot(); in visitAtomicCmpXchg() local
4890 SDValue InChain = getRoot(); in visitAtomicRMW() local
4902 DAG.getAtomic(NT, dl, MemVT, InChain, in visitAtomicRMW()
4931 SDValue InChain = getRoot(); in visitAtomicLoad() local
4947 InChain = TLI.prepareVolatileOrAtomicLoad(InChain, dl, DAG); in visitAtomicLoad()
[all …]
H A DLegalizeDAG.cpp2060 SDValue InChain = DAG.getEntryNode(); in ExpandLibCall() local
2064 SDValue TCChain = InChain; in ExpandLibCall()
2070 InChain = TCChain; in ExpandLibCall()
2075 .setChain(InChain) in ExpandLibCall()
2244 SDValue InChain = DAG.getEntryNode(); in ExpandDivRemLibCall() local
2275 .setChain(InChain) in ExpandDivRemLibCall()
2337 SDValue InChain = DAG.getEntryNode(); in ExpandSinCosLibCall() local
2373 CLI.setDebugLoc(dl).setChain(InChain).setLibCallee( in ExpandSinCosLibCall()
5217 SDValue InChain = Node->getOperand(0); in PromoteNode() local
5219 DAG.getStrictFPExtendOrRound(Node->getOperand(1), InChain, dl, NVT); in PromoteNode()
[all …]
H A DTargetLowering.cpp149 SDValue InChain) const { in makeLibCall()
150 if (!InChain) in makeLibCall()
151 InChain = DAG.getEntryNode(); in makeLibCall()
188 .setChain(InChain) in makeLibCall()
H A DSelectionDAG.cpp12887 SDValue InChain, in makeStateFunctionCall() argument
12889 assert(InChain.getValueType() == MVT::Other && "Expected token chain"); in makeStateFunctionCall()
12899 CLI.setDebugLoc(DLoc).setChain(InChain).setLibCallee( in makeStateFunctionCall()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1588 SDValue InChain = Node->getOperand(0); in lowerVAARG() local
1594 DAG.getLoad(PtrVT, DL, InChain, VAListPtr, MachinePointerInfo(SV)); in lowerVAARG()
1630 InChain = DAG.getStore(Chain, DL, NextPtr, VAListPtr, MachinePointerInfo(SV)); in lowerVAARG()
1635 VT, DL, InChain, VAList, MachinePointerInfo(), in lowerVAARG()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3702 InChain = GprIndex.getValue(1); in LowerVAARG()
3724 InChain = FprIndex.getValue(1); in LowerVAARG()
3735 InChain = OverflowArea.getValue(1); in LowerVAARG()
3739 InChain = RegSaveArea.getValue(1); in LowerVAARG()
3766 InChain = DAG.getTruncStore(InChain, dl, IndexPlus1, in LowerVAARG()
3781 InChain = DAG.getTruncStore(InChain, dl, OverflowArea, OverflowAreaPtr, in LowerVAARG()
16290 SDValue InChain; in PerformDAGCombine() local
16293 InChain = LHS.getOperand(0); in PerformDAGCombine()
18298 SDValue TCChain = InChain; in lowerToLibCall()
18304 InChain = TCChain; in lowerToLibCall()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2757 SDValue InChain = Node->getOperand(0); in LowerVAARG() local
2763 DAG.getLoad(PtrVT, DL, InChain, VAListPtr, MachinePointerInfo(SV)); in LowerVAARG()
2769 InChain = DAG.getStore(VAList.getValue(1), DL, NextPtr, VAListPtr, in LowerVAARG()
2774 VT, DL, InChain, VAList, MachinePointerInfo(), in LowerVAARG()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3828 SDValue InChain = N->getOperand(0); in tryReadRegister() local
3832 {SysRegImm, InChain}); in tryReadRegister()
3837 {SysRegImm, InChain}); in tryReadRegister()
3911 SDValue InChain = N->getOperand(0); in tryWriteRegister() local
3915 N->getOperand(2), InChain); in tryWriteRegister()
3930 SDValue(Pair, 0), InChain); in tryWriteRegister()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp575 SDValue InChain = DAG.getEntryNode(); in performDivRemCombine() local
580 SDValue CopyFromLo = DAG.getCopyFromReg(InChain, DL, LO, Ty, in performDivRemCombine()
583 InChain = CopyFromLo.getValue(1); in performDivRemCombine()
589 SDValue CopyFromHi = DAG.getCopyFromReg(InChain, DL, in performDivRemCombine()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4410 CallLoweringInfo &setChain(SDValue InChain) { in setChain()
4411 Chain = InChain; in setChain()
H A DSelectionDAG.h2390 SDValue makeStateFunctionCall(unsigned LibFunc, SDValue Ptr, SDValue InChain,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10078 static SDValue WinDBZCheckDenominator(SelectionDAG &DAG, SDNode *N, SDValue InChain) { in WinDBZCheckDenominator() argument
10082 return DAG.getNode(ARMISD::WIN__DBZCHK, DL, MVT::Other, InChain, Op); in WinDBZCheckDenominator()
10085 return DAG.getNode(ARMISD::WIN__DBZCHK, DL, MVT::Other, InChain, in WinDBZCheckDenominator()
20743 SDValue InChain = DAG.getEntryNode(); in LowerDivRem() local
20755 InChain = WinDBZCheckDenominator(DAG, Op.getNode(), InChain); in LowerDivRem()
20758 CLI.setDebugLoc(dl).setChain(InChain) in LowerDivRem()
20797 SDValue InChain = DAG.getEntryNode(); in LowerREM() local
20805 InChain = WinDBZCheckDenominator(DAG, N, InChain); in LowerREM()
20809 CLI.setChain(InChain) in LowerREM()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28727 SDValue InChain = DAG.getEntryNode(); in LowerWin64_i128OP() local
28740 InChain = in LowerWin64_i128OP()
28741 DAG.getStore(InChain, dl, Op->getOperand(i), StackPtr, MPI, Align(16)); in LowerWin64_i128OP()
28754 .setChain(InChain) in LowerWin64_i128OP()