Home
last modified time | relevance | path

Searched defs:Chain (Results 1 – 25 of 247) sorted by relevance

12345678910

/external/rust/crates/anyhow/src/
Dchain.rs11 pub(crate) struct Chain<'a> { struct
12 state: ChainState<'a>, argument
26 impl<'a> Chain<'a> { implementation
34 impl<'a> Iterator for Chain<'a> { implementation
56 impl DoubleEndedIterator for Chain<'_> { implementation
75 impl ExactSizeIterator for Chain<'_> { implementation
93 impl Default for Chain<'_> { implementation
/external/rust/crates/bytes/src/buf/
Dchain.rs32 pub struct Chain<T, U> { struct
37 impl<T, U> Chain<T, U> { impl
132 impl<T, U> Buf for Chain<T, U> implementation
175 unsafe impl<T, U> BufMut for Chain<T, U> implementation
211 impl<T, U> IntoIterator for Chain<T, U> implementation
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h52 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemcpy()
68 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove()
81 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemset()
93 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp()
105 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemchr()
118 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrcpy()
130 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForStrcmp()
138 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrlen()
144 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrnlen()
151 SDValue Chain, SDValue Addr, in EmitTargetCodeForSetTag()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h52 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemcpy()
68 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove()
81 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemset()
93 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp()
105 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemchr()
118 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrcpy()
130 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForStrcmp()
138 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrlen()
144 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrnlen()
151 SDValue Chain, SDValue Addr, in EmitTargetCodeForSetTag()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h50 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemcpy()
66 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove()
79 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemset()
91 EmitTargetCodeForMemcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemcmp()
103 EmitTargetCodeForMemchr(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForMemchr()
116 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrcpy()
128 EmitTargetCodeForStrcmp(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, in EmitTargetCodeForStrcmp()
136 EmitTargetCodeForStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrlen()
142 EmitTargetCodeForStrnlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in EmitTargetCodeForStrnlen()
/external/llvm-project/flang/runtime/
Dunit-map.h57 struct Chain { struct
58 explicit Chain(int n) : unit{n} {} in Chain() argument
60 OwningPtr<Chain> next{nullptr}; argument
/external/rust/crates/futures-util/src/stream/stream/
Dchain.rs20 impl<St1, St2> Chain<St1, St2> impl
32 impl<St1, St2> FusedStream for Chain<St1, St2> implementation
41 impl<St1, St2> Stream for Chain<St1, St2> implementation
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp26 unsigned Loop, SDValue Chain, SDValue Dst, in emitMemMem()
49 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
64 static SDValue memsetStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in memsetStore()
76 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, in EmitTargetCodeForMemset()
146 static SDValue emitCLC(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in emitCLC()
181 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, in EmitTargetCodeForMemcmp()
196 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, in EmitTargetCodeForMemchr()
222 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, in EmitTargetCodeForStrcpy()
232 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, in EmitTargetCodeForStrcmp()
251 SDValue Chain, SDValue Src, in getBoundedStrlen()
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp27 unsigned Loop, SDValue Chain, SDValue Dst, in emitMemMem()
50 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
65 static SDValue memsetStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in memsetStore()
78 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, in EmitTargetCodeForMemset()
149 static SDValue emitCLC(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in emitCLC()
184 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, in EmitTargetCodeForMemcmp()
198 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, in EmitTargetCodeForMemchr()
225 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, in EmitTargetCodeForStrcpy()
235 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, in EmitTargetCodeForStrcmp()
253 SDValue Chain, SDValue Src, in getBoundedStrlen()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp26 unsigned Loop, SDValue Chain, SDValue Dst, in emitMemMem()
49 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
64 static SDValue memsetStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in memsetStore()
76 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, in EmitTargetCodeForMemset()
145 static SDValue emitCLC(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in emitCLC()
180 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, in EmitTargetCodeForMemcmp()
195 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, in EmitTargetCodeForMemchr()
221 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, in EmitTargetCodeForStrcpy()
231 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src1, in EmitTargetCodeForStrcmp()
250 SDValue Chain, SDValue Src, in getBoundedStrlen()
[all …]
/external/rust/crates/tokio/src/io/util/
Dchain.rs34 impl<T, U> Chain<T, U> impl
69 impl<T, U> fmt::Debug for Chain<T, U> implementation
82 impl<T, U> AsyncRead for Chain<T, U> implementation
107 impl<T, U> AsyncBufRead for Chain<T, U> implementation
/external/rust/crates/tokio-stream/src/stream_ext/
Dchain.rs18 impl<T, U> Chain<T, U> { impl
28 impl<T, U> Stream for Chain<T, U> implementation
/external/rust/crates/rayon/src/iter/
Dchain.rs14 pub struct Chain<A, B> struct
23 impl<A, B> Chain<A, B> argument
34 impl<A, B> ParallelIterator for Chain<A, B> implementation
45 let Chain { a, b } = self; in drive_unindexed() localVariable
67 impl<A, B> IndexedParallelIterator for Chain<A, B> implementation
76 let Chain { a, b } = self; in drive() localVariable
/external/rust/crates/futures-util/src/io/
Dchain.rs23 impl<T, U> Chain<T, U> implementation
66 impl<T, U> fmt::Debug for Chain<T, U> implementation
80 impl<T, U> AsyncRead for Chain<T, U> implementation
130 impl<T, U> AsyncBufRead for Chain<T, U> implementation
/external/caliper/caliper/src/main/java/com/google/caliper/memory/
DChain.java33 public abstract class Chain { class
37 Chain(Chain parent, Object value) { in Chain() method in Chain
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.cpp22 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
37 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Op1, SDValue Op2, in EmitTargetCodeForMemmove()
46 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.cpp22 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
37 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Op1, SDValue Op2, in EmitTargetCodeForMemmove()
46 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp273 void merge(MachineBasicBlock *BB, BlockChain *Chain) { in merge()
588 const BlockChain &Chain, const MachineBasicBlock *LoopHeaderBB, in markChainSuccessors()
604 const BlockChain &Chain, const MachineBasicBlock *MBB, in markBlockSuccessors()
637 const MachineBasicBlock *BB, const BlockChain &Chain, in collectViableSuccessors()
746 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in isProfitableToTailDup()
900 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in isTrellis()
995 BranchProbability AdjustedSumProb, const BlockChain &Chain, in getBestTrellisSuccessor()
1079 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in canTailDuplicateUnplacedPreds()
1271 TriangleChain Chain = std::move(Found->second); in precomputeTriangleChains() local
1286 TriangleChain &Chain = ChainPair.second; in precomputeTriangleChains() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp47 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset()
187 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovs()
209 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovsB()
238 SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, EVT SizeVT, in emitConstantSizeRepmov()
293 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/external/llvm-project/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp52 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Val, in EmitTargetCodeForMemset()
190 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovs()
212 const SDLoc &dl, SDValue Chain, SDValue Dst, in emitRepmovsB()
241 SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size, EVT SizeVT, in emitConstantSizeRepmov()
296 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp25 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitSpecializedLibcall()
129 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
249 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemmove()
257 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp190 void merge(MachineBasicBlock *BB, BlockChain *Chain) { in merge()
389 BlockChain &Chain, MachineBasicBlock *LoopHeaderBB, in markChainSuccessors()
426 MachineBasicBlock *BB, BlockChain &Chain, const BlockFilterSet *BlockFilter, in collectViableSuccessors()
494 MachineBasicBlock *BB, MachineBasicBlock *Succ, BlockChain &Chain, in shouldPredBlockBeOutlined()
551 BlockChain &Chain, const BlockFilterSet *BlockFilter) { in hasBetterLayoutPredecessor()
670 BlockChain &Chain, in selectBestSuccessor()
723 BlockChain &Chain, SmallVectorImpl<MachineBasicBlock *> &WorkList) { in selectBestCandidateBlock()
812 BlockChain &Chain = *BlockToChain[MBB]; in fillWorkLists() local
839 MachineBasicBlock *BB, BlockChain &Chain, in buildChain()
981 BlockChain &Chain = *BlockToChain[MBB]; in findBestLoopExit() local
[all …]
/external/llvm-project/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp281 void merge(MachineBasicBlock *BB, BlockChain *Chain) { in merge()
621 const BlockChain &Chain, const MachineBasicBlock *LoopHeaderBB, in markChainSuccessors()
637 const BlockChain &Chain, const MachineBasicBlock *MBB, in markBlockSuccessors()
670 const MachineBasicBlock *BB, const BlockChain &Chain, in collectViableSuccessors()
779 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in isProfitableToTailDup()
933 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in isTrellis()
1028 BranchProbability AdjustedSumProb, const BlockChain &Chain, in getBestTrellisSuccessor()
1112 const BlockChain &Chain, const BlockFilterSet *BlockFilter) { in canTailDuplicateUnplacedPreds()
1306 TriangleChain Chain = std::move(Found->second); in precomputeTriangleChains() local
1321 TriangleChain &Chain = ChainPair.second; in precomputeTriangleChains() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp24 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitSpecializedLibcall()
128 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
242 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemmove()
250 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
/external/llvm-project/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp24 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitSpecializedLibcall()
128 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
242 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemmove()
250 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()

12345678910