Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/ExecutionEngine/
H A Dtest-interp-vec-setcond-fp.ll7 %float1 = fadd <3 x float> <float 0.0, float 0.0, float 0.0>, <float 0.0, float 0.0, float 0.0>
9 %test49 = fcmp oeq <3 x float> %float1, %float2
10 %test50 = fcmp oge <3 x float> %float1, %float2
11 %test51 = fcmp ogt <3 x float> %float1, %float2
12 %test52 = fcmp ole <3 x float> %float1, %float2
13 %test53 = fcmp olt <3 x float> %float1, %float2
14 %test54 = fcmp une <3 x float> %float1, %float2
/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/
H A Dtest-setcond-fp.ll8 %float1 = fadd float 0.000000e+00, 0.000000e+00 ; <float> [#uses=6]
10 %test49 = fcmp oeq float %float1, %float2 ; <i1> [#uses=0]
11 %test50 = fcmp oge float %float1, %float2 ; <i1> [#uses=0]
12 %test51 = fcmp ogt float %float1, %float2 ; <i1> [#uses=0]
13 %test52 = fcmp ole float %float1, %float2 ; <i1> [#uses=0]
14 %test53 = fcmp olt float %float1, %float2 ; <i1> [#uses=0]
15 %test54 = fcmp une float %float1, %float2 ; <i1> [#uses=0]
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dframe-15.ll44 %float1 = load float, float *%ptr1
71 %float1 = load float, float *%ptr1
98 %float1 = load float, float *%ptr1
125 %float1 = load float, float *%ptr1
152 %float1 = load float, float *%ptr1
179 %float1 = load float, float *%ptr1
208 %float1 = load float, float *%ptr1
236 %float1 = load float, float *%ptr1
265 %float1 = load float, float *%ptr1
306 %float1 = load float, float *%ptr1
[all …]
/llvm-project-15.0.7/clang/test/Sema/
H A Dext_vector_conversions.c5 typedef __attribute__((ext_vector_type(1))) float float1; typedef
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dfcmp-xo.ll21 define arm_aapcs_vfpcc float @float1(float %a0) local_unnamed_addr {
22 ; CHECK-LABEL: float1:
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dfunc-calls.ll31 %float1 = load float, float* @varfloat
33 call void @take_floats(float %float1, float %float2)
/llvm-project-15.0.7/mlir/test/IR/
H A Dparser.mlir696 // CHECK: "float1"() {bar = dense<5.000000e+00> : tensor<1x1x1xf32>} : () -> ()
697 "float1"(){bar = dense<[[[5.0]]]> : tensor<1x1x1xf32>} : () -> ()
749 // CHECK: "float1"() {bar = dense<5.000000e+00> : vector<1x1x1xf32>} : () -> ()
750 "float1"(){bar = dense<[[[5.0]]]> : vector<1x1x1xf32>} : () -> ()
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dattributes.ll329 define i32 @test_no-implicit-float1(i32 %i) {
332 ; CHECK: @test_no-implicit-float1(i32 %i) [[NOIMPLICITFLOAT]] {