Home
last modified time | relevance | path

Searched defs:St1 (Results 1 – 20 of 20) sorted by relevance

/external/rust/crates/futures-util/src/stream/
Dselect.rs31 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/
Dallocate_allocator_messages.cpp29 struct St1{ struct
30 int a;
31 static int b;
Dthreadprivate_ast_print.cpp23 struct St1{ struct
28 // CHECK-NEXT: #pragma omp threadprivate(St1::b){{$}} argument
Dallocate_ast_print.cpp23 struct St1{ struct
28 // CHECK-NEXT: #pragma omp allocate(St1::b){{$}} argument
Dallocate_allocator_ast_print.cpp34 struct St1{ struct
39 // CHECK-NEXT: #pragma omp allocate(St1::b) allocator(omp_default_mem_alloc){{$}} argument
Dnvptx_allocate_messages.cpp40 struct St1{ struct
41 int a;
42 static int b;
Dnvptx_allocate_codegen.cpp34 struct St1{ struct
35 int a;
36 static int b;
Dallocate_codegen.cpp37 struct St1{ struct
38 int a;
39 static int b;
/external/rust/crates/futures-util/src/stream/stream/
Dzip.rs23 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()
Dchain.rs24 pub(super) fn new(stream1: St1, stream2: St2) -> Self { in new()
/external/clang/test/OpenMP/
Dthreadprivate_ast_print.cpp17 struct St1{ struct
22 // CHECK-NEXT: #pragma omp threadprivate(St1::b) argument
/external/vixl/examples/aarch64/
Dneon-matrix-multiply.cc92 __ St1(v0.V4S(), v1.V4S(), v2.V4S(), v3.V4S(), MemOperand(x0)); in GenerateNEONMatrixMultiply() local
Dadd2-vectors.cc62 __ St1(v0.V16B(), MemOperand(x0, 16, PostIndex)); in GenerateAdd2Vectors() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp129 SDNode *St1 = DAG.getMachineNode( in EmitTargetCodeForSetTag() local
/external/vixl/test/aarch64/
Dtest-assembler-neon-aarch64.cc2165 __ 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/
Dmacro-assembler-aarch64.h3342 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/
DDAGCombiner.cpp16368 SDValue St1 = DAG.getStore(Chain, DL, Hi, Ptr, in replaceStoreOfFPConstant() local
16715 SDValue St1 = in splitMergedValStore() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17470 SDValue St1 = DAG.getStore(Chain, DL, Hi, Ptr, in replaceStoreOfFPConstant() local
17826 SDValue St1 = DAG.getStore( in splitMergedValStore() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12001 SDValue St1 = DAG.getStore(Chain, DL, Hi, in replaceStoreOfFPConstant() local
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp5246 ExprResult St, St1; in ActOnOMPIteratorExpr() local