Searched refs:float1 (Results 1 – 12 of 12) sorted by relevance
/llvm-project/llvm/test/ExecutionEngine/MCJIT/ |
H A D | test-setcond-fp.ll | 8 %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 D | test-interp-vec-setcond-fp.ll |
|
/llvm-project/llvm/test/CodeGen/SystemZ/ |
H A D | frame-15.ll | 42 %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 D | ext_vector_conversions.c | 5 typedef __attribute__((ext_vector_type(1))) float float1; typedef
|
/llvm-project/llvm/test/CodeGen/ARM/ |
H A D | fcmp-xo.ll | 21 define arm_aapcs_vfpcc float @float1(float %a0) local_unnamed_addr { 22 ; CHECK-LABEL: float1:
|
/llvm-project/mlir/test/Dialect/Builtin/Bytecode/ |
H A D | attrs.mlir | 58 // CHECK: bytecode.float1 = 0.10000{{.*}} : f80 62 bytecode.float1 = 0.1 : f80,
|
/llvm-project/clang/test/CodeGen/ |
H A D | nofpclass.c | 16 typedef float float1 __attribute__((ext_vector_type(1))); typedef
|
/llvm-project/llvm/test/CodeGen/AArch64/ |
H A D | func-calls.ll | 31 %float1 = load float, ptr @varfloat 33 call void @take_floats(float %float1, float %float2)
|
H A D | sme-streaming-interface.ll | 409 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 D | sme-streaming-compatible-interface.ll | 468 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 D | attributes.ll | 329 define i32 @test_no-implicit-float1(i32 %i) { 332 ; CHECK: @test_no-implicit-float1(i32 %i) [[NOIMPLICITFLOAT]] {
|
/llvm-project/mlir/test/IR/ |
H A D | parser.mlir | 699 // 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>} : () -> ()
|