Home
last modified time | relevance | path

Searched refs:wider_type (Results 1 – 25 of 63) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dgraphics_robust_access_pass.cpp437 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() local
447 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain()
449 &inst, SpvOpISub, type_mgr->GetId(wider_type), TakeNextId(), in ClampIndicesForAccessChain()
452 auto* zero = GetValueForType(0, wider_type); in ClampIndicesForAccessChain()
462 GetValueForType(max_signed_value, wider_type), &inst); in ClampIndicesForAccessChain()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dgraphics_robust_access_pass.cpp442 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() local
452 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain()
454 &inst, SpvOpISub, type_mgr->GetId(wider_type), TakeNextId(), in ClampIndicesForAccessChain()
457 auto* zero = GetValueForType(0, wider_type); in ClampIndicesForAccessChain()
467 GetValueForType(max_signed_value, wider_type), &inst); in ClampIndicesForAccessChain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dgraphics_robust_access_pass.cpp441 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() local
451 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain()
453 &inst, SpvOpISub, type_mgr->GetId(wider_type), TakeNextId(), in ClampIndicesForAccessChain()
456 auto* zero = GetValueForType(0, wider_type); in ClampIndicesForAccessChain()
466 GetValueForType(max_signed_value, wider_type), &inst); in ClampIndicesForAccessChain()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dgraphics_robust_access_pass.cpp442 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() local
452 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain()
454 &inst, SpvOpISub, type_mgr->GetId(wider_type), TakeNextId(), in ClampIndicesForAccessChain()
457 auto* zero = GetValueForType(0, wider_type); in ClampIndicesForAccessChain()
467 GetValueForType(max_signed_value, wider_type), &inst); in ClampIndicesForAccessChain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dgraphics_robust_access_pass.cpp441 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() local
451 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain()
453 &inst, SpvOpISub, type_mgr->GetId(wider_type), TakeNextId(), in ClampIndicesForAccessChain()
456 auto* zero = GetValueForType(0, wider_type); in ClampIndicesForAccessChain()
466 GetValueForType(max_signed_value, wider_type), &inst); in ClampIndicesForAccessChain()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dgraphics_robust_access_pass.cpp394 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() local
404 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain()
406 &inst, SpvOpISub, type_mgr->GetId(wider_type), TakeNextId(), in ClampIndicesForAccessChain()
409 clamp_index(operand_index, index_inst, GetValueForType(0, wider_type), in ClampIndicesForAccessChain()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dgraphics_robust_access_pass.cpp394 auto* wider_type = index_width < count_width ? count_type : index_type; in ClampIndicesForAccessChain() local
404 auto* one = GetValueForType(1, wider_type); in ClampIndicesForAccessChain()
406 &inst, SpvOpISub, type_mgr->GetId(wider_type), TakeNextId(), in ClampIndicesForAccessChain()
409 clamp_index(operand_index, index_inst, GetValueForType(0, wider_type), in ClampIndicesForAccessChain()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1087 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu() local
1106 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1108 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
1152 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1154 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1055 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu() local
1074 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1076 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
1120 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1122 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1055 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu() local
1074 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1076 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
1120 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1122 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1055 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu() local
1074 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1076 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
1120 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1122 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1055 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu() local
1074 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1076 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
1120 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1122 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1055 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu() local
1074 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1076 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
1120 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1122 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1055 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu() local
1074 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1076 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
1120 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1122 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1055 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu() local
1074 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1076 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
1120 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1122 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1055 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu() local
1074 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1076 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
1120 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1122 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1055 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu() local
1074 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1076 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
1120 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1122 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1055 LLVMTypeRef wider_type = lp_build_vec_type(gallivm, type_wide); in lp_build_mul_32_lohi_cpu() local
1074 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1076 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
1120 wider_type, aeven, beven); in lp_build_mul_32_lohi_cpu()
1122 wider_type, aodd, bodd); in lp_build_mul_32_lohi_cpu()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-loop-ivopts.c4009 tree wider_type, period, per_type; in may_eliminate_iv() local
4044 wider_type = TREE_TYPE (period); in may_eliminate_iv()
4046 wider_type = per_type; in may_eliminate_iv()
4048 wider_type = nit_type; in may_eliminate_iv()
4051 fold_convert (wider_type, period), in may_eliminate_iv()
4052 fold_convert (wider_type, nit)))) in may_eliminate_iv()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-loop-ivopts.c2978 tree wider_type = NULL; in determine_common_wider_type() local
2985 wider_type = TREE_TYPE (suba); in determine_common_wider_type()
2986 if (TYPE_PRECISION (wider_type) < TYPE_PRECISION (atype)) in determine_common_wider_type()
2995 if (TYPE_PRECISION (wider_type) != TYPE_PRECISION (TREE_TYPE (subb))) in determine_common_wider_type()
3003 return wider_type; in determine_common_wider_type()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-loop-ivopts.c2900 tree wider_type = NULL; in determine_common_wider_type() local
2907 wider_type = TREE_TYPE (suba); in determine_common_wider_type()
2908 if (TYPE_PRECISION (wider_type) < TYPE_PRECISION (atype)) in determine_common_wider_type()
2917 if (TYPE_PRECISION (wider_type) != TYPE_PRECISION (TREE_TYPE (subb))) in determine_common_wider_type()
2925 return wider_type; in determine_common_wider_type()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-loop-ivopts.c2900 tree wider_type = NULL; in determine_common_wider_type() local
2907 wider_type = TREE_TYPE (suba); in determine_common_wider_type()
2908 if (TYPE_PRECISION (wider_type) < TYPE_PRECISION (atype)) in determine_common_wider_type()
2917 if (TYPE_PRECISION (wider_type) != TYPE_PRECISION (TREE_TYPE (subb))) in determine_common_wider_type()
2925 return wider_type; in determine_common_wider_type()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-ivopts.c3661 tree wider_type = NULL; in determine_common_wider_type() local
3668 wider_type = TREE_TYPE (suba); in determine_common_wider_type()
3669 if (TYPE_PRECISION (wider_type) < TYPE_PRECISION (atype)) in determine_common_wider_type()
3678 if (TYPE_PRECISION (wider_type) != TYPE_PRECISION (TREE_TYPE (subb))) in determine_common_wider_type()
3686 return wider_type; in determine_common_wider_type()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-ivopts.c3844 tree wider_type = NULL; in determine_common_wider_type() local
3851 wider_type = TREE_TYPE (suba); in determine_common_wider_type()
3852 if (TYPE_PRECISION (wider_type) < TYPE_PRECISION (atype)) in determine_common_wider_type()
3861 if (TYPE_PRECISION (wider_type) != TYPE_PRECISION (TREE_TYPE (subb))) in determine_common_wider_type()
3869 return wider_type; in determine_common_wider_type()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-ivopts.c3828 tree wider_type = NULL; in determine_common_wider_type() local
3835 wider_type = TREE_TYPE (suba); in determine_common_wider_type()
3836 if (TYPE_PRECISION (wider_type) < TYPE_PRECISION (atype)) in determine_common_wider_type()
3845 if (TYPE_PRECISION (wider_type) != TYPE_PRECISION (TREE_TYPE (subb))) in determine_common_wider_type()
3853 return wider_type; in determine_common_wider_type()

123