Home
last modified time | relevance | path

Searched refs:has_constants (Results 1 – 25 of 144) sorted by relevance

123456

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c47 if (ins->has_constants) continue; in midgard_opt_copy_prop_reg()
84 if (ins->has_constants) continue; in midgard_opt_copy_prop()
/dports/math/vtk9/VTK-9.1.0/Wrapping/Tools/
H A DvtkWrapPythonClass.c334 int has_constants = 0; in vtkWrapPython_GenerateObjectNew() local
418 has_constants = 1; in vtkWrapPython_GenerateObjectNew()
433 if (has_constants || has_enums) in vtkWrapPython_GenerateObjectNew()
447 if (has_constants) in vtkWrapPython_GenerateObjectNew()
H A DvtkWrapPythonType.c634 int has_constants = 0; in vtkWrapPython_GenerateSpecialType() local
889 has_constants = 1; in vtkWrapPython_GenerateSpecialType()
893 if (has_constants) in vtkWrapPython_GenerateSpecialType()
/dports/math/vtk6/VTK-6.2.0/Wrapping/Tools/
H A DvtkWrapPythonClass.c341 int has_constants = 0; in vtkWrapPython_GenerateObjectNew() local
410 has_constants = 1; in vtkWrapPython_GenerateObjectNew()
415 if (has_constants) in vtkWrapPython_GenerateObjectNew()
H A DvtkWrapPythonType.c642 int has_constants = 0; in vtkWrapPython_GenerateSpecialType() local
878 has_constants = 1; in vtkWrapPython_GenerateSpecialType()
882 if (has_constants) in vtkWrapPython_GenerateSpecialType()
/dports/math/vtk8/VTK-8.2.0/Wrapping/Tools/
H A DvtkWrapPythonClass.c407 int has_constants = 0; in vtkWrapPython_GenerateObjectNew() local
486 has_constants = 1; in vtkWrapPython_GenerateObjectNew()
491 if (has_constants) in vtkWrapPython_GenerateObjectNew()
H A DvtkWrapPythonType.c673 int has_constants = 0; in vtkWrapPython_GenerateSpecialType() local
925 has_constants = 1; in vtkWrapPython_GenerateSpecialType()
929 if (has_constants) in vtkWrapPython_GenerateSpecialType()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-sccvn.c2665 VN_INFO (lhs)->has_constants = VN_INFO (rhs)->has_constants; in visit_copy()
2728 VN_INFO (lhs)->has_constants = true; in visit_reference_op_call()
2847 && VN_INFO (result)->has_constants) in visit_reference_op_load()
2850 VN_INFO (lhs)->has_constants = true; in visit_reference_op_load()
3128 if (VN_INFO (op0)->has_constants in simplify_binary_expression()
3138 if (VN_INFO (op1)->has_constants in simplify_binary_expression()
3201 if (VN_INFO (op0)->has_constants) in simplify_unary_expression()
3382 VN_INFO (lhs)->has_constants = true; in visit_use()
3417 VN_INFO (lhs)->has_constants = true; in visit_use()
3473 VN_INFO (lhs)->has_constants = true; in visit_use()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c48 if (ins->has_constants) continue; in midgard_opt_copy_prop()
/dports/lang/clover/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c48 if (ins->has_constants) continue; in midgard_opt_copy_prop()
/dports/graphics/libosmesa/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c48 if (ins->has_constants) continue; in midgard_opt_copy_prop()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c48 if (ins->has_constants) continue; in midgard_opt_copy_prop()
/dports/graphics/mesa-libs/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c48 if (ins->has_constants) continue; in midgard_opt_copy_prop()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c48 if (ins->has_constants) continue; in midgard_opt_copy_prop()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c48 if (ins->has_constants) continue; in midgard_opt_copy_prop()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c48 if (ins->has_constants) continue; in midgard_opt_copy_prop()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c48 if (ins->has_constants) continue; in midgard_opt_copy_prop()
/dports/graphics/mesa-dri/mesa-21.3.6/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c48 if (ins->has_constants) continue; in midgard_opt_copy_prop()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-sccvn.c2741 VN_INFO (lhs)->has_constants = VN_INFO (rhs)->has_constants; in visit_copy()
2806 VN_INFO (lhs)->has_constants = true; in visit_reference_op_call()
2925 && VN_INFO (result)->has_constants) in visit_reference_op_load()
2928 VN_INFO (lhs)->has_constants = true; in visit_reference_op_load()
3198 && (VN_INFO (op0)->has_constants in simplify_binary_expression()
3205 && (VN_INFO (op1)->has_constants in simplify_binary_expression()
3268 if (VN_INFO (op0)->has_constants) in simplify_unary_expression()
3450 VN_INFO (lhs)->has_constants = true; in visit_use()
3485 VN_INFO (lhs)->has_constants = true; in visit_use()
3541 VN_INFO (lhs)->has_constants = true; in visit_use()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-sccvn.c2684 VN_INFO (lhs)->has_constants = VN_INFO (rhs)->has_constants; in visit_copy()
2747 VN_INFO (lhs)->has_constants = true; in visit_reference_op_call()
2866 && VN_INFO (result)->has_constants) in visit_reference_op_load()
2869 VN_INFO (lhs)->has_constants = true; in visit_reference_op_load()
3126 && (VN_INFO (op0)->has_constants in simplify_binary_expression()
3133 && (VN_INFO (op1)->has_constants in simplify_binary_expression()
3196 if (VN_INFO (op0)->has_constants) in simplify_unary_expression()
3378 VN_INFO (lhs)->has_constants = true; in visit_use()
3413 VN_INFO (lhs)->has_constants = true; in visit_use()
3469 VN_INFO (lhs)->has_constants = true; in visit_use()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/panfrost/lib/
H A Dpan_blend.h77 uint32_t has_constants : 1; member
/dports/lang/clover/mesa-21.3.6/src/panfrost/lib/
H A Dpan_blend.h77 uint32_t has_constants : 1; member
/dports/graphics/libosmesa/mesa-21.3.6/src/panfrost/lib/
H A Dpan_blend.h77 uint32_t has_constants : 1; member
/dports/graphics/mesa-libs/mesa-21.3.6/src/panfrost/lib/
H A Dpan_blend.h77 uint32_t has_constants : 1; member
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/panfrost/lib/
H A Dpan_blend.h77 uint32_t has_constants : 1; member

123456