Home
last modified time | relevance | path

Searched refs:max3 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dscalar_sse_minmax.ll46 define <4 x float> @max3(float %x, float %y) {
47 ; CHECK-LABEL: max3
/llvm-project-15.0.7/flang/test/Evaluate/
H A Dfolding07.f90222 max3 = maxexponent(0._3), & variable
228 logical, parameter :: test_max3 = max3 == 128
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/AMDGPU/
H A Dreduction.ll506 %max3 = select i1 %cmp3, i16 %elt3, i16 %max2
508 ret i16 %max3
542 %max3 = select i1 %cmp3, i16 %elt3, i16 %max2
544 ret i16 %max3
575 %max3 = select i1 %cmp3, half %elt3, half %max2
577 ret half %max3
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Dmaxmin.ll86 define i1 @max3(i32 %x, i32 %y) {
87 ; CHECK-LABEL: @max3(
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dfmax3.ll99 ; Checks whether the test passes; performMinMaxCombine() should not optimize vector patterns of max3
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dfast-math.ll848 define double @max3(double %a, double %b) {
849 ; CHECK-LABEL: @max3(