/external/llvm-project/llvm/test/CodeGen/X86/ |
D | mul-constant-result.ll | 6 …x86_64-unknown -mcpu=haswell -machine-combiner-inc-threshold=0| FileCheck %s --check-prefix=X64-HSW 188 ; X64-HSW-LABEL: mult: 189 ; X64-HSW: # %bb.0: 190 ; X64-HSW-NEXT: # kill: def $edi killed $edi def $rdi 191 ; X64-HSW-NEXT: cmpl $1, %esi 192 ; X64-HSW-NEXT: movl $1, %ecx 193 ; X64-HSW-NEXT: movl %esi, %eax 194 ; X64-HSW-NEXT: cmovgl %ecx, %eax 195 ; X64-HSW-NEXT: testl %esi, %esi 196 ; X64-HSW-NEXT: cmovel %ecx, %eax [all …]
|
D | pr35636.ll | 2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=haswell | FileCheck %s --check-prefix=HSW 6 ; HSW-LABEL: _Z15uint64_to_asciimPc: 7 ; HSW: # %bb.0: # %bb 8 ; HSW-NEXT: movabsq $811296384146066817, %rax # imm = 0xB424DC35095CD81 9 ; HSW-NEXT: movq %rdi, %rdx 10 ; HSW-NEXT: mulxq %rax, %rax, %rax 11 ; HSW-NEXT: shrq $42, %rax 12 ; HSW-NEXT: imulq $281474977, %rax, %rax # imm = 0x10C6F7A1 13 ; HSW-NEXT: shrq $20, %rax 14 ; HSW-NEXT: leal (%rax,%rax,4), %eax [all …]
|
D | mul-constant-i32.ll | 3 …-unknown -mcpu=haswell | FileCheck %s --check-prefixes=X64,X64-HSW 6 … -mul-constant-optimization=false -mcpu=haswell | FileCheck %s --check-prefixes=X64-NOOPT,HSW-NOOPT 292 ; X64-HSW-LABEL: test_mul_by_11: 293 ; X64-HSW: # %bb.0: 294 ; X64-HSW-NEXT: # kill: def $edi killed $edi def $rdi 295 ; X64-HSW-NEXT: leal (%rdi,%rdi,4), %eax 296 ; X64-HSW-NEXT: leal (%rdi,%rax,2), %eax 297 ; X64-HSW-NEXT: retq 360 ; X64-HSW-LABEL: test_mul_by_13: 361 ; X64-HSW: # %bb.0: [all …]
|
D | bitcnt-false-dep.ll | 1 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=haswell | FileCheck %s --check-prefix=HSW 33 ;HSW-LABEL:@loopdep_popcnt32 34 ;HSW: xorl [[GPR0:%e[a-d]x]], [[GPR0]] 35 ;HSW-NEXT: popcntl {{.*}}, [[GPR0]] 59 ;HSW-LABEL:@loopdep_popcnt64 60 ;HSW: xorl %e[[GPR0:[a-d]x]], %e[[GPR0]] 61 ;HSW-NEXT: popcntq {{.*}}, %r[[GPR0]] 85 ;HSW-LABEL:@loopdep_tzct32 86 ;HSW: xorl [[GPR0:%e[a-d]x]], [[GPR0]] 87 ;HSW-NEXT: tzcntl {{.*}}, [[GPR0]] [all …]
|
D | mul-constant-i64.ll | 4 … -mcpu=haswell | FileCheck %s --check-prefixes=X64,X64-OPT,X64-HSW 7 …nstant-optimization=false -mcpu=haswell | FileCheck %s --check-prefixes=X64,X64-NOOPT,X64-HSW-NOOPT 301 ; X64-HSW-LABEL: test_mul_by_11: 302 ; X64-HSW: # %bb.0: 303 ; X64-HSW-NEXT: leaq (%rdi,%rdi,4), %rax 304 ; X64-HSW-NEXT: leaq (%rdi,%rax,2), %rax 305 ; X64-HSW-NEXT: retq 377 ; X64-HSW-LABEL: test_mul_by_13: 378 ; X64-HSW: # %bb.0: 379 ; X64-HSW-NEXT: leaq (%rdi,%rdi,2), %rax [all …]
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | macro-fuse-cmp.ll | 4 ; RUN: opt < %s -loop-reduce -mcpu=haswell -S | FileCheck %s --check-prefix=HSW 68 ; HSW-LABEL: @maxArray( 69 ; HSW-NEXT: entry: 70 ; HSW-NEXT: br label [[VECTOR_BODY:%.*]] 71 ; HSW: vector.body: 72 ; HSW-NEXT: [[INDEX:%.*]] = phi i64 [ 0, [[ENTRY:%.*]] ], [ [[INDEX_NEXT:%.*]], [[VECTOR_BODY]] ] 73 ; HSW-NEXT: [[SCEVGEP4:%.*]] = getelementptr double, double* [[X:%.*]], i64 [[INDEX]] 74 ; HSW-NEXT: [[SCEVGEP45:%.*]] = bitcast double* [[SCEVGEP4]] to <2 x double>* 75 ; HSW-NEXT: [[SCEVGEP:%.*]] = getelementptr double, double* [[Y:%.*]], i64 [[INDEX]] 76 ; HSW-NEXT: [[SCEVGEP1:%.*]] = bitcast double* [[SCEVGEP]] to <2 x double>* [all …]
|
/external/llvm-project/llvm/test/Transforms/LoadStoreVectorizer/X86/ |
D | load-width.ll | 1 …n-linux-gnu -load-store-vectorizer -mcpu haswell -S -o - %s | FileCheck --check-prefix=CHECK-HSW %s 3 …='function(load-store-vectorizer)' -mcpu haswell -S -o - %s | FileCheck --check-prefix=CHECK-HSW %s 11 ; CHECK-HSW: load <4 x double> 12 ; CHECK-HSW: load <4 x double> 13 ; CHECK-HSW-NOT: load
|
/external/mesa3d/docs/relnotes/ |
D | 11.2.0.rst | 92 [HSW,BDW,SKL][GLES 3.1 CTS] Big difference in the results for the 109 [IVB HSW BDW] piglit image load/store 151 [HSW,BDW,SKL][GLES 3.1 CTS] 154 [HSW,BDW,SKL][GLES 3.1 CTS] ES31-CTS.compute_shader.resource-ubo fail 156 [HSW,BDW,SKL][GLES 3.1 159 [HSW,BDW,SKL]ES31-CTS.explicit_uniform_location.uniform-loc-\* 2 165 [HSW,BDW,SKL][GLES 3.1 CTS] ES31-CTS.compute_shader.\* segfault 167 [HSW] Unreal Elemental demo - assertion error in 189 [HSW,BDW,SKL][GLES 3.1 CTS] ES31-CTS.compute_shader.*. Regression, 192 [BISECTED, HSW] Rendering issue in Heaven (and other benchmarks) [all …]
|
D | 11.0.1.rst | 38 HSW, IVB, SNB 40 [SNB,HSW,BYT] dEQP regressions associated with using NIR for vertex
|
D | 12.0.3.rst | 33 [HSW, BYT, IVB]
|
D | 10.6.0.rst | 90 [HSW/BYT]Piglit 161 [SNB/IVB/HSW/BYT Bisected]Ogles3conform 198 [HSW, regression, bisected] i965/fs: Emit MAD instructions when 201 [HSW, regression, bisected] i965: Add LINTERP/CINTERP to 239 Papo & Yo crash on startup [HSW] 333 [HSW bisected] integer multiplication bug
|
D | 11.1.0.rst | 138 HSW, IVB, SNB 143 [SNB,HSW,BYT] dEQP regressions associated with using NIR for vertex 152 [HSW Regression] Synmark2_v6 Multithread performance case FPS reduced 228 [HSW,BDW,BSW,SKL-Y][GLES 3.1 CTS] 261 [IVB HSW BDW] piglit image load/store
|
D | 12.0.0.rst | 106 [HSW, regression, bisected, CTS] 109 [HSW] compute shader shared var + atomic op = fail 124 [HSW] segfault in copy image when copying from cubemap to 2d 163 [HSW, regression, bisected] numerous Sascha demos render incorrectly 226 [vulkan, SKL,BDW,HSW] 291 [HSW][regression][bisect] RPG Maker game gives "invalid floating
|
D | 13.0.0.rst | 99 [HSW][regression][bisect] RPG Maker game gives "invalid floating 179 [Bisected: cc2d0e6][HSW] "GPU HANG" msg after autologin to 225 [vulkancts,HSW] all vulkancts tests assert on HSW 250 [HSW] deqp-vk.api\_.copy_and_blit.image_to_image_stencil regression
|
D | 11.2.1.rst | 33 [HSW, regression, bisected, CTS]
|
D | 17.2.8.rst | 33 - [OpenGL CTS] [HSW]
|
D | 19.2.5.rst | 34 - HSW. Tropico 6 and SuperTuxKart have shadows flickering
|
D | 10.5.1.rst | 69 [HSW, regression, bisected] i965/fs: Emit MAD instructions when 72 [HSW, regression, bisected] i965: Add LINTERP/CINTERP to
|
/external/mesa3d/src/intel/vulkan/ |
D | TODO | 5 - Investigate CTS failures on HSW
|
/external/skqp/src/core/ |
D | SkCpu.h | 28 HSW = AVX2 | BMI1 | BMI2 | F16C | FMA, enumerator
|
D | SkOpts.cpp | 119 if (SkCpu::Supports(SkCpu::HSW)) { Init_hsw(); } in init()
|
/external/skia/src/core/ |
D | SkCpu.h | 28 HSW = AVX2 | BMI1 | BMI2 | F16C | FMA, enumerator
|
D | SkOpts.cpp | 129 if (SkCpu::Supports(SkCpu::HSW)) { Init_hsw(); } in init()
|
/external/grpc-grpc/examples/protos/ |
D | hellostreamingworld.proto | 18 option objc_class_prefix = "HSW";
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/ |
D | scheduler-queue-usage.s | 9 …s=1 -all-stats=false -all-views=false -scheduler-stats < %s | FileCheck --check-prefixes=ALL,HSW %s 47 # HSW: Scheduler's queue usage:
|