Searched refs:UNOPT (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/SPARC/ |
D | fp16-promote.ll | 4 ; RUN: llc -mtriple=sparc-linux-gnu -O0 < %s | FileCheck %s -check-prefixes=ALL,V8,V8-UNOPT 90 ; V8-UNOPT-LABEL: test_fptrunc_float: 91 ; V8-UNOPT: ! %bb.0: 92 ; V8-UNOPT-NEXT: save %sp, -96, %sp 93 ; V8-UNOPT-NEXT: mov %i0, %o0 94 ; V8-UNOPT-NEXT: st %o0, [%fp+-4] 95 ; V8-UNOPT-NEXT: call __gnu_f2h_ieee 96 ; V8-UNOPT-NEXT: ld [%fp+-4], %f0 97 ; V8-UNOPT-NEXT: sth %o0, [%i1] 98 ; V8-UNOPT-NEXT: ret [all …]
|
D | float.ll | 3 ; RUN: llc -march=sparc -O0 < %s | FileCheck %s -check-prefix=V8-UNOPT 12 ; V8-UNOPT-LABEL: test_neg: 13 ; V8-UNOPT: fnegs 14 ; V8-UNOPT: ! implicit-def 15 ; V8-UNOPT: fmovs {{.+}}, %f0 16 ; V8-UNOPT: fmovs {{.+}}, %f1 35 ; V8-UNOPT-LABEL: test_abs: 36 ; V8-UNOPT: fabss 37 ; V8-UNOPT: ! implicit-def 38 ; V8-UNOPT: fmovs {{.+}}, %f0 [all …]
|
D | 2011-01-19-DelaySlot.ll | 2 ;RUN: llc -march=sparc -O0 < %s -verify-machineinstrs | FileCheck %s -check-prefix=UNOPT 84 ;UNOPT-LABEL: test_implicit_def: 85 ;UNOPT: call func 86 ;UNOPT-NEXT: nop
|
/external/clang/test/CodeGenObjC/ |
D | arc-unoptimized-byref-var.m | 1 …t-llvm -fblocks -fobjc-arc -fobjc-runtime-has-weak -o - %s | FileCheck -check-prefix=CHECK-UNOPT %s 6 // CHECK-UNOPT-LABEL: define internal void @__Block_byref_object_copy 7 // CHECK-UNOPT: [[X:%.*]] = getelementptr inbounds [[BYREF_T:%.*]], [[BYREF_T:%.*]]* [[VAR:%.*]], i… 8 // CHECK-UNOPT: [[X2:%.*]] = getelementptr inbounds [[BYREF_T:%.*]], [[BYREF_T:%.*]]* [[VAR1:%.*]],… 9 // CHECK-UNOPT-NEXT: [[SIX:%.*]] = load i8*, i8** [[X2]], align 8 10 // CHECK-UNOPT-NEXT: store i8* null, i8** [[X]], align 8 11 // CHECK-UNOPT-NEXT: call void @objc_storeStrong(i8** [[X]], i8* [[SIX]]) [[NUW:#[0-9]+]] 12 // CHECK-UNOPT-NEXT: call void @objc_storeStrong(i8** [[X2]], i8* null) [[NUW]] 13 // CHECK-UNOPT-NEXT: ret void
|
D | arc-blocks.m | 2 …t-llvm -fblocks -fobjc-arc -fobjc-runtime-has-weak -o - %s | FileCheck -check-prefix=CHECK-UNOPT %s 632 // CHECK-UNOPT-LABEL: define void @test18( 633 // CHECK-UNOPT: [[X:%.*]] = alloca i8*, 634 // CHECK-UNOPT-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]], 635 // CHECK-UNOPT-NEXT: store i8* null, i8** [[X]] 636 // CHECK-UNOPT-NEXT: call void @objc_storeStrong(i8** [[X]], 637 // CHECK-UNOPT-NEXT: [[SLOTREL:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], … 638 // CHECK-UNOPT: [[SLOT:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32… 639 // CHECK-UNOPT-NEXT: [[T0:%.*]] = load i8*, i8** [[X]], 640 // CHECK-UNOPT-NEXT: [[T1:%.*]] = call i8* @objc_retain(i8* [[T0]]) [all …]
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | arc-unoptimized-byref-var.m | 1 …t-llvm -fblocks -fobjc-arc -fobjc-runtime-has-weak -o - %s | FileCheck -check-prefix=CHECK-UNOPT %s 7 // CHECK-UNOPT-LABEL: define internal void @__Block_byref_object_copy 8 // CHECK-UNOPT: [[X:%.*]] = getelementptr inbounds [[BYREF_T:%.*]], [[BYREF_T:%.*]]* [[VAR:%.*]], i… 9 // CHECK-UNOPT: [[X2:%.*]] = getelementptr inbounds [[BYREF_T:%.*]], [[BYREF_T:%.*]]* [[VAR1:%.*]],… 10 // CHECK-UNOPT-NEXT: [[SIX:%.*]] = load i8*, i8** [[X2]], align 8 11 // CHECK-UNOPT-NEXT: store i8* null, i8** [[X]], align 8 12 // CHECK-UNOPT-NEXT: call void @llvm.objc.storeStrong(i8** [[X]], i8* [[SIX]]) [[NUW:#[0-9]+]] 13 // CHECK-UNOPT-NEXT: call void @llvm.objc.storeStrong(i8** [[X2]], i8* null) [[NUW]] 14 // CHECK-UNOPT-NEXT: ret void
|
D | arc-blocks.m | 2 …fobjc-arc -fobjc-runtime-has-weak -o - %s | FileCheck -check-prefix=CHECK-UNOPT -check-prefix=CHEC… 620 // CHECK-UNOPT-LABEL: define void @test18( 621 // CHECK-UNOPT: [[X:%.*]] = alloca i8*, 622 // CHECK-UNOPT-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]], 623 // CHECK-UNOPT-NEXT: store i8* null, i8** [[X]] 624 // CHECK-UNOPT-NEXT: call void @llvm.objc.storeStrong(i8** [[X]], 625 // CHECK-UNOPT: %[[BLOCK_DESCRIPTOR:.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK… 626 // CHECK-UNOPT: store %[[STRUCT_BLOCK_DESCRIPTOR]]* bitcast ({ i64, i64, i8*, i8*, i8*, i64 }* @[[B… 627 // CHECK-UNOPT: [[SLOT:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32… 628 // CHECK-UNOPT-NEXT: [[T0:%.*]] = load i8*, i8** [[X]], [all …]
|
/external/llvm/test/CodeGen/SPARC/ |
D | float.ll | 3 ; RUN: llc -march=sparc -O0 < %s | FileCheck %s -check-prefix=V8-UNOPT 12 ; V8-UNOPT-LABEL: test_neg: 13 ; V8-UNOPT: fnegs 14 ; V8-UNOPT: ! implicit-def 15 ; V8-UNOPT: fmovs {{.+}}, %f0 16 ; V8-UNOPT: fmovs {{.+}}, %f1 35 ; V8-UNOPT-LABEL: test_abs: 36 ; V8-UNOPT: fabss 37 ; V8-UNOPT: ! implicit-def 38 ; V8-UNOPT: fmovs {{.+}}, %f0 [all …]
|
D | 2011-01-19-DelaySlot.ll | 2 ;RUN: llc -march=sparc -O0 < %s -verify-machineinstrs | FileCheck %s -check-prefix=UNOPT 84 ;UNOPT-LABEL: test_implicit_def: 85 ;UNOPT: call func 86 ;UNOPT-NEXT: nop
|
/external/clang/test/CodeGenObjCXX/ |
D | arc-new-delete.mm | 1 …x86_64-apple-darwin10.0.0 -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK -check-prefix=UNOPT 10 // UNOPT-NEXT: store i8* null, i8** [[INVALUEADDR]] 11 // UNOPT-NEXT: call void @objc_storeStrong(i8** [[INVALUEADDR]], i8* [[INVALUE:%.*]]) 21 // UNOPT-NEXT: store i8* null, i8** 31 // UNOPT-NEXT: store i8* null, i8** 44 // UNOPT: call void @objc_storeStrong 66 // UNOPT: call void @objc_storeStrong(i8** {{.*}}, i8* null) 87 // UNOPT-NEXT: call void @objc_storeStrong(i8** [[CUR]], i8* null)
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | arc-new-delete.mm | 1 …x86_64-apple-darwin10.0.0 -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK -check-prefix=UNOPT 10 // UNOPT-NEXT: store i8* null, i8** [[INVALUEADDR]] 11 // UNOPT-NEXT: call void @llvm.objc.storeStrong(i8** [[INVALUEADDR]], i8* [[INVALUE:%.*]]) 21 // UNOPT-NEXT: store i8* null, i8** 31 // UNOPT-NEXT: store i8* null, i8** 44 // UNOPT: call void @llvm.objc.storeStrong 66 // UNOPT: call void @llvm.objc.storeStrong(i8** {{.*}}, i8* null) 87 // UNOPT-NEXT: call void @llvm.objc.storeStrong(i8** [[CUR]], i8* null)
|
/external/llvm-project/llvm/test/Instrumentation/ThreadSanitizer/ |
D | read_before_write.ll | 2 … < %s -tsan -tsan-instrument-read-before-write -S | FileCheck %s --check-prefixes=CHECK,CHECK-UNOPT 18 ; CHECK-UNOPT: __tsan_read4 20 ; CHECK-UNOPT: __tsan_write4
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.cpp | 197 int UNOPT) { in DecodeArithTemplateUnopt() argument 204 uint8_t MOD2 = UNOPT % 2; in DecodeArithTemplateUnopt() 205 uint8_t DIV2 = UNOPT / 2; in DecodeArithTemplateUnopt() 206 uint8_t SHIFT = 4 - UNOPT; in DecodeArithTemplateUnopt() 212 LTP = LTP ^ pArithDecoder->Decode(&gbContext[kOptConstant1[UNOPT]]); in DecodeArithTemplateUnopt() 220 if (UNOPT == 1) in DecodeArithTemplateUnopt() 224 if (UNOPT < 2) in DecodeArithTemplateUnopt() 236 CONTEXT |= line1 << kOptConstant9[UNOPT]; in DecodeArithTemplateUnopt() 237 if (UNOPT == 0) { in DecodeArithTemplateUnopt() 247 kOptConstant10[UNOPT]; in DecodeArithTemplateUnopt() [all …]
|
D | JBig2_GrdProc.h | 87 int UNOPT);
|