Home
last modified time | relevance | path

Searched refs:V00 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/autohvx/
Disel-expand-unaligned-loads.ll4 ; CHECK-DAG: v[[V00:[0-9]+]] = vmem(r[[B00:[0-9]+]]+#0)
6 ; CHECK: valign(v[[V01]],v[[V00]],r[[B00]])
Dbswap.ll5 ; CHECK: [[V00:v[0-9]+]] = vsplat([[R00]])
6 ; CHECK: v0 = vdelta(v0,[[V00]])
Dbitcount-64b.ll4 ; CHECK: v[[V00:[0-9]+]]:[[V01:[0-9]+]].uh = vunpack(v0.ub)
5 ; CHECK-DAG: v[[V02:[0-9]+]].h = vpopcount(v[[V00]].h)
Dbitcount-128b.ll4 ; CHECK: v[[V00:[0-9]+]]:[[V01:[0-9]+]].uh = vunpack(v0.ub)
5 ; CHECK-DAG: v[[V02:[0-9]+]].h = vpopcount(v[[V00]].h)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/X86/
Dx86-vec_demanded_elts.ll30 ; CHECK-NEXT: [[V00:%.*]] = insertelement <4 x float> undef, float %f, i32 0
31 ; CHECK-NEXT: [[TMP0:%.*]] = tail call i32 @llvm.x86.sse.cvtss2si(<4 x float> [[V00]])
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp697 APInt V00 = CI00->getValue(); in simplifyX86insertq() local
700 V00 = V00 & ~Mask; in simplifyX86insertq()
702 APInt Val = V00 | V10; in simplifyX86insertq()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp935 APInt V00 = CI00->getValue(); in simplifyX86insertq() local
938 V00 = V00 & ~Mask; in simplifyX86insertq()
940 APInt Val = V00 | V10; in simplifyX86insertq()