/external/llvm-project/clang/test/CodeGen/ |
D | arm64-microsoft-arguments.cpp | 162 struct S9 { struct 163 S9& operator=(const S9&); 167 S9 func9(S9 x); argument 168 S9 f9() { in f9() 169 S9 x; in f9() 170 S9 y = x; in f9()
|
/external/llvm-project/polly/lib/External/isl/test_inputs/codegen/cloog/ |
D | reservoir-QR.st | 1 … and i1 <= -1 + M; S6[i0, i1] : i0 >= 0 and i1 >= 1 + i0 and i1 <= -1 + N; S9[i0, i1, i2] : i0 >= … 5 …S10[i0] -> [(1 + i0)]; S5[i0] -> [(1 + i0)]; S7[i0, i1, i2] -> [(2 + i0)]; S9[i0, i1, i2] -> [(2 +… 9 - filter: "[M, N] -> { S6[i0, i1]; S9[i0, i1, i2]; S8[i0, i1]; S7[i0, i1, i2] }" 11 …schedule: "[M, N] -> [{ S7[i0, i1, i2] -> [(i1)]; S9[i0, i1, i2] -> [(i1)]; S8[i0, i1] -> [(i1)]; … 21 - filter: "[M, N] -> { S9[i0, i1, i2] }" 23 schedule: "[M, N] -> [{ S9[i0, i1, i2] -> [(i2)] }]"
|
D | faber.st | 1 …36 and idx6 >= -8idx5 and idx6 <= 24 - 8idx5 and idx5 >= 0 and idx5 <= 24; S9[idx4, idx5, idx6] : … 5 …S9[idx4, idx5, idx6] -> [(idx4)]; S4[idx4, idx5, idx6] -> [(idx4)]; S10[idx4, idx5, idx6] -> [(idx… 17 - filter: "{ S9[idx4, idx5, idx6] }"
|
D | faber.c | 100 S9(c0, c1, c2); 102 S9(c0, c1, c2); 105 S9(c0, c1, c2); 108 S9(c0, c1, (2 * c1 + 1) / 5 + 8); 111 S9(c0, c1, c2); 114 S9(c0, c1, c2);
|
D | reservoir-QR.c | 28 S9(c0 - 2, c1, c2); 45 S9(N - 2, N - 1, c2);
|
D | usvd_e_t.c | 45 S9(7, 4, 0); 123 S9(8, 4, 0); 204 S9(9, 4, 0); 286 S9(10, 4, 0);
|
D | usvd_e_t.st | 1 … and i2 >= -12 + i0 and i1 >= -6 + i0; S3[i0, 0, 0] : i0 >= 4 and i0 <= 8; S9[i0, 4, 0] : i0 >= 7 … 5 …S9[i0, i1, i2] -> [(i0)]; S10[i0, i1, i2] -> [(i0)]; S24[i0, i1, i2] -> [(i0)]; S15[i0, i1, i2] ->… 17 - filter: "{ S9[i0, i1, i2] }"
|
D | reservoir-mg-interp.st | 1 …nd i0 <= -1 + O and i1 >= 1 and i1 <= -1 + N and i2 >= 1 and i2 <= -1 + M; S9[i0, i1, i2] : i0 >= … 35 - filter: "[M, N, O, P, Q, R, S, T, U] -> { S2[i0, i1, i2]; S9[i0, i1, i2]; S8[i0, i1, i2] }" 37 …, Q, R, S, T, U] -> [{ S2[i0, i1, i2] -> [(i0)]; S8[i0, i1, i2] -> [(i0)]; S9[i0, i1, i2] -> [(i0)… 40 …Q, R, S, T, U] -> [{ S2[i0, i1, i2] -> [(2i1)]; S8[i0, i1, i2] -> [(2i1)]; S9[i0, i1, i2] -> [(1 +… 52 - filter: "[M, N, O, P, Q, R, S, T, U] -> { S9[i0, i1, i2] }" 54 schedule: "[M, N, O, P, Q, R, S, T, U] -> [{ S9[i0, i1, i2] -> [(i2)] }]"
|
/external/llvm-project/clang/test/InterfaceStubs/ |
D | var-template-specialization-decl.cpp | 12 template<typename T, T v> struct S9 { struct 15 template<typename T> struct S0 : public S9<bool, true> { }; argument
|
/external/llvm-project/llvm/lib/Target/ARC/ |
D | ARCInstrFormats.td | 43 let MIOperandInfo = (ops GPR32:$B, immS<9>:$S9); 218 // |B[2-0] |S9[7-1] | 1|S9[8]|B[5-3] |C |N|u|0|cc | 227 bits<9> S9; // 2-byte aligned 9-bit byte-offset. 231 let Inst{23-17} = S9{7-1}; 233 let Inst{15} = S9{8}; 387 // Register + S9 Load. (B + S9) 389 // |B[2-0] |S9[7-0] |S9[8]|B[5-3] |di|aa |zz |x|A | 395 bits<9> S9; 399 let Inst{23-16} = S9{7-0}; 400 let Inst{15} = S9{8}; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCInstrFormats.td | 43 let MIOperandInfo = (ops GPR32:$B, immS<9>:$S9); 218 // |B[2-0] |S9[7-1] | 1|S9[8]|B[5-3] |C |N|u|0|cc | 227 bits<9> S9; // 2-byte aligned 9-bit byte-offset. 231 let Inst{23-17} = S9{7-1}; 233 let Inst{15} = S9{8}; 387 // Register + S9 Load. (B + S9) 389 // |B[2-0] |S9[7-0] |S9[8]|B[5-3] |di|aa |zz |x|A | 395 bits<9> S9; 399 let Inst{23-16} = S9{7-0}; 400 let Inst{15} = S9{8}; [all …]
|
/external/llvm-project/clang/test/Modules/ |
D | odr_hash.cpp | 300 struct S9 { struct 304 struct S9 { struct 308 S9 s9; 545 struct S9 { struct 550 struct S9 { struct 555 S9 s9; 798 struct S9 { struct 801 int S9::FirstOutOfLineSecondBody() { return 1; } in FirstOutOfLineSecondBody() 803 struct S9 { struct 807 S9 s9; [all …]
|
/external/clang/test/CodeGenCXX/ |
D | warn-padded-packed.cpp | 49 struct S9 { // expected-warning {{packed attribute is unnecessary for 'S9'}} struct 76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { } in f() argument
|
/external/llvm-project/clang/test/Parser/ |
D | cxx2a-abbreviated-templates.cpp | 44 struct S9 { S9(const ns::D<int> auto h); }; struct
|
/external/llvm-project/clang/test/Sema/ |
D | address-packed.c | 268 struct S9 { struct 274 typedef struct S9 __attribute__((__aligned__(16))) aligned_S9; argument 277 struct S9 x; in g10() 278 struct S9 __attribute__((__aligned__(8))) y; in g10()
|
/external/llvm-project/llvm/test/TableGen/ |
D | ConcatenatedSubregs.td | 41 def S9 : MyReg<"s9">; 55 def D4 : MyReg<"d4", [S8, S9]>; 84 // CHECK: Regs: S0 S1 S2 S3 S4 S5 S6 S7 S8 S9 S10 S11 S12 S13 S14 S15 108 // CHECK-NEXT: SubReg ssub0 = S9
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | warn-padded-packed.cpp | 49 struct S9 { struct 151 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*, in f() argument
|
/external/clang/test/CodeGenObjC/ |
D | encode-test.m | 148 // CHECK: @g9 = constant [11 x i8] c"{S9=i[0i]}\00" 149 struct S9 { 153 const char g9[] = @encode(struct S9);
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | encode-test.m | 148 // CHECK: @g9 = constant [11 x i8] c"{S9=i[0i]}\00" 149 struct S9 { 153 const char g9[] = @encode(struct S9);
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-comma-operator.cpp | 218 class S9 { class 229 for (S9 s; s.More(); s.Advance(), ++x) {} in test_for_loop()
|
/external/clang/test/SemaCXX/ |
D | warn-comma-operator.cpp | 147 class S9 { class 158 for (S9 s; s.More(); s.Advance(), ++x) {} in test9()
|
/external/llvm-project/clang/test/Analysis/exploded-graph-rewriter/ |
D | environment_diff.dot | 55 // CHECK-SAME: <td align="left"><i>S9</i></td> 104 // CHECK-SAME: <td align="left"><i>S9</i></td>
|
/external/llvm-project/clang/test/CXX/class.access/class.friend/ |
D | p11.cpp | 78 struct S9 { in foo() struct
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p11.cpp | 81 struct S9 { in foo() struct
|
/external/clang/test/ASTMerge/Inputs/ |
D | struct2.c | 39 struct S9 *x9;
|