Home
last modified time | relevance | path

Searched refs:vb2 (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dsanitize-dtor-nontrivial-virtual-base.cpp25 int vb2; member
28 vb2 = 11; in VirtualBase()
/llvm-project/libcxx/test/std/numerics/numarray/template.mask.array/mask.array.assign/
H A Dmask_array.pass.cpp34 std::valarray<bool> vb2(b2, N2); in main() local
35 v1[vb1] = v2[vb2]; in main()
/llvm-project/llvm/test/CodeGen/X86/
H A Dwiden_fdiv.ll39 %vb2 = load <2 x float>, ptr %b2, align 4
41 %vc2 = fdiv <2 x float> %va2, %vb2
118 %vb2 = load <2 x float>, ptr %b2, align 4
124 %vc2 = fdiv <2 x float> %va2, %vb2
284 %vb2 = load <2 x float>, ptr %b2, align 4
298 %vc2 = fdiv <2 x float> %va2, %vb2
H A Dwiden_fadd.ll39 %vb2 = load <2 x float>, ptr %b2, align 4
41 %vc2 = fadd <2 x float> %va2, %vb2
144 %vb2 = load <2 x float>, ptr %b2, align 4
150 %vc2 = fadd <2 x float> %va2, %vb2
336 %vb2 = load <2 x float>, ptr %b2, align 4
350 %vc2 = fadd <2 x float> %va2, %vb2
H A Dwiden_fsub.ll39 %vb2 = load <2 x float>, ptr %b2, align 4
41 %vc2 = fsub <2 x float> %va2, %vb2
144 %vb2 = load <2 x float>, ptr %b2, align 4
150 %vc2 = fsub <2 x float> %va2, %vb2
336 %vb2 = load <2 x float>, ptr %b2, align 4
350 %vc2 = fsub <2 x float> %va2, %vb2
H A Dwiden_fmul.ll39 %vb2 = load <2 x float>, ptr %b2, align 4
41 %vc2 = fmul <2 x float> %va2, %vb2
144 %vb2 = load <2 x float>, ptr %b2, align 4
150 %vc2 = fmul <2 x float> %va2, %vb2
336 %vb2 = load <2 x float>, ptr %b2, align 4
350 %vc2 = fmul <2 x float> %va2, %vb2
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dshuffle-cast-dist.ll14 %vb2 = bitcast <2 x i32> %v to <2 x float>
15 %r = shufflevector <2 x float> %vb1, <2 x float> %vb2, <2 x i32> <i32 0, i32 2>
/llvm-project/llvm/test/CodeGen/RISCV/rvv/
H A Dfixed-vectors-shuffle-vslide1up.ll345 %vb2 = insertelement <4 x i32> %vb, i32 %b, i64 3
346 %v1 = shufflevector <4 x i32> %v, <4 x i32> %vb2, <4 x i32> <i32 4, i32 0, i32 1, i32 7>