Searched refs:max1 (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | neon_minmax.ll | 32 %max1 = select i1 %cond, float 1.0, float %x 33 ret float %max1 40 %max1 = select i1 %cond, float %x, float 1.0 41 ret float %max1 48 %max1 = select i1 %cond, float %x, float 0.0 49 ret float %max1 56 %max1 = select i1 %cond, float 1.0, float %x 57 ret float %max1 64 %max1 = select i1 %cond, float %x, float 1.0 65 ret float %max1
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Time.cpp | 46 count_t max1{RTNAME(SystemClockCountMax)(1)}; in TEST() local 47 EXPECT_GT(max1, 0); in TEST() 48 EXPECT_LE(max1, static_cast<count_t>(0x7f)); in TEST() 51 EXPECT_LE(start1, max1); in TEST()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | fsel.ll | 91 define double @max1(double %a, double %b) #0 { 97 ; CHECK: @max1 101 ; CHECK-FM: @max1 106 ; CHECK-FM-VSX: @max1
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | scalar_sse_minmax.ll | 29 define float @max1(float %x, float %y) { 30 ; CHECK-LABEL: max1
|
| /llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/AMDGPU/ |
| H A D | reduction.ll | 502 %max1 = select i1 %cmp1, i16 %elt1, i16 %elt0 503 %cmp2 = icmp ugt i16 %elt2, %max1 504 %max2 = select i1 %cmp2, i16 %elt2, i16 %max1 538 %max1 = select i1 %cmp1, i16 %elt1, i16 %elt0 539 %cmp2 = icmp sgt i16 %elt2, %max1 540 %max2 = select i1 %cmp2, i16 %elt2, i16 %max1 571 %max1 = select i1 %cmp1, half %elt1, half %elt0 572 %cmp2 = fcmp fast ogt half %elt2, %max1 573 %max2 = select i1 %cmp2, half %elt2, half %max1
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | fmax3.ll | 126 %max1 = call <2 x half> @llvm.maxnum.v2f16(<2 x half> %c, <2 x half> %max) 127 %res = call <2 x half> @llvm.maxnum.v2f16(<2 x half> %max1, <2 x half> %d)
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | minmax-fp.ll | 116 %max1 = select i1 %cmp1, float %x, float -0.0 117 %cmp2 = fcmp ogt float 0.0, %max1 118 %max2 = select i1 %cmp2, float -0.0, float %max1
|
| H A D | double-float-shrink-1.ll | 514 define float @max1(float %a, float %b) { 515 ; CHECK-LABEL: @max1(
|
| H A D | fast-math.ll | 817 define float @max1(float %a, float %b) { 818 ; CHECK-LABEL: @max1(
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ |
| H A D | maxmin.ll | 66 define i1 @max1(i32 %x, i32 %y) { 67 ; CHECK-LABEL: @max1(
|