/external/llvm-project/llvm/test/CodeGen/Generic/ |
D | dag-combine-ossfuzz-crash.ll | 21 %L6 = load i66, i66* %G4 35 %B7 = and i66 %L6, %L6 37 %B16 = urem i66 %B22, %L6
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | userstack.ll | 24 ; CHECK: i32.const $push[[L6:.+]]=, 0 27 ; CHECK-NEXT: i32.store $drop=, __stack_pointer($pop[[L6]]), $pop[[L7]] 37 ; CHECK-NEXT: i32.sub $push[[L6:.+]]=, $pop[[L3]], $pop[[L4]] 38 ; CHECK-NEXT: tee_local $push[[L5:.+]]=, $[[SP:.+]]=, $pop[[L6]] 57 ; CHECK-NEXT: i32.const $push[[L6:.+]]=, 144{{$}} 58 ; CHECK-NEXT: i32.sub $push[[L11:.+]]=, $pop[[L5]], $pop[[L6]] 109 ; CHECK: i32.const $push[[L6:.+]]=, 0{{$}} 114 ; CHECK-NEXT: i32.store ${{.+}}=, __stack_pointer($pop[[L6]]), $pop[[L10]]{{$}} 126 ; CHECK: i32.const $push[[L6:.+]]=, 0{{$}} 129 ; CHECK-NEXT: i32.store $drop=, __stack_pointer($pop[[L6]]), $pop[[L7]] [all …]
|
/external/llvm-project/llvm/test/MC/MachO/ |
D | darwin-x86_64-reloc.s | 74 L6: label 80 movl L6(%rip), %eax 85 .quad L6
|
D | pending-labels.s | 16 L6: label 30 .quad L6-.
|
/external/llvm/test/MC/MachO/ |
D | darwin-x86_64-reloc.s | 74 L6: label 80 movl L6(%rip), %eax 85 .quad L6
|
/external/clang/test/Sema/ |
D | scope-check.c | 83 goto L6; in test8() 85 L6:; // ok. in test8() 86 if (x) goto L6; // ok in test8()
|
/external/llvm-project/clang/test/Sema/ |
D | scope-check.c | 83 goto L6; in test8() 85 L6:; // ok. in test8() 86 if (x) goto L6; // ok in test8()
|
/external/llvm-project/clang/test/Analysis/ |
D | cfg-indirect-goto-determinism.cpp | 10 (void)&&L6; in indirectBlockSuccessorDeterminism() 52 L6: in indirectBlockSuccessorDeterminism()
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | simd.ll | 66 ; SIMD128-NEXT: i32.or $push[[L6:[0-9]+]]=, $2, $pop[[L5]] 67 ; SIMD128-NEXT: i32.load8_s $push[[R:[0-9]+]]=, 0($pop[[L6]]) 107 ; SIMD128-NEXT: i32.or $push[[L6:[0-9]+]]=, $2, $pop[[L5]]{{$}} 108 ; SIMD128-NEXT: i32.load8_u $push[[R:[0-9]+]]=, 0($pop[[L6]]){{$}} 147 ; SIMD128-NEXT: i32.or $push[[L6:[0-9]+]]=, $2, $pop[[L5]]{{$}} 148 ; SIMD128-NEXT: i32.load8_u $push[[R:[0-9]+]]=, 0($pop[[L6]]){{$}} 185 ; SIMD128-NEXT: i32.or $push[[L6:[0-9]+]]=, $3, $pop[[L5]]{{$}} 186 ; SIMD128-NEXT: i32.store8 0($pop[[L6]]), $2{{$}} 241 ; SIMD128-NEXT: i8x16.replace_lane $push[[L6:[0-9]+]]=, $pop[[L5]], 6, $6{{$}} 242 ; SIMD128-NEXT: i8x16.replace_lane $push[[L7:[0-9]+]]=, $pop[[L6]], 7, $7{{$}} [all …]
|
D | stack-alignment.ll | 55 ; CHECK: i[[PTR]].add $push[[L6:.+]]=, $pop[[M6]], $pop{{.+}} 56 ; CHECK-NEXT: call somefunc, $pop[[L6]] 61 ; CHECK: local.get $push[[L6:.+]]=, [[BP]]{{$}} 62 ; CHECK-NEXT: global.set __stack_pointer, $pop[[L6]]
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | README.md | 15 [gRFC L6](/grpc/proposal/blob/master/L6-allow-c%2B%2B-in-grpc-core.md) and
|
/external/clang/test/CodeGenObjC/ |
D | for-in.m | 19 #define L6(n) L5(n+0),L5(n+32) macro 32 NSArray *array = [NSArray arrayWithObjects: L6(0), (void*)0];
|
/external/llvm-project/llvm/test/Transforms/InterleavedAccess/AArch64/ |
D | binopshuffles.ll | 18 ; CHECK-NEXT: [[L6:%.*]] = fadd fast <4 x float> [[L43]], [[L26]] 19 ; CHECK-NEXT: ret <4 x float> [[L6]] 44 ; CHECK-NEXT: [[L6:%.*]] = fadd fast <4 x float> [[L46]], [[L29]] 46 ; CHECK-NEXT: [[L9:%.*]] = fadd fast <4 x float> [[L6]], [[L73]] 137 ; CHECK-NEXT: [[L6:%.*]] = fmul fast <4 x float> [[TMP5]], [[TMP1]] 138 ; CHECK-NEXT: [[L8:%.*]] = fadd fast <4 x float> [[L6]], [[L43]]
|
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/ARM/ |
D | sinkchain.ll | 13 ; CHECK-NEXT: [[L6:%.*]] = getelementptr inbounds i16, i16* [[S1:%.*]], i32 [[INDEX]] 14 ; CHECK-NEXT: [[L7:%.*]] = bitcast i16* [[L6]] to <8 x i16>* 67 ; CHECK-NEXT: [[L6:%.*]] = getelementptr inbounds i16, i16* [[S1:%.*]], i32 [[INDEX]] 68 ; CHECK-NEXT: [[L7:%.*]] = bitcast i16* [[L6]] to <8 x i16>*
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | for-in.m | 20 #define L6(n) L5(n+0),L5(n+32) macro 47 NSArray *array = [NSArray arrayWithObjects: L6(0), (void*)0];
|
/external/llvm-project/lldb/test/Shell/Expr/Inputs/ |
D | ir-memory-map-overlap1 | 6 L6 = malloc 64 8
|
D | ir-memory-map-basic | 8 L6 = malloc 3 1
|
/external/llvm/test/CodeGen/X86/ |
D | crash-lre-eliminate-dead-def.ll | 75 br i1 %or.cond, label %L6, label %if.end7 212 br label %L6 214 L6: ; preds = %if.end78, %if.then 221 while.condthread-pre-split: ; preds = %L6 232 for.inc94: ; preds = %while.end.split, %L6, %for.body34 233 %t7.17 = phi i16 [ %t7.6, %for.body34 ], [ %t7.15, %L6 ], [ %t7.15, %while.end.split ] 234 %t2.16 = phi i32 [ %t2.7, %for.body34 ], [ %t2.14, %L6 ], [ %t2.14, %while.end.split ]
|
D | pic.ll | 137 ; LINUX: calll .L6$pb 138 ; LINUX: .L6$pb: 139 ; LINUX: addl $_GLOBAL_OFFSET_TABLE_+(.L{{.*}}-.L6$pb),
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | crash-lre-eliminate-dead-def.ll | 75 br i1 %or.cond, label %L6, label %if.end7 212 br label %L6 214 L6: ; preds = %if.end78, %if.then 221 while.condthread-pre-split: ; preds = %L6 232 for.inc94: ; preds = %while.end.split, %L6, %for.body34 233 %t7.17 = phi i16 [ %t7.6, %for.body34 ], [ %t7.15, %L6 ], [ %t7.15, %while.end.split ] 234 %t2.16 = phi i32 [ %t2.7, %for.body34 ], [ %t2.14, %L6 ], [ %t2.14, %while.end.split ]
|
/external/clang/test/SemaObjC/ |
D | scope-check.m | 24 goto L6; // expected-error{{cannot jump}} 26 L6: ;
|
/external/llvm-project/clang/test/SemaObjC/ |
D | scope-check.m | 24 goto L6; // expected-error{{cannot jump}} 26 L6: ;
|
/external/python/cryptography/vectors/cryptography_vectors/x509/custom/ |
D | post2000utctime.pem | 17 9NswDAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAjg9y/L6+R1Wryvds
|
/external/python/cpython3/PC/icons/ |
D | launcher.svg | 1 …L6.5.748l-.714.763C3.729 3.712 2.5 7.399 2.5 11.374c0 .681.049 1.348.119 2.006C1.339 14.521.5 16.5…
|
/external/python/cryptography/.github/ISSUE_TEMPLATE/ |
D | openssl-release.md | 9 …d hash](https://github.com/pyca/infra/blob/master/cryptography-manylinux1/install_openssl.sh#L5-L6)
|