Searched defs:Chain (Results 1 - 25 of 110) sorted by relevance

12345

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DInterceptor.java26 Response intercept(Chain chain) throws IOException;
28 interface Chain { interface in interface:Interceptor
/external/llvm/lib/Target/Lanai/
H A DLanaiSelectionDAGInfo.cpp23 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
22 EmitTargetCodeForMemcpy( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h749 SDValue Chain; member in struct:llvm::PPCTargetLowering::ReuseLoadInfo
794 SDValue Chain, SDValue &LROpOut,
836 SDValue LowerCallResult(SDValue Chain, SDValue InFlag,
845 SDValue InFlag, SDValue Chain, SDValue CallSeqStart,
852 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg,
867 SDValue LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg,
877 SDValue Chain, CallingConv::ID CallConv, bool isVarArg,
881 SDValue Chain, CallingConv::ID CallConv, bool isVarArg,
885 SDValue Chain, CallingConv::ID CallConv, bool isVarArg,
894 SDValue LowerCall_Darwin(SDValue Chain, SDValu
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp21 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
50 .setChain(Chain)
20 EmitTargetCodeForMemcpy( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/external/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp20 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
37 .setChain(Chain)
19 EmitTargetCodeForMemcpy( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
H A DXCoreISelDAGToDAG.cpp214 /// by New. There must be at most one instruction between Old and Chain and
218 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) argument
220 if (Chain == Old)
222 if (Chain->getOpcode() != ISD::TokenFactor)
226 for (unsigned i = 0, e = Chain->getNumOperands(); i != e; ++i) {
227 if (Chain->getOperand(i) == Old) {
231 Ops.push_back(Chain->getOperand(i));
236 return CurDAG->getNode(ISD::TokenFactor, SDLoc(Chain), MVT::Other, Ops);
242 SDValue Chain = N->getOperand(0); local
257 SDValue NewChain = replaceInChain(CurDAG, Chain, CheckEventChainOu
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetSelectionDAGInfo.h58 SDValue Chain,
75 SDValue Chain,
91 SDValue Chain,
57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
74 EmitTargetCodeForMemmove(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
90 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
/external/caliper/caliper/src/main/java/com/google/caliper/memory/
H A DChain.java33 public abstract class Chain { class
35 private final Chain parent;
37 Chain(Chain parent, Object value) { method in class:Chain
42 static Chain root(Object value) {
43 return new Chain(null, Preconditions.checkNotNull(value)) {
71 public @Nonnull Chain getParent() {
114 Chain current = this;
121 Deque<Chain> reverse() {
122 Deque<Chain> reverseChai
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp20 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
45 CLI.setDebugLoc(dl).setChain(Chain)
19 EmitTargetCodeForMemset( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
/external/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp152 SDValue Chain = Node->getOperand(0); local
158 Chain = CurDAG->getCopyToReg(Chain, DL, R6Reg, Skb, SDValue());
159 Node = CurDAG->UpdateNodeOperands(Node, Chain, N1, R6Reg, N3);
/external/v8/src/compiler/
H A Ddiamond.h36 void Chain(Diamond& that) { branch->ReplaceInput(1, that.merge); } function in struct:v8::internal::compiler::Diamond
39 void Chain(Node* that) { branch->ReplaceInput(1, that); } function in struct:v8::internal::compiler::Diamond
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp85 DiagnosticWatcher *Chain(DiagnosticConsumer *ToChain) { function in class:__anon3394::DiagnosticWatcher
204 Client = Watchers[I]->Chain(Client);
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h50 SDValue Chain, SDValue Op1,
66 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
79 SDValue Chain, SDValue Op1,
91 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, argument
103 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, argument
116 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, argument
128 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, argument
136 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, argument
142 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, argument
49 EmitTargetCodeForMemcpy(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
65 EmitTargetCodeForMemmove( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
78 EmitTargetCodeForMemset(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h328 unsigned Flag, SDValue Chain,
332 return DAG.getLoad(Ty, DL, Chain, Tgt, PtrInfo, false, false, false, 0);
342 unsigned LoFlag, SDValue Chain,
349 return DAG.getLoad(Ty, DL, Chain, Wrapper, PtrInfo, false, false, false,
390 SDValue Chain) const;
423 SDValue LowerCallResult(SDValue Chain, SDValue InFlag,
464 void copyByValRegs(SDValue Chain, const SDLoc &DL,
473 void passByValArg(SDValue Chain, const SDLoc &DL,
484 void writeVarArgRegs(std::vector<SDValue> &OutChains, SDValue Chain,
489 LowerFormalArguments(SDValue Chain, CallingCon
327 getAddrGlobal(NodeTy *N, const SDLoc &DL, EVT Ty, SelectionDAG &DAG, unsigned Flag, SDValue Chain, const MachinePointerInfo &PtrInfo) const argument
340 getAddrGlobalLargeGOT(NodeTy *N, const SDLoc &DL, EVT Ty, SelectionDAG &DAG, unsigned HiFlag, unsigned LoFlag, SDValue Chain, const MachinePointerInfo &PtrInfo) const argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp30 SDValue Chain,
66 Loads[i] = DAG.getLoad(VT, dl, Chain,
74 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
78 TFOps[i] = DAG.getStore(Chain, dl, Loads[i],
85 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
91 return Chain;
105 Loads[i] = DAG.getLoad(VT, dl, Chain,
114 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
127 TFOps[i] = DAG.getStore(Chain, dl, Loads[i],
143 SDValue Chain, SDValu
29 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
142 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp226 SDValue Chain = Node->getOperand(0); local
238 SDValue Ops[] = { Callee, GPReg, Chain };
241 Chain = Load.getValue(1);
244 Chain = CurDAG->getCopyToReg(Chain, dl, R20Reg, Load, InFlag);
247 Chain = CurDAG->getCopyToReg(Chain, dl, R20Reg, Callee, InFlag);
251 MVT::Glue, R20Reg, Chain);
252 Chain = SDValue(ResNode, 0);
254 ReplaceUses(SDValue(Node, 0), Chain); local
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXSelectionDAGInfo.cpp30 SDValue Chain,
69 Loads[i] = DAG.getLoad(VT, dl, Chain,
77 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
81 TFOps[i] = DAG.getStore(Chain, dl, Loads[i],
88 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
94 return Chain;
108 Loads[i] = DAG.getLoad(VT, dl, Chain,
117 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
130 TFOps[i] = DAG.getStore(Chain, dl, Loads[i],
143 SDValue Chain, SDValu
29 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
142 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
[all...]
/external/toolchain-utils/automation/common/
H A Dcommand.py45 self._prefix = Chain()
46 self._suffix = Chain()
71 return str(Chain(self._prefix, self._command, self._suffix))
127 class Chain(AbstractCommandContainer): class in inherits:AbstractCommandContainer
132 return [str, Shell, Chain, Pipe]
197 return Chain(
224 return Chain(
241 return Chain(MakeDir(os.path.dirname(tar_file)), Shell('tar', *options))
/external/clang/include/clang/Serialization/
H A DModuleManager.h35 SmallVector<ModuleFile *, 2> Chain; member in class:clang::serialization::ModuleManager
124 ModuleIterator begin() { return Chain.begin(); }
126 ModuleIterator end() { return Chain.end(); }
129 ModuleConstIterator begin() const { return Chain.begin(); }
131 ModuleConstIterator end() const { return Chain.end(); }
134 ModuleReverseIterator rbegin() { return Chain.rbegin(); }
136 ModuleReverseIterator rend() { return Chain.rend(); }
145 ModuleFile &getPrimaryModule() { return *Chain[0]; }
149 ModuleFile &getPrimaryModule() const { return *Chain[0]; }
152 ModuleFile &operator[](unsigned Index) const { return *Chain[Inde
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp203 SDNode *Chain = nullptr; local
206 Chain = Node->getOperand(NumOps-1).getNode();
207 if (!Chain)
220 for (SDNode::use_iterator I = Chain->use_begin(), E = Chain->use_end();
471 "Chain dependence via physreg data?");
/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp25 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
116 .setChain(Chain)
129 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
142 return EmitSpecializedLibcall(DAG, dl, Chain, Dst, Src, Size, Align,
146 return EmitSpecializedLibcall(DAG, dl, Chain, Dst, Src, Size, Align,
186 Dst = DAG.getNode(ARMISD::MEMCPY, dl, VTs, Chain, Dst, Src,
189 Chain = Dst.getValue(2);
198 return Chain;
212 Loads[i] = DAG.getLoad(VT, dl, Chain,
222 Chain
24 EmitSpecializedLibcall( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, RTLIB::Libcall LC) const argument
128 EmitTargetCodeForMemcpy( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
248 EmitTargetCodeForMemmove( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
256 EmitTargetCodeForMemset( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp237 SDValue Chain = SDValue(N,0); local
240 SDValue RegCopy = CurDAG->getCopyFromReg(Chain, dl, GPVR, MVT::v2i32,
241 Chain.getValue(1));
260 SDValue Chain = AsmNodeOperands[InlineAsm::Op_InputChain]; local
263 SDValue T0 = CurDAG->getCopyFromReg(Chain, dl, Reg0, MVT::i32,
264 Chain.getValue(1));
265 SDValue T1 = CurDAG->getCopyFromReg(Chain, dl, Reg1, MVT::i32,
284 Chain = CurDAG->getCopyToReg(T1, dl, GPVR, Pair, T1.getValue(1));
286 AsmNodeOperands[InlineAsm::Op_InputChain] = Chain;
287 Glue = Chain
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp27 unsigned Loop, SDValue Chain, SDValue Dst,
42 return DAG.getNode(Loop, DL, MVT::Other, Chain, Dst, Src,
45 return DAG.getNode(Sequence, DL, MVT::Other, Chain, Dst, Src,
50 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src,
58 Chain, Dst, Src, CSize->getZExtValue());
63 // Chain, Dst, ByteVal and Size. These cases are expected to use
65 static SDValue memsetStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, argument
71 return DAG.getStore(Chain, DL,
78 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst,
101 SDValue Chain1 = memsetStore(DAG, DL, Chain, Ds
26 emitMemMem(SelectionDAG &DAG, const SDLoc &DL, unsigned Sequence, unsigned Loop, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size) argument
49 EmitTargetCodeForMemcpy( SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
77 EmitTargetCodeForMemset( SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, MachinePointerInfo DstPtrInfo) const argument
149 emitCLC(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, SDValue Src2, uint64_t Size) argument
183 EmitTargetCodeForMemcmp( SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, SDValue Src2, SDValue Size, MachinePointerInfo Op1PtrInfo, MachinePointerInfo Op2PtrInfo) const argument
197 EmitTargetCodeForMemchr( SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, SDValue Char, SDValue Length, MachinePointerInfo SrcPtrInfo) const argument
224 EmitTargetCodeForStrcpy( SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, SDValue Src, MachinePointerInfo DestPtrInfo, MachinePointerInfo SrcPtrInfo, bool isStpcpy) const argument
234 EmitTargetCodeForStrcmp( SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, SDValue Src2, MachinePointerInfo Op1PtrInfo, MachinePointerInfo Op2PtrInfo) const argument
251 getBoundedStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, SDValue Limit) argument
264 EmitTargetCodeForStrlen( SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, MachinePointerInfo SrcPtrInfo) const argument
271 EmitTargetCodeForStrnlen( SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, SDValue MaxLength, MachinePointerInfo SrcPtrInfo) const argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp48 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
88 CLI.setDebugLoc(dl).setChain(Chain)
143 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, dl, AVT),
145 InFlag = Chain.getValue(1);
149 Chain = DAG.getCopyToReg(Chain, dl, X86::AL, Src, InFlag);
150 InFlag = Chain.getValue(1);
153 Chain = DAG.getCopyToReg(Chain, d
47 EmitTargetCodeForMemset( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument
196 EmitTargetCodeForMemcpy( SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp317 SDValue Chain = CurDAG->getCopyToReg(CurDAG->getEntryNode(), dl, DestReg, local
319 SDValue ResNode = CurDAG->getCopyFromReg(Chain, dl, DestReg, MVT::i32);

Completed in 4073 milliseconds

12345