Searched refs:InChain (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3625 SDValue InChain = getRoot();
3629 InChain = InsertFenceForAtomic(InChain, SuccessOrder, Scope, true, dl,
3635 ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, dl, MemVT, VTs, InChain,
3672 SDValue InChain = getRoot();
3676 InChain = InsertFenceForAtomic(InChain, Order, Scope, true, dl,
3682 InChain,
3714 SDValue InChain = getRoot();
3731 InChain
[all...]
H A DLegalizeTypes.cpp1037 SDValue InChain = Node->getOperand(0); local
1056 CLI.setDebugLoc(SDLoc(Node)).setChain(InChain)
H A DLegalizeDAG.cpp2052 SDValue InChain = DAG.getEntryNode();
2056 SDValue TCChain = InChain;
2059 InChain = TCChain;
2062 CLI.setDebugLoc(SDLoc(Node)).setChain(InChain)
2112 SDValue InChain = Node->getOperand(0);
2131 CLI.setDebugLoc(SDLoc(Node)).setChain(InChain)
2239 SDValue InChain = DAG.getEntryNode();
2268 CLI.setDebugLoc(dl).setChain(InChain)
2346 SDValue InChain = DAG.getEntryNode();
2382 CLI.setDebugLoc(dl).setChain(InChain)
[all...]
H A DSelectionDAGISel.cpp2138 SDValue InChain = ChainNodesMatched[i]->getOperand(0); local
2139 assert(InChain.getValueType() == MVT::Other && "Not a chain");
2140 InputChains.push_back(InChain);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp760 SDValue InChain = Node->getOperand(0); local
765 SDValue VAList = DAG.getLoad(PtrVT, dl, InChain,
772 InChain = DAG.getStore(VAList.getValue(1), dl, nextPtr, VAListPtr,
775 return DAG.getLoad(VT, dl, InChain, VAList, MachinePointerInfo(),
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2168 CallLoweringInfo &setChain(SDValue InChain) {
2169 Chain = InChain;
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1787 SDValue InChain = Node->getOperand(0); local
1795 SDValue GprIndex = DAG.getExtLoad(ISD::ZEXTLOAD, dl, MVT::i32, InChain,
1798 InChain = GprIndex.getValue(1);
1818 SDValue FprIndex = DAG.getExtLoad(ISD::ZEXTLOAD, dl, MVT::i32, InChain,
1821 InChain = FprIndex.getValue(1);
1830 SDValue OverflowArea = DAG.getLoad(MVT::i32, dl, InChain, OverflowAreaPtr,
1833 InChain = OverflowArea.getValue(1);
1835 SDValue RegSaveArea = DAG.getLoad(MVT::i32, dl, InChain, RegSaveAreaPtr,
1838 InChain = RegSaveArea.getValue(1);
1865 InChain
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp443 SDValue InChain = DAG.getEntryNode(); local
448 SDValue CopyFromLo = DAG.getCopyFromReg(InChain, DL, LO, Ty,
451 InChain = CopyFromLo.getValue(1);
457 SDValue CopyFromHi = DAG.getCopyFromReg(InChain, DL,
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2379 SDValue InChain = Node->getOperand(0); local
2384 SDValue VAList = DAG.getLoad(PtrVT, DL, InChain, VAListPtr,
2390 InChain = DAG.getStore(VAList.getValue(1), DL, NextPtr,
2394 return DAG.getLoad(VT, DL, InChain, VAList, MachinePointerInfo(),
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15117 SDValue InChain = DAG.getEntryNode();
15127 InChain = DAG.getStore(InChain, dl, Op->getOperand(i), StackPtr, MachinePointerInfo(),
15140 CLI.setDebugLoc(dl).setChain(InChain)
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10569 SDValue InChain = DAG.getEntryNode(); local
10590 CLI.setDebugLoc(dl).setChain(InChain)

Completed in 342 milliseconds