Home
last modified time | relevance | path

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

/llvm-project/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/llvm/test/ExecutionEngine/
H A Dtest-interp-vec-setcond-fp.ll
/llvm-project/llvm/test/CodeGen/SystemZ/
H A Dframe-15.ll42 %float1 = load float, ptr %ptr1
44 %double1 = fpext float %float1 to double
67 %float1 = load float, ptr %ptr1
69 %double1 = fpext float %float1 to double
92 %float1 = load float, ptr %ptr1
94 %double1 = fpext float %float1 to double
117 %float1 = load float, ptr %ptr1
119 %double1 = fpext float %float1 to double
142 %float1 = load float, ptr %ptr1
144 %double1 = fpext float %float1 to double
[all …]
/llvm-project/clang/test/Sema/
H A Dext_vector_conversions.c5 typedef __attribute__((ext_vector_type(1))) float float1; typedef
/llvm-project/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/mlir/test/Dialect/Builtin/Bytecode/
H A Dattrs.mlir58 // CHECK: bytecode.float1 = 0.10000{{.*}} : f80
62 bytecode.float1 = 0.1 : f80,
/llvm-project/clang/test/CodeGen/
H A Dnofpclass.c16 typedef float float1 __attribute__((ext_vector_type(1))); typedef
/llvm-project/llvm/test/CodeGen/AArch64/
H A Dfunc-calls.ll31 %float1 = load float, ptr @varfloat
33 call void @take_floats(float %float1, float %float2)
H A Dsme-streaming-interface.ll409 define void @call_to_non_streaming_pass_args(ptr nocapture noundef readnone %ptr, i64 %long1, i64 %long2, i32 %int1, i32 %int2, float %float1, float %float2, double %double1, double %double2) #0 {
434 call void @bar(ptr noundef nonnull %ptr, i64 %long1, i64 %long2, i32 %int1, i32 %int2, float %float1, float %float2, double %double1, double %double2)
H A Dsme-streaming-compatible-interface.ll468 define void @call_to_non_streaming_pass_args(ptr nocapture noundef readnone %ptr, i64 %long1, i64 %long2, i32 %int1, i32 %int2, float %float1, float %float2, double %double1, double %double2) "aarch64_pstate_sm_compatible" {
531 call void @bar(ptr noundef nonnull %ptr, i64 %long1, i64 %long2, i32 %int1, i32 %int2, float %float1, float %float2, double %double1, double %double2)
/llvm-project/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]] {
/llvm-project/mlir/test/IR/
H A Dparser.mlir699 // CHECK: "float1"() {bar = dense<5.000000e+00> : tensor<1x1x1xf32>} : () -> ()
700 "float1"(){bar = dense<[[[5.0]]]> : tensor<1x1x1xf32>} : () -> ()
752 // CHECK: "float1"() {bar = dense<5.000000e+00> : vector<1x1x1xf32>} : () -> ()
753 "float1"(){bar = dense<[[[5.0]]]> : vector<1x1x1xf32>} : () -> ()