Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dscalar_sse_minmax.ll46 define <4 x float> @max3(float %x, float %y) {
47 ; CHECK-LABEL: max3
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dscalar_sse_minmax.ll46 define <4 x float> @max3(float %x, float %y) {
47 ; CHECK-LABEL: max3
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/
Dmaxmin.ll21 define i1 @max3(i32 %x, i32 %y) {
22 ; CHECK: @max3
/external/u-boot/include/linux/
Dkernel.h171 #define max3(x, y, z) max((typeof(x))max(x, y), z) macro
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dmaxmin.ll24 define i1 @max3(i32 %x, i32 %y) {
25 ; CHECK-LABEL: @max3(
/external/llvm/test/Transforms/InstSimplify/
Dmaxmin.ll24 define i1 @max3(i32 %x, i32 %y) {
25 ; CHECK-LABEL: @max3(
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/AMDGPU/
Dreduction.ll567 %max3 = select i1 %cmp3, i16 %elt3, i16 %max2
569 ret i16 %max3
609 %max3 = select i1 %cmp3, i16 %elt3, i16 %max2
611 ret i16 %max3
651 %max3 = select i1 %cmp3, half %elt3, half %max2
653 ret half %max3
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dfmax3.ll93 ; Checks whether the test passes; performMinMaxCombine() should not optimize vector patterns of max3
/external/llvm/test/Transforms/InstCombine/
Dfast-math.ll771 define double @max3(double %a, double %b) {
775 ; CHECK-LABEL: max3(
/external/webp/src/dsp/
Ddec_neon.c700 const uint8x16_t max3 = vmaxq_u8(a_q2_q1, a_q1_q0); in NeedsFilter2_NEON() local
702 const uint8x16_t max123 = vmaxq_u8(max12, max3); in NeedsFilter2_NEON()
/external/u-boot/drivers/mtd/nand/
Ddenali.c1045 cs_setup = max3((int)DIV_ROUND_UP(timings->tCS_min, t_clk) - rdwr_en_lo, in denali_setup_data_interface()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dfast-math.ll1050 define double @max3(double %a, double %b) {
1051 ; CHECK-LABEL: @max3(
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp945 B1(max3)
5943 ir_expression *max3 = max2(x, max2(y,z)); in _max3() local
5944 body.emit(ret(max3)); in _max3()