HomeSort by relevance Sort by last modified time
    Searched refs:Chain (Results 1 - 25 of 329) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Interceptor.java 26 Response intercept(Chain chain) throws IOException;
28 interface Chain {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.cpp 31 SDValue Chain,
66 TLI.LowerCallTo(Chain, Type::getVoidTy(*DAG.getContext()),
120 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, AVT),
122 InFlag = Chain.getValue(1);
126 Chain = DAG.getCopyToReg(Chain, dl, X86::AL, Src, InFlag);
127 InFlag = Chain.getValue(1);
130 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RCX
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/memory/
Chain.java 30 * A chain of references, which starts at a root object and leads to a
33 public abstract class Chain {
35 private final Chain parent;
37 Chain(Chain parent, Object value) {
42 static Chain root(Object value) {
43 return new Chain(null, Preconditions.checkNotNull(value)) {
60 * Returns whether this chain has a parent. This returns false only when
61 * this chain represents the root object itself.
68 * Returns the parent chain, from which this chain was created
    [all...]
ObjectVisitor.java 30 * Visits an explored value (the whole chain from the root object
35 * (e.g., if {@code chain.isPrimitive() || chain.getValue() == null}),
38 * @param chain the chain that leads to the explored value.
43 Traversal visit(Chain chain);
52 * Constants that denote how the traversal of a given object (chain)
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h 28 SDValue Chain, SDValue Dst, SDValue Src,
35 SDValue Chain, SDValue Dst, SDValue Byte,
40 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
46 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
51 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest,
56 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
62 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
67 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
SystemZSelectionDAGInfo.cpp 25 // Return the chain for the completed operation.
27 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,
71 return DAG.getStore(Chain, DL,
78 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 95 /// Returns the first and the last instructions in Chain.
97 getBoundaryInstrs(ArrayRef<Value *> Chain);
100 void eraseInstructions(ArrayRef<Value *> Chain);
103 /// ElementSizeBits elements in \p Chain. Break into two pieces such that the
104 /// total size of each piece is 1, 2 or a multiple of 4 bytes. \p Chain is
107 splitOddVectorElts(ArrayRef<Value *> Chain, unsigned ElementSizeBits);
110 /// in the chain between \p From and \p To. Returns Index, where
111 /// \p Chain[0, Index) is the largest vectorizable chain prefix.
112 /// The elements of \p Chain should be all loads or all stores
    [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 48 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, dl, Subtarget.is64Bit() ? X86::RCX : X86::ECX
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 50 SDValue Chain, SDValue Op1,
66 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
79 SDValue Chain, SDValue Op1,
88 /// memcmp and the second is the chain. Both SDValues can be null if a normal
91 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
100 /// memchr and the second is the chain. Both SDValues can be null if a normal
103 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
113 /// for stpcpy) and the second is the chain. Both SDValues can be null
116 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
126 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 50 SDValue Chain, SDValue Op1,
66 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
79 SDValue Chain, SDValue Op1,
88 /// memcmp and the second is the chain. Both SDValues can be null if a normal
91 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
100 /// memchr and the second is the chain. Both SDValues can be null if a normal
103 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
113 /// for stpcpy) and the second is the chain. Both SDValues can be null
116 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
126 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 50 SDValue Chain, SDValue Op1,
66 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
79 SDValue Chain, SDValue Op1,
88 /// memcmp and the second is the chain. Both SDValues can be null if a normal
91 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
100 /// memchr and the second is the chain. Both SDValues can be null if a normal
103 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
113 /// for stpcpy) and the second is the chain. Both SDValues can be null
116 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
126 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 50 SDValue Chain, SDValue Op1,
66 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
79 SDValue Chain, SDValue Op1,
88 /// memcmp and the second is the chain. Both SDValues can be null if a normal
91 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
100 /// memchr and the second is the chain. Both SDValues can be null if a normal
103 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
113 /// for stpcpy) and the second is the chain. Both SDValues can be null
116 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
126 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 53 SDValue Chain, SDValue Op1,
69 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
82 SDValue Chain, SDValue Op1,
91 /// memcmp and the second is the chain. Both SDValues can be null if a normal
94 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
103 /// memchr and the second is the chain. Both SDValues can be null if a normal
106 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
116 /// for stpcpy) and the second is the chain. Both SDValues can be null
119 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
129 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 53 SDValue Chain, SDValue Op1,
69 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
82 SDValue Chain, SDValue Op1,
91 /// memcmp and the second is the chain. Both SDValues can be null if a normal
94 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
103 /// memchr and the second is the chain. Both SDValues can be null if a normal
106 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
116 /// for stpcpy) and the second is the chain. Both SDValues can be null
119 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
129 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 53 SDValue Chain, SDValue Op1,
69 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
82 SDValue Chain, SDValue Op1,
91 /// memcmp and the second is the chain. Both SDValues can be null if a normal
94 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
103 /// memchr and the second is the chain. Both SDValues can be null if a normal
106 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
116 /// for stpcpy) and the second is the chain. Both SDValues can be null
119 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
129 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 53 SDValue Chain, SDValue Op1,
69 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
82 SDValue Chain, SDValue Op1,
91 /// memcmp and the second is the chain. Both SDValues can be null if a normal
94 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
103 /// memchr and the second is the chain. Both SDValues can be null if a normal
106 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
116 /// for stpcpy) and the second is the chain. Both SDValues can be null
119 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
129 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 50 SDValue Chain, SDValue Op1,
66 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
79 SDValue Chain, SDValue Op1,
88 /// memcmp and the second is the chain. Both SDValues can be null if a normal
91 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
100 /// memchr and the second is the chain. Both SDValues can be null if a normal
103 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
113 /// for stpcpy) and the second is the chain. Both SDValues can be null
116 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
126 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 50 SDValue Chain, SDValue Op1,
66 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
79 SDValue Chain, SDValue Op1,
88 /// memcmp and the second is the chain. Both SDValues can be null if a normal
91 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
100 /// memchr and the second is the chain. Both SDValues can be null if a normal
103 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
113 /// for stpcpy) and the second is the chain. Both SDValues can be null
116 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
126 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 50 SDValue Chain, SDValue Op1,
66 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
79 SDValue Chain, SDValue Op1,
88 /// memcmp and the second is the chain. Both SDValues can be null if a normal
91 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
100 /// memchr and the second is the chain. Both SDValues can be null if a normal
103 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
113 /// for stpcpy) and the second is the chain. Both SDValues can be null
116 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
126 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 53 SDValue Chain, SDValue Op1,
69 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
82 SDValue Chain, SDValue Op1,
91 /// memcmp and the second is the chain. Both SDValues can be null if a normal
94 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
103 /// memchr and the second is the chain. Both SDValues can be null if a normal
106 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
116 /// for stpcpy) and the second is the chain. Both SDValues can be null
119 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
129 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 53 SDValue Chain, SDValue Op1,
69 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
82 SDValue Chain, SDValue Op1,
91 /// memcmp and the second is the chain. Both SDValues can be null if a normal
94 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
103 /// memchr and the second is the chain. Both SDValues can be null if a normal
106 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
116 /// for stpcpy) and the second is the chain. Both SDValues can be null
119 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
129 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 53 SDValue Chain, SDValue Op1,
69 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
82 SDValue Chain, SDValue Op1,
91 /// memcmp and the second is the chain. Both SDValues can be null if a normal
94 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
103 /// memchr and the second is the chain. Both SDValues can be null if a normal
106 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
116 /// for stpcpy) and the second is the chain. Both SDValues can be null
119 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
129 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 53 SDValue Chain, SDValue Op1,
69 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1,
82 SDValue Chain, SDValue Op1,
91 /// memcmp and the second is the chain. Both SDValues can be null if a normal
94 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
103 /// memchr and the second is the chain. Both SDValues can be null if a normal
106 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain,
116 /// for stpcpy) and the second is the chain. Both SDValues can be null
119 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain,
129 /// the chain. Both SDValues can be null if a normal libcall should be used
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetSelectionDAGInfo.h 58 SDValue Chain,
75 SDValue Chain,
91 SDValue Chain,
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXSelectionDAGInfo.h 34 SDValue Chain,
43 SDValue Chain,

Completed in 1183 milliseconds

1 2 3 4 5 6 7 8 91011>>