Home
last modified time | relevance | path

Searched refs:FMax (Results 1 – 25 of 92) sorted by relevance

1234

/aosp_15_r20/external/skia/tests/sksl/intrinsics/
H A DMaxFloat.asm.frag119 %34 = OpExtInst %float %1 FMax %40 %float_0_5
127 %44 = OpExtInst %v2float %1 FMax %47 %48
140 %56 = OpExtInst %v3float %1 FMax %59 %61
152 %69 = OpExtInst %v4float %1 FMax %71 %72
197 %99 = OpExtInst %float %1 FMax %102 %106
211 %111 = OpExtInst %v2float %1 FMax %114 %117
227 %124 = OpExtInst %v3float %1 FMax %127 %130
241 %137 = OpExtInst %v4float %1 FMax %139 %141
/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/amber/graphicsfuzz/
H A Dcov-loop-min-max-clamp-increment-only-first-iteration.amber372 %76 = OpExtInst %7 %1 FMax %67 %75
419 %132 = OpExtInst %7 %1 FMax %126 %131
446 %154 = OpExtInst %7 %1 FMax %148 %153
464 %172 = OpExtInst %7 %1 FMax %165 %171
483 %191 = OpExtInst %7 %1 FMax %185 %190
496 %204 = OpExtInst %7 %1 FMax %195 %203
543 %251 = OpExtInst %7 %1 FMax %244 %250
575 %278 = OpExtInst %7 %1 FMax %273 %277
H A Dstable-collatz-push-constant-with-nested-min-max.amber430 %69 = OpExtInst %42 %1 FMax %56 %68
445 %92 = OpExtInst %42 %1 FMax %86 %91
455 %103 = OpExtInst %42 %1 FMax %101 %102
458 %106 = OpExtInst %42 %1 FMax %102 %105
H A Dcov-descending-loop-min-max-always-zero.amber159 %45 = OpExtInst %6 %1 FMax %42 %44
163 %49 = OpExtInst %6 %1 FMax %47 %48
H A Dcov-vec2-dot-max-uniform.amber143 %30 = OpExtInst %9 %1 FMax %26 %29
/aosp_15_r20/external/skia/tests/sksl/blend/
H A DBlendLuminosity.asm.frag188 %25 = OpExtInst %float %1 FMax %27 %29
191 %24 = OpExtInst %float %1 FMax %25 %31
281 %99 = OpExtInst %float %1 FMax %94 %95
282 %98 = OpExtInst %float %1 FMax %99 %96
323 %138 = OpExtInst %float %1 FMax %133 %134
324 %137 = OpExtInst %float %1 FMax %138 %135
H A DBlendColor.asm.frag188 %25 = OpExtInst %float %1 FMax %27 %29
191 %24 = OpExtInst %float %1 FMax %25 %31
281 %99 = OpExtInst %float %1 FMax %94 %95
282 %98 = OpExtInst %float %1 FMax %99 %96
323 %138 = OpExtInst %float %1 FMax %133 %134
324 %137 = OpExtInst %float %1 FMax %138 %135
H A DBlendSaturation.asm.frag188 %25 = OpExtInst %float %1 FMax %27 %29
191 %24 = OpExtInst %float %1 FMax %25 %31
281 %99 = OpExtInst %float %1 FMax %94 %95
282 %98 = OpExtInst %float %1 FMax %99 %96
323 %138 = OpExtInst %float %1 FMax %133 %134
324 %137 = OpExtInst %float %1 FMax %138 %135
H A DBlendHue.asm.frag188 %25 = OpExtInst %float %1 FMax %27 %29
191 %24 = OpExtInst %float %1 FMax %25 %31
281 %99 = OpExtInst %float %1 FMax %94 %95
282 %98 = OpExtInst %float %1 FMax %99 %96
323 %138 = OpExtInst %float %1 FMax %133 %134
324 %137 = OpExtInst %float %1 FMax %138 %135
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DIVDescriptors.cpp701 return InstDesc(Kind == RecurKind::FMax, I); in isMinMaxPattern()
705 return InstDesc(Kind == RecurKind::FMax, I); in isMinMaxPattern()
709 return InstDesc(Kind == RecurKind::FMax, I); in isMinMaxPattern()
899 if (AddReductionVar(Phi, RecurKind::FMax, TheLoop, FMF, RedDes, DB, AC, DT, in isReductionPHI()
1117 case RecurKind::FMax: in getRecurrenceIdentity()
1153 case RecurKind::FMax: in getOpcode()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DIVDescriptors.h48 FMax, ///< FP max implemented in terms of select(cmp()). enumerator
228 return Kind == RecurKind::FMin || Kind == RecurKind::FMax || in isFPMinMaxRecurrenceKind()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DIVDescriptors.h48 FMax, ///< FP max implemented in terms of select(cmp()). enumerator
228 return Kind == RecurKind::FMin || Kind == RecurKind::FMax || in isFPMinMaxRecurrenceKind()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DIVDescriptors.h48 FMax, ///< FP max implemented in terms of select(cmp()). enumerator
228 return Kind == RecurKind::FMin || Kind == RecurKind::FMax || in isFPMinMaxRecurrenceKind()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DIVDescriptors.h48 FMax, ///< FP max implemented in terms of select(cmp()). enumerator
228 return Kind == RecurKind::FMin || Kind == RecurKind::FMax || in isFPMinMaxRecurrenceKind()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DIVDescriptors.h49 FMax, ///< FP max implemented in terms of select(cmp()). enumerator
229 return Kind == RecurKind::FMin || Kind == RecurKind::FMax; in isFPMinMaxRecurrenceKind()
/aosp_15_r20/external/angle/third_party/glslang/src/Test/baseResults/
H A Dspv.coopmat2_constructor.comp.out226 47:15(float16_t) ExtInst 1(GLSL.std.450) 40(FMax) 19(x) 46
249 56:15(float16_t) ExtInst 1(GLSL.std.450) 40(FMax) 34(a) 35(b)
H A Dspv.400.frag.out626 309:39(float64_t) ExtInst 1(GLSL.std.450) 40(FMax) 307 308
633 315: 43(f64vec2) ExtInst 1(GLSL.std.450) 40(FMax) 312 314
640 321: 48(f64vec3) ExtInst 1(GLSL.std.450) 40(FMax) 318 320
647 327: 53(f64vec4) ExtInst 1(GLSL.std.450) 40(FMax) 324 326
653 332: 43(f64vec2) ExtInst 1(GLSL.std.450) 40(FMax) 330 331
659 337: 48(f64vec3) ExtInst 1(GLSL.std.450) 40(FMax) 335 336
665 342: 53(f64vec4) ExtInst 1(GLSL.std.450) 40(FMax) 340 341
/aosp_15_r20/external/deqp-deps/glslang/Test/baseResults/
Dspv.400.frag.out606 297:39(float64_t) ExtInst 1(GLSL.std.450) 40(FMax) 295 296
613 303: 43(f64vec2) ExtInst 1(GLSL.std.450) 40(FMax) 300 302
620 309: 48(f64vec3) ExtInst 1(GLSL.std.450) 40(FMax) 306 308
627 315: 53(f64vec4) ExtInst 1(GLSL.std.450) 40(FMax) 312 314
633 320: 43(f64vec2) ExtInst 1(GLSL.std.450) 40(FMax) 318 319
639 325: 48(f64vec3) ExtInst 1(GLSL.std.450) 40(FMax) 323 324
645 330: 53(f64vec4) ExtInst 1(GLSL.std.450) 40(FMax) 328 329
/aosp_15_r20/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c39 FMax = FCount - 1 enumerator
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/diff/diff_files/
Dreordered_if_blocks_dst.spvasm63 %24 = OpExtInst %6 %1 FMax %22 %23
Dreordered_if_blocks_src.spvasm78 %39 = OpExtInst %6 %1 FMax %37 %38
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/diff/diff_files/
H A Dreordered_if_blocks_dst.spvasm63 %24 = OpExtInst %6 %1 FMax %22 %23
H A Dreordered_if_blocks_src.spvasm78 %39 = OpExtInst %6 %1 FMax %37 %38
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/diff/diff_files/
H A Dreordered_if_blocks_dst.spvasm63 %24 = OpExtInst %6 %1 FMax %22 %23
H A Dreordered_if_blocks_src.spvasm78 %39 = OpExtInst %6 %1 FMax %37 %38

1234