| /external/rust/crates/futures-util/src/stream/ |
| D | select.rs | 31 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select() 45 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() 54 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() 63 pub fn get_pin_mut(self: Pin<&mut Self>) -> (Pin<&mut St1>, Pin<&mut St2>) { in get_pin_mut() 72 pub fn into_inner(self) -> (St1, St2) { in into_inner() 105 fn poll_inner<St1, St2>( in poll_inner() 107 a: Pin<&mut St1>, in poll_inner()
|
| /external/llvm-project/clang/test/OpenMP/ |
| D | allocate_allocator_messages.cpp | 29 struct St1{ struct 30 int a; 31 static int b;
|
| D | threadprivate_ast_print.cpp | 23 struct St1{ struct 28 // CHECK-NEXT: #pragma omp threadprivate(St1::b){{$}} argument
|
| D | allocate_ast_print.cpp | 23 struct St1{ struct 28 // CHECK-NEXT: #pragma omp allocate(St1::b){{$}} argument
|
| D | allocate_allocator_ast_print.cpp | 34 struct St1{ struct 39 // CHECK-NEXT: #pragma omp allocate(St1::b) allocator(omp_default_mem_alloc){{$}} argument
|
| D | nvptx_allocate_messages.cpp | 40 struct St1{ struct 41 int a; 42 static int b;
|
| D | nvptx_allocate_codegen.cpp | 34 struct St1{ struct 35 int a; 36 static int b;
|
| D | allocate_codegen.cpp | 37 struct St1{ struct 38 int a; 39 static int b;
|
| /external/rust/crates/futures-util/src/stream/stream/ |
| D | zip.rs | 23 pub(super) fn new(stream1: St1, stream2: St2) -> Self { in new() 34 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() 43 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() 52 pub fn get_pin_mut(self: Pin<&mut Self>) -> (Pin<&mut St1>, Pin<&mut St2>) { in get_pin_mut() 61 pub fn into_inner(self) -> (St1, St2) { in into_inner()
|
| D | chain.rs | 24 pub(super) fn new(stream1: St1, stream2: St2) -> Self { in new()
|
| /external/clang/test/OpenMP/ |
| D | threadprivate_ast_print.cpp | 17 struct St1{ struct 22 // CHECK-NEXT: #pragma omp threadprivate(St1::b) argument
|
| /external/vixl/examples/aarch64/ |
| D | neon-matrix-multiply.cc | 92 __ St1(v0.V4S(), v1.V4S(), v2.V4S(), v3.V4S(), MemOperand(x0)); in GenerateNEONMatrixMultiply() local
|
| D | add2-vectors.cc | 62 __ St1(v0.V16B(), MemOperand(x0, 16, PostIndex)); in GenerateAdd2Vectors() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64SelectionDAGInfo.cpp | 129 SDNode *St1 = DAG.getMachineNode( in EmitTargetCodeForSetTag() local
|
| /external/vixl/test/aarch64/ |
| D | test-assembler-neon-aarch64.cc | 2165 __ St1(v0.B(), i, MemOperand(x17)); in TEST() local 2171 __ St1(v0.H(), i, MemOperand(x17)); in TEST() local 2177 __ St1(v0.S(), i, MemOperand(x17)); in TEST() local 2183 __ St1(v0.D(), i, MemOperand(x17)); in TEST() local 2569 __ St1(v0.B(), i, MemOperand(x17, 1, PostIndex)); in TEST() local 2574 __ St1(v0.H(), i, MemOperand(x17, 2, PostIndex)); in TEST() local 2579 __ St1(v0.S(), i, MemOperand(x17, 4, PostIndex)); in TEST() local 2584 __ St1(v0.D(), i, MemOperand(x17, 8, PostIndex)); in TEST() local 2697 __ St1(v0.V8B(), MemOperand(x17)); in TEST() local 2700 __ St1(v0.V8B(), v1.V8B(), MemOperand(x17)); in TEST() local [all …]
|
| /external/vixl/src/aarch64/ |
| D | macro-assembler-aarch64.h | 3342 void St1(const VRegister& vt, const MemOperand& dst) { in St1() function 3347 void St1(const VRegister& vt, const VRegister& vt2, const MemOperand& dst) { in St1() function 3352 void St1(const VRegister& vt, in St1() function 3360 void St1(const VRegister& vt, in St1() function 3369 void St1(const VRegister& vt, int lane, const MemOperand& dst) { in St1() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 16368 SDValue St1 = DAG.getStore(Chain, DL, Hi, Ptr, in replaceStoreOfFPConstant() local 16715 SDValue St1 = in splitMergedValStore() local
|
| /external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 17470 SDValue St1 = DAG.getStore(Chain, DL, Hi, Ptr, in replaceStoreOfFPConstant() local 17826 SDValue St1 = DAG.getStore( in splitMergedValStore() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 12001 SDValue St1 = DAG.getStore(Chain, DL, Hi, in replaceStoreOfFPConstant() local
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaExpr.cpp | 5246 ExprResult St, St1; in ActOnOMPIteratorExpr() local
|