| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.cpp | 1048 SDValue InChain = Node->getOperand(0); in ExpandChainLibCall() local 1067 CLI.setDebugLoc(SDLoc(Node)).setChain(InChain) in ExpandChainLibCall()
|
| H A D | LegalizeDAG.cpp | 2054 SDValue InChain = DAG.getEntryNode(); in ExpandLibCall() local 2058 SDValue TCChain = InChain; in ExpandLibCall() 2061 InChain = TCChain; in ExpandLibCall() 2064 CLI.setDebugLoc(SDLoc(Node)).setChain(InChain) in ExpandLibCall() 2114 SDValue InChain = Node->getOperand(0); in ExpandChainLibCall() local 2133 CLI.setDebugLoc(SDLoc(Node)).setChain(InChain) in ExpandChainLibCall() 2239 SDValue InChain = DAG.getEntryNode(); in ExpandDivRemLibCall() local 2268 CLI.setDebugLoc(dl).setChain(InChain) in ExpandDivRemLibCall() 2344 SDValue InChain = DAG.getEntryNode(); in ExpandSinCosLibCall() local 2380 CLI.setDebugLoc(dl).setChain(InChain) in ExpandSinCosLibCall()
|
| H A D | SelectionDAGBuilder.cpp | 3686 SDValue InChain = DAG.getRoot(); in visitMaskedLoad() local 3692 InChain = DAG.getEntryNode(); in visitMaskedLoad() 3701 SDValue Load = DAG.getMaskedLoad(VT, sdl, InChain, Ptr, Mask, Src0, VT, MMO, in visitMaskedLoad() 3714 SDValue InChain = getRoot(); in visitAtomicCmpXchg() local 3719 ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, dl, MemVT, VTs, InChain, in visitAtomicCmpXchg() 3750 SDValue InChain = getRoot(); in visitAtomicRMW() local 3755 InChain, in visitAtomicRMW() 3782 SDValue InChain = getRoot(); in visitAtomicLoad() local 3799 InChain = TLI.prepareVolatileOrAtomicLoad(InChain, dl, DAG); in visitAtomicLoad() 3801 DAG.getAtomic(ISD::ATOMIC_LOAD, dl, VT, VT, InChain, in visitAtomicLoad() [all …]
|
| H A D | SelectionDAGISel.cpp | 2150 SDValue InChain = ChainNodesMatched[i]->getOperand(0); in HandleMergeInputChains() local 2151 assert(InChain.getValueType() == MVT::Other && "Not a chain"); in HandleMergeInputChains() 2152 InputChains.push_back(InChain); in HandleMergeInputChains()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 767 SDValue InChain = Node->getOperand(0); in LowerVAARG() local 772 SDValue VAList = DAG.getLoad(PtrVT, dl, InChain, in LowerVAARG() 779 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr, in LowerVAARG() 782 return DAG.getLoad(VT, dl, InChain, VAList, MachinePointerInfo(), in LowerVAARG()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetLowering.h | 2330 CallLoweringInfo &setChain(SDValue InChain) { in setChain() 2331 Chain = InChain; in setChain()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 1898 SDValue InChain = Node->getOperand(0); in LowerVAARG() local 1906 SDValue GprIndex = DAG.getExtLoad(ISD::ZEXTLOAD, dl, MVT::i32, InChain, in LowerVAARG() 1909 InChain = GprIndex.getValue(1); in LowerVAARG() 1929 SDValue FprIndex = DAG.getExtLoad(ISD::ZEXTLOAD, dl, MVT::i32, InChain, in LowerVAARG() 1932 InChain = FprIndex.getValue(1); in LowerVAARG() 1941 SDValue OverflowArea = DAG.getLoad(MVT::i32, dl, InChain, OverflowAreaPtr, in LowerVAARG() 1944 InChain = OverflowArea.getValue(1); in LowerVAARG() 1946 SDValue RegSaveArea = DAG.getLoad(MVT::i32, dl, InChain, RegSaveAreaPtr, in LowerVAARG() 1949 InChain = RegSaveArea.getValue(1); in LowerVAARG() 1976 InChain = DAG.getTruncStore(InChain, dl, IndexPlus1, in LowerVAARG() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2384 SDValue InChain = Node->getOperand(0); in LowerVAARG() local 2389 SDValue VAList = DAG.getLoad(PtrVT, DL, InChain, VAListPtr, in LowerVAARG() 2395 InChain = DAG.getStore(VAList.getValue(1), DL, NextPtr, in LowerVAARG() 2399 return DAG.getLoad(VT, DL, InChain, VAList, MachinePointerInfo(), in LowerVAARG()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 448 SDValue InChain = DAG.getEntryNode(); in performDivRemCombine() local 453 SDValue CopyFromLo = DAG.getCopyFromReg(InChain, DL, LO, Ty, in performDivRemCombine() 456 InChain = CopyFromLo.getValue(1); in performDivRemCombine() 462 SDValue CopyFromHi = DAG.getCopyFromReg(InChain, DL, in performDivRemCombine()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 10783 SDValue InChain = DAG.getEntryNode(); in LowerDivRem() local 10804 CLI.setDebugLoc(dl).setChain(InChain) in LowerDivRem()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 18304 SDValue InChain = DAG.getEntryNode(); in LowerWin64_i128OP() local 18314 InChain = DAG.getStore(InChain, dl, Op->getOperand(i), StackPtr, MachinePointerInfo(), in LowerWin64_i128OP() 18327 CLI.setDebugLoc(dl).setChain(InChain) in LowerWin64_i128OP()
|