/external/llvm/test/CodeGen/WebAssembly/ |
D | cfg-stackify.ll | 2 …wasm-fallthrough-return-opt -verify-machineinstrs -fast-isel=false | FileCheck -check-prefix=OPT %s 30 ; OPT-LABEL: test0: 31 ; OPT: loop 32 ; OPT-NEXT: i32.const 33 ; OPT-NEXT: i32.add 34 ; OPT: i32.ge_s 35 ; OPT-NEXT: br_if 36 ; OPT-NOT: br 37 ; OPT: call 38 ; OPT: br 0{{$}} [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | cgp-bitfield-extract.ll | 1 ; RUN: opt -S -mtriple=amdgcn-- -codegenprepare < %s | FileCheck -check-prefix=OPT %s 2 ; RUN: opt -S -mtriple=amdgcn-- -mcpu=tonga -codegenprepare < %s | FileCheck -check-prefix=OPT %s 9 ; OPT-LABEL: @sink_ubfe_i32( 10 ; OPT: entry: 11 ; OPT-NEXT: br i1 13 ; OPT: bb0: 14 ; OPT: %0 = lshr i32 %arg1, 8 15 ; OPT-NEXT: %val0 = and i32 %0, 255 16 ; OPT: br label 18 ; OPT: bb1: [all …]
|
D | cgp-addressing-modes-flat.ll | 1 …ple=amdgcn-unknown-unknown -mcpu=bonaire < %s | FileCheck -check-prefix=OPT -check-prefix=OPT-CI %s 2 …riple=amdgcn-unknown-unknown -mcpu=tonga < %s | FileCheck -check-prefix=OPT -check-prefix=OPT-VI %s 6 ; OPT-LABEL: @test_no_sink_flat_small_offset_i32( 7 ; OPT: getelementptr i32, i32 addrspace(4)* %in 8 ; OPT: br i1 9 ; OPT-NOT: ptrtoint 34 ; OPT-LABEL: @test_sink_noop_addrspacecast_flat_to_global_i32( 35 ; OPT: getelementptr i32, i32 addrspace(4)* %out, 36 ; OPT-CI-NOT: getelementptr 37 ; OPT: br i1 [all …]
|
D | cgp-addressing-modes.ll | 1 …iple=amdgcn-unknown-unknown -mcpu=tahiti < %s | FileCheck -check-prefix=OPT -check-prefix=OPT-SI %s 2 …ple=amdgcn-unknown-unknown -mcpu=bonaire < %s | FileCheck -check-prefix=OPT -check-prefix=OPT-CI %s 3 …riple=amdgcn-unknown-unknown -mcpu=tonga < %s | FileCheck -check-prefix=OPT -check-prefix=OPT-VI %s 8 ; OPT-LABEL: @test_sink_global_small_offset_i32( 9 ; OPT-CI-NOT: getelementptr i32, i32 addrspace(1)* %in 10 ; OPT-VI: getelementptr i32, i32 addrspace(1)* %in 11 ; OPT: br i1 12 ; OPT-CI: ptrtoint 37 ; OPT-LABEL: @test_sink_global_small_max_i32_ds_offset( 38 ; OPT: %in.gep = getelementptr i8, i8 addrspace(1)* %in, i64 65535 [all …]
|
D | promote-alloca-lifetime.ll | 1 …N: opt -S -mtriple=amdgcn-unknown-amdhsa -amdgpu-promote-alloca %s | FileCheck -check-prefix=OPT %s 6 ; OPT-LABEL: @use_lifetime_promotable_lds( 7 ; OPT-NOT: alloca i32 8 ; OPT-NOT: llvm.lifetime 9 ; OPT: store i32 %tmp3, i32 addrspace(3)*
|
/external/llvm/test/Feature/ |
D | optnone-opt.ll | 1 ; RUN: opt -S -debug %s 2>&1 | FileCheck %s --check-prefix=OPT-O0 2 ; RUN: opt -O1 -S -debug %s 2>&1 | FileCheck %s --check-prefix=OPT-O1 3 ; RUN: opt -O2 -S -debug %s 2>&1 | FileCheck %s --check-prefix=OPT-O1 --check-prefix=OPT-O2O3 4 ; RUN: opt -O3 -S -debug %s 2>&1 | FileCheck %s --check-prefix=OPT-O1 --check-prefix=OPT-O2O3 5 ; RUN: opt -bb-vectorize -dce -die -loweratomic -S -debug %s 2>&1 | FileCheck %s --check-prefix=OPT… 6 …l -loop-rotate -loop-unroll -loop-unswitch -S -debug %s 2>&1 | FileCheck %s --check-prefix=OPT-LOOP 37 ; OPT-O0-NOT: Skipping pass 40 ; OPT-O1-DAG: Skipping pass 'Aggressive Dead Code Elimination' 41 ; OPT-O1-DAG: Skipping pass 'Combine redundant instructions' 42 ; OPT-O1-DAG: Skipping pass 'Dead Store Elimination' [all …]
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 462 #define OPT(pass, ...) ({ \ macro 535 OPT(nir_split_array_vars, nir_var_function_temp); in brw_nir_optimize() 536 OPT(nir_shrink_vec_array_vars, nir_var_function_temp); in brw_nir_optimize() 537 OPT(nir_opt_deref); in brw_nir_optimize() 538 OPT(nir_lower_vars_to_ssa); in brw_nir_optimize() 544 OPT(nir_opt_find_array_copies); in brw_nir_optimize() 546 OPT(nir_opt_copy_prop_vars); in brw_nir_optimize() 547 OPT(nir_opt_dead_write_vars); in brw_nir_optimize() 548 OPT(nir_opt_combine_stores, nir_var_all); in brw_nir_optimize() 551 OPT(nir_lower_alu_to_scalar, NULL, NULL); in brw_nir_optimize() [all …]
|
/external/clang/test/CodeGenOpenCL/ |
D | shifts.cl | 1 … %clang_cc1 -x cl -O1 -emit-llvm %s -o - -triple x86_64-linux-gnu | FileCheck %s -check-prefix=OPT 8 // OPT: @gtest1 = local_unnamed_addr constant i64 2147483648 22 //OPT: @positiveShift32 24 //OPT: [[M32:%.+]] = and i32 %b, 31 25 //OPT-NEXT: [[C32:%.+]] = shl i32 %a, [[M32]] 28 //OPT-NEXT: [[E32:%.+]] = add nsw i32 [[C32]], 2 30 //OPT-NEXT: ret i32 [[E32]] 34 //OPT: @positiveShift64 36 //OPT: [[M64:%.+]] = and i64 %b, 63 37 //OPT-NEXT: [[C64:%.+]] = ashr i64 %a, [[M64]] [all …]
|
/external/tcpdump/tests/ |
D | edns-opts-vv.out | 6 …2.53: [bad udp cksum 0xcd1e -> 0x9191!] 47424+ [1au] A? example.com. ar: . OPT UDPsize=12345 DO (4… 8 … example.com. 2/0/1 example.com. A 93.184.216.34, example.com. RRSIG ar: . OPT UDPsize=4096 DO (22… 10 …2.53: [bad udp cksum 0xcd29 -> 0x6dce!] 41739+ [1au] A? example.com. ar: . OPT UDPsize=4096 [ECS 1… 12 …um ok] 41739*- q: A? example.com. 1/0/1 example.com. A 93.184.216.34 ar: . OPT UDPsize=4096 [ECS 1… 14 …2.53: [bad udp cksum 0xcd2a -> 0xc240!] 18065+ [1au] A? example.com. ar: . OPT UDPsize=4096 [ECS 1… 16 …um ok] 18065*- q: A? example.com. 1/0/1 example.com. A 93.184.216.34 ar: . OPT UDPsize=4096 [ECS 1… 18 …2.53: [bad udp cksum 0xcd33 -> 0xc368!] 34237+ [1au] A? example.com. ar: . OPT UDPsize=4096 [ECS 2… 20 …um ok] 34237*- q: A? example.com. 1/0/1 example.com. A 93.184.216.34 ar: . OPT UDPsize=4096 [ECS 2… 22 …2.53: [bad udp cksum 0xcd2a -> 0x750a!] 30225+ [1au] A? example.com. ar: . OPT UDPsize=4096 [COOKI… 24 …um ok] 30225*- q: A? example.com. 1/0/1 example.com. A 93.184.216.34 ar: . OPT UDPsize=4096 [COOKI… [all …]
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 178 #define OPT(nir, pass, ...) ({ \ macro 199 progress |= OPT(s, nir_opt_copy_prop_vars); in ir3_optimize_loop() 200 progress |= OPT(s, nir_opt_dead_write_vars); in ir3_optimize_loop() 201 progress |= OPT(s, nir_lower_alu_to_scalar, NULL, NULL); in ir3_optimize_loop() 202 progress |= OPT(s, nir_lower_phis_to_scalar); in ir3_optimize_loop() 204 progress |= OPT(s, nir_copy_prop); in ir3_optimize_loop() 205 progress |= OPT(s, nir_opt_dce); in ir3_optimize_loop() 206 progress |= OPT(s, nir_opt_cse); in ir3_optimize_loop() 211 progress |= OPT(s, nir_opt_gcm, true); in ir3_optimize_loop() 213 progress |= OPT(s, nir_opt_gcm, false); in ir3_optimize_loop() [all …]
|
/external/llvm/test/CodeGen/NVPTX/ |
D | mulwide.ll | 1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -O3 | FileCheck %s --check-prefix=OPT 4 ; OPT-LABEL: @mulwide16 7 ; OPT: mul.wide.s16 15 ; OPT-LABEL: @mulwideu16 18 ; OPT: mul.wide.u16 26 ; OPT-LABEL: @mulwide8 29 ; OPT: mul.wide.s16 37 ; OPT-LABEL: @mulwideu8 40 ; OPT: mul.wide.u16 48 ; OPT-LABEL: @mulwide32 [all …]
|
/external/llvm/test/Other/ |
D | constant-fold-gep.ll | 5 ; "OPT" - Optimizations but no targetdata. This tests default target layout 7 ; RUN: opt -S -o - -instcombine -globalopt < %s | FileCheck --check-prefix=OPT %s 27 ; OPT: @G8 = local_unnamed_addr global i8* null 28 ; OPT: @G1 = local_unnamed_addr global i1* null 29 ; OPT: @F8 = local_unnamed_addr global i8* inttoptr (i64 -1 to i8*) 30 ; OPT: @F1 = local_unnamed_addr global i1* inttoptr (i64 -1 to i1*) 31 ; OPT: @H8 = local_unnamed_addr global i8* inttoptr (i64 -1 to i8*) 32 ; OPT: @H1 = local_unnamed_addr global i1* inttoptr (i64 -1 to i1*) 60 ; OPT: @a = local_unnamed_addr constant i64 18480 61 ; OPT: @b = local_unnamed_addr constant i64 8 [all …]
|
/external/llvm/test/CodeGen/SPARC/ |
D | 64bit.ll | 2 ; RUN: llc < %s -march=sparcv9 -mattr=+popc | FileCheck %s -check-prefix=OPT 7 ; OPT-LABEL: ret2: 8 ; OPT: retl 9 ; OPT: mov %o1, %o0 17 ; OPT-LABEL: shl_imm: 18 ; OPT: retl 19 ; OPT: sllx %o0, 7, %o0 28 ; OPT-LABEL: sra_reg: 29 ; OPT: retl 30 ; OPT: srax %o0, %o1, %o0 [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-sincos-01.ll | 4 …N: llc < %s -mtriple=s390x-linux-gnu -enable-unsafe-fp-math | FileCheck %s --check-prefix=CHECK-OPT 7 ; CHECK-OPT-LABEL: f1: 8 ; CHECK-OPT: brasl %r14, sincosf@PLT 9 ; CHECK-OPT: le %f0, 164(%r15) 10 ; CHECK-OPT: aeb %f0, 160(%r15) 22 ; CHECK-OPT-LABEL: f2: 23 ; CHECK-OPT: brasl %r14, sincos@PLT 24 ; CHECK-OPT: ld %f0, 168(%r15) 25 ; CHECK-OPT: adb %f0, 160(%r15) 37 ; CHECK-OPT-LABEL: f3: [all …]
|
/external/libpng/contrib/libtests/ |
D | timepng.c | 481 # define OPT(name) else if (strcmp(opt, #name) == 0)\ in main() macro 484 OPT(STRIP_16); in main() 485 OPT(STRIP_ALPHA); in main() 486 OPT(PACKING); in main() 487 OPT(PACKSWAP); in main() 488 OPT(EXPAND); in main() 489 OPT(INVERT_MONO); in main() 490 OPT(SHIFT); in main() 491 OPT(BGR); in main() 492 OPT(SWAP_ALPHA); in main() [all …]
|
/external/llvm/test/Transforms/LoopStrengthReduce/AMDGPU/ |
D | different-addrspace-addressing-mode-loops.ll | 1 ; RUN: opt -S -mtriple=amdgcn-- -mcpu=bonaire -loop-reduce < %s | FileCheck -check-prefix=OPT %s 8 ; OPT-LABEL: @test_global_addressing_loop_uniform_index_max_offset_i32( 9 ; OPT: {{^}}.lr.ph: 10 ; OPT: %lsr.iv2 = phi i8 addrspace(1)* [ %scevgep3, %.lr.ph ], [ %arg1, %.lr.ph.preheader ] 11 ; OPT: %scevgep4 = getelementptr i8, i8 addrspace(1)* %lsr.iv2, i64 4095 12 ; OPT: load i8, i8 addrspace(1)* %scevgep4, align 1 43 ; OPT-LABEL: @test_global_addressing_loop_uniform_index_max_offset_p1_i32( 44 ; OPT: {{^}}.lr.ph.preheader: 45 ; OPT: %scevgep2 = getelementptr i8, i8 addrspace(1)* %arg1, i64 4096 46 ; OPT: br label %.lr.ph [all …]
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | tbaa-path.ll | 2 ; RUN: opt < %s -tbaa -basicaa -gvn -S | FileCheck %s --check-prefix=OPT 17 ; OPT: define 18 ; OPT: store i32 1 19 ; OPT: store i32 4 20 ; OPT: %[[RET:.*]] = load i32, i32* 21 ; OPT: ret i32 %[[RET]] 43 ; OPT: define 44 ; OPT: store i32 1 45 ; OPT: store i16 4 47 ; OPT: ret i32 1 [all …]
|
/external/llvm/test/tools/gold/X86/ |
D | thinlto_weak_resolution.ll | 21 ; RUN: llvm-dis %t.o.opt.bc -o - | FileCheck --check-prefix=OPT %s 41 ; OPT: @linkonceodralias = weak_odr alias void (), void ()* @linkonceodrfuncwithalias 45 ; OPT: @linkoncealias = weak alias void (), void ()* @linkoncefuncwithalias 49 ; OPT: define linkonce_odr void @linkonceodrfuncwithalias() 56 ; OPT: define linkonce void @linkoncefuncwithalias() 62 ; OPT: define weak_odr void @linkonceodrfunc() 67 ; OPT: define weak void @linkoncefunc() 72 ; OPT: define weak_odr void @weakodrfunc() 77 ; OPT: define weak void @weakfunc() 83 ; OPT: weak_odr void @linkonceodrfuncInSingleModule()
|
/external/clang/test/Sema/ |
D | builtins.c | 166 #define OPT(...) (__builtin_constant_p(__VA_ARGS__) && strlen(__VA_ARGS__) < 4) in test17() macro 169 ASSERT(OPT("abc")); in test17() 170 ASSERT(!OPT("abcd")); in test17() 173 ASSERT(!OPT(test17_c)); // expected-warning {{folded}} in test17() 174 ASSERT(!OPT(&test17_c[0])); // expected-warning {{folded}} in test17() 175 ASSERT(!OPT((char*)test17_c)); // expected-warning {{folded}} in test17() 176 ASSERT(!OPT(test17_d)); // expected-warning {{folded}} in test17() 177 ASSERT(!OPT(&test17_d[0])); // expected-warning {{folded}} in test17() 178 ASSERT(!OPT((char*)test17_d)); // expected-warning {{folded}} in test17() 180 #undef OPT in test17()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2007-09-07-LoadStoreIdxForms.ll | 2 ; RUN: llc < %s -march=ppc64 | FileCheck --check-prefix=CHECK-OPT %s 19 ; CHECK-OPT: @foo 20 ; CHECK-OPT: lwz 21 ; CHECK-OPT: blr 32 ; CHECK-OPT: @test 33 ; CHECK-OPT: lwzx 34 ; CHECK-OPT: blr
|
/external/llvm/test/CodeGen/AArch64/ |
D | swiftself.ll | 1 …ineinstrs -mtriple=aarch64-apple-ios -o - %s | FileCheck --check-prefix=CHECK --check-prefix=OPT %s 3 …s -mtriple=aarch64-unknown-linux-gnu -o - %s | FileCheck --check-prefix=CHECK --check-prefix=OPT %s 37 ; OPT-NOT: mov{{.*}}x20 38 ; OPT: bl {{_?}}swiftself_param 39 ; OPT-NOT: mov{{.*}}x20 40 ; OPT-NEXT: bl {{_?}}swiftself_param 41 ; OPT: ret 50 ; OPT: b {{_?}}swiftself_param 51 ; OPT-NOT: ret
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | memtoy.h | 74 #define set_option(OPT) gcp->options |= (OPTION_##OPT) argument 75 #define clear_option(OPT) gcp->options &= ~(OPION_##OPTT) argument 76 #define is_option(OPT) ((gcp->options & OPTION_##OPT) != 0) argument
|
/external/llvm/test/CodeGen/ARM/ |
D | thumb2-size-opt.ll | 2 … -mtriple=thumbv7-linux-gnueabihf -o - -show-mc-encoding %s | FileCheck %s --check-prefix=CHECK-OPT 7 ; CHECK-OPT: ands r{{[0-7]}}, r{{[0-7]}} @ encoding: [{{0x..,0x..}}] 16 ; CHECK-OPT: asrs r{{[0-7]}}, r{{[0-7]}}, #13 @ encoding: [{{0x..,0x..}}] 25 ; CHECK-OPT: asrs r{{[0-7]}}, r{{[0-7]}} @ encoding: [{{0x..,0x..}}] 34 ; CHECK-OPT: bics r{{[0-7]}}, r{{[0-7]}} @ encoding: [{{0x..,0x..}}] 44 ; CHECK-OPT: eors r{{[0-7]}}, r{{[0-7]}} @ encoding: [{{0x..,0x..}}] 53 ; CHECK-OPT: lsls r{{[0-7]}}, r{{[0-7]}}, #13 @ encoding: [{{0x..,0x..}}] 62 ; CHECK-OPT: lsls r{{[0-7]}}, r{{[0-7]}} @ encoding: [{{0x..,0x..}}] 71 ; CHECK-OPT: lsrs r{{[0-7]}}, r{{[0-7]}}, #13 @ encoding: [{{0x..,0x..}}] 80 ; CHECK-OPT: lsrs r{{[0-7]}}, r{{[0-7]}} @ encoding: [{{0x..,0x..}}]
|
/external/clang/test/CodeGenObjCXX/ |
D | arc-new-delete.mm | 2 …0.0 -emit-llvm -o - %s -O -disable-llvm-optzns | FileCheck %s -check-prefix=CHECK -check-prefix=OPT 12 // OPT-NEXT: [[T0:%.*]] = call i8* @objc_retain(i8* [[INVALUE:%.*]]) 13 // OPT-NEXT: store i8* [[T0]], i8** [[INVALUEADDR]] 22 // OPT-NEXT: call i8* @objc_initWeak(i8** {{.*}}, i8* null) 32 // OPT-NEXT: call i8* @objc_initWeak(i8** {{.*}}, i8* null) 45 // OPT: call void @objc_release 67 // OPT: load i8*, i8** 68 // OPT-NEXT: call void @objc_release 88 // OPT-NEXT: [[T0:%.*]] = load i8*, i8** [[CUR]] 89 // OPT-NEXT: objc_release(i8* [[T0]])
|
/external/autotest/client/deps/fakegudev/src/ |
D | Makefile | 14 OPT := -O2 macro 20 $(CC) -o $@ $(WARN) $(OPT) $(DEBUG) $(PKG_CFLAGS_FAKEGUDEV) \ 24 $(CC) -fPIC -shared -o $@ $(WARN) $(OPT) $(DEBUG) \ 28 $(CC) -o $@ $(WARN) $(OPT) $(DEBUG) $(PKG_CFLAGS_FAKESYSCALLS) \ 32 $(CC) -fPIC -shared -o $@ $(WARN) $(OPT) $(DEBUG) \
|