HomeSort by relevance Sort by last modified time
    Searched full:test_v4i32 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGen/
mips-vector-return.c 26 // O32: define { i32, i32, i32, i32 } @test_v4i32
27 // N64: define { i64, i64 } @test_v4i32
28 v4i32 test_v4i32(int a) { function
mips-vector-arg.c 20 // O32: define void @test_v4i32(i32 %a1.coerce0, i32 %a1.coerce1, i32 %a1.coerce2, i32 %a1.coerce3, i32 %a2, i32, i32 %a3.coerce0, i32 %a3.coerce1, i32 %a3.coerce2, i32 %a3.coerce3) [[NUW]]
22 // N64: define void @test_v4i32(i64 %a1.coerce0, i64 %a1.coerce1, i32 %a2, i64, i64 %a3.coerce0, i64 %a3.coerce1) [[NUW]]
25 void test_v4i32(v4i32 a1, int a2, v4i32 a3) { function
  /external/llvm/test/CodeGen/PowerPC/
vec_mul.ll 5 define <4 x i32> @test_v4i32(<4 x i32>* %X, <4 x i32>* %Y) {
11 ; CHECK-LABEL: test_v4i32:
14 ; CHECK-LE-LABEL: test_v4i32:
  /external/llvm/test/Analysis/CostModel/X86/
alternate-shuffle-cost.ll 109 define <4 x i32> @test_v4i32(<4 x i32> %a, <4 x i32> %b) {
113 ; CHECK: Printing analysis 'Cost Model Analysis' for function 'test_v4i32':

Completed in 216 milliseconds