Home
last modified time | relevance | path

Searched refs:backend_instruction (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_cfg.h95 backend_instruction *start();
97 backend_instruction *end();
98 const backend_instruction *end() const;
124 static inline struct backend_instruction *
136 static inline struct backend_instruction *
229 inline backend_instruction *
235 inline const backend_instruction *
241 inline backend_instruction *
247 inline const backend_instruction *
289 inline backend_instruction *
[all …]
H A Dbrw_dead_control_flow.cpp51 backend_instruction *const inst = block->start(); in dead_control_flow_eliminate()
52 backend_instruction *const prev_inst = prev_block->end(); in dead_control_flow_eliminate()
60 backend_instruction *const else_inst = prev_inst; in dead_control_flow_eliminate()
68 backend_instruction *const endif_inst = inst; in dead_control_flow_eliminate()
69 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
104 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
105 backend_instruction *const else_inst = inst; in dead_control_flow_eliminate()
H A Dbrw_shader.cpp834 backend_instruction::is_commutative() const in is_commutative()
863 backend_instruction::is_tex() const in is_tex()
884 backend_instruction::is_math() const in is_math()
899 backend_instruction::is_control_flow() const in is_control_flow()
938 backend_instruction::can_do_saturate() const in can_do_saturate()
983 backend_instruction::can_do_cmod() const in can_do_cmod()
1053 backend_instruction::has_side_effects() const in has_side_effects()
1097 backend_instruction::is_volatile() const in is_volatile()
1145 backend_instruction::insert_after(bblock_t *block, backend_instruction *inst) in insert_after()
1160 backend_instruction::insert_before(bblock_t *block, backend_instruction *inst) in insert_before()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_cfg.h95 backend_instruction *start();
97 backend_instruction *end();
98 const backend_instruction *end() const;
129 static inline struct backend_instruction *
141 static inline struct backend_instruction *
234 inline backend_instruction *
240 inline const backend_instruction *
246 inline backend_instruction *
252 inline const backend_instruction *
294 inline backend_instruction *
[all …]
H A Dbrw_dead_control_flow.cpp51 backend_instruction *const inst = block->start(); in dead_control_flow_eliminate()
52 backend_instruction *const prev_inst = prev_block->end(); in dead_control_flow_eliminate()
60 backend_instruction *const else_inst = prev_inst; in dead_control_flow_eliminate()
68 backend_instruction *const endif_inst = inst; in dead_control_flow_eliminate()
69 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
104 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
105 backend_instruction *const else_inst = inst; in dead_control_flow_eliminate()
H A Dbrw_shader.cpp864 backend_instruction::is_commutative() const in is_commutative()
894 backend_instruction::is_tex() const in is_tex()
915 backend_instruction::is_math() const in is_math()
930 backend_instruction::is_control_flow() const in is_control_flow()
960 backend_instruction::can_do_source_mods() const in can_do_source_mods()
988 backend_instruction::can_do_saturate() const in can_do_saturate()
1035 backend_instruction::can_do_cmod() const in can_do_cmod()
1107 backend_instruction::has_side_effects() const in has_side_effects()
1160 backend_instruction::is_volatile() const in is_volatile()
1206 backend_instruction::insert_after(bblock_t *block, backend_instruction *inst) in insert_after()
[all …]
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_cfg.h95 backend_instruction *start();
97 backend_instruction *end();
98 const backend_instruction *end() const;
129 static inline struct backend_instruction *
141 static inline struct backend_instruction *
234 inline backend_instruction *
240 inline const backend_instruction *
246 inline backend_instruction *
252 inline const backend_instruction *
294 inline backend_instruction *
[all …]
H A Dbrw_dead_control_flow.cpp51 backend_instruction *const inst = block->start(); in dead_control_flow_eliminate()
52 backend_instruction *const prev_inst = prev_block->end(); in dead_control_flow_eliminate()
60 backend_instruction *const else_inst = prev_inst; in dead_control_flow_eliminate()
68 backend_instruction *const endif_inst = inst; in dead_control_flow_eliminate()
69 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
104 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
105 backend_instruction *const else_inst = inst; in dead_control_flow_eliminate()
H A Dbrw_shader.cpp864 backend_instruction::is_commutative() const in is_commutative()
894 backend_instruction::is_tex() const in is_tex()
915 backend_instruction::is_math() const in is_math()
930 backend_instruction::is_control_flow() const in is_control_flow()
960 backend_instruction::can_do_source_mods() const in can_do_source_mods()
988 backend_instruction::can_do_saturate() const in can_do_saturate()
1035 backend_instruction::can_do_cmod() const in can_do_cmod()
1107 backend_instruction::has_side_effects() const in has_side_effects()
1160 backend_instruction::is_volatile() const in is_volatile()
1206 backend_instruction::insert_after(bblock_t *block, backend_instruction *inst) in insert_after()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_cfg.h95 backend_instruction *start();
97 backend_instruction *end();
98 const backend_instruction *end() const;
129 static inline struct backend_instruction *
141 static inline struct backend_instruction *
234 inline backend_instruction *
240 inline const backend_instruction *
246 inline backend_instruction *
252 inline const backend_instruction *
294 inline backend_instruction *
[all …]
H A Dbrw_dead_control_flow.cpp51 backend_instruction *const inst = block->start(); in dead_control_flow_eliminate()
52 backend_instruction *const prev_inst = prev_block->end(); in dead_control_flow_eliminate()
60 backend_instruction *const else_inst = prev_inst; in dead_control_flow_eliminate()
68 backend_instruction *const endif_inst = inst; in dead_control_flow_eliminate()
69 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
104 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
105 backend_instruction *const else_inst = inst; in dead_control_flow_eliminate()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_cfg.h95 backend_instruction *start();
97 backend_instruction *end();
98 const backend_instruction *end() const;
129 static inline struct backend_instruction *
141 static inline struct backend_instruction *
234 inline backend_instruction *
240 inline const backend_instruction *
246 inline backend_instruction *
252 inline const backend_instruction *
294 inline backend_instruction *
[all …]
H A Dbrw_dead_control_flow.cpp51 backend_instruction *const inst = block->start(); in dead_control_flow_eliminate()
52 backend_instruction *const prev_inst = prev_block->end(); in dead_control_flow_eliminate()
60 backend_instruction *const else_inst = prev_inst; in dead_control_flow_eliminate()
68 backend_instruction *const endif_inst = inst; in dead_control_flow_eliminate()
69 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
104 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
105 backend_instruction *const else_inst = inst; in dead_control_flow_eliminate()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_cfg.h95 backend_instruction *start();
97 backend_instruction *end();
98 const backend_instruction *end() const;
129 static inline struct backend_instruction *
141 static inline struct backend_instruction *
234 inline backend_instruction *
240 inline const backend_instruction *
246 inline backend_instruction *
252 inline const backend_instruction *
294 inline backend_instruction *
[all …]
H A Dbrw_dead_control_flow.cpp51 backend_instruction *const inst = block->start(); in dead_control_flow_eliminate()
52 backend_instruction *const prev_inst = prev_block->end(); in dead_control_flow_eliminate()
60 backend_instruction *const else_inst = prev_inst; in dead_control_flow_eliminate()
68 backend_instruction *const endif_inst = inst; in dead_control_flow_eliminate()
69 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
104 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
105 backend_instruction *const else_inst = inst; in dead_control_flow_eliminate()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_cfg.h95 backend_instruction *start();
97 backend_instruction *end();
98 const backend_instruction *end() const;
129 static inline struct backend_instruction *
141 static inline struct backend_instruction *
234 inline backend_instruction *
240 inline const backend_instruction *
246 inline backend_instruction *
252 inline const backend_instruction *
294 inline backend_instruction *
[all …]
H A Dbrw_dead_control_flow.cpp51 backend_instruction *const inst = block->start(); in dead_control_flow_eliminate()
52 backend_instruction *const prev_inst = prev_block->end(); in dead_control_flow_eliminate()
60 backend_instruction *const else_inst = prev_inst; in dead_control_flow_eliminate()
68 backend_instruction *const endif_inst = inst; in dead_control_flow_eliminate()
69 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
104 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
105 backend_instruction *const else_inst = inst; in dead_control_flow_eliminate()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_cfg.h95 backend_instruction *start();
97 backend_instruction *end();
98 const backend_instruction *end() const;
129 static inline struct backend_instruction *
141 static inline struct backend_instruction *
234 inline backend_instruction *
240 inline const backend_instruction *
246 inline backend_instruction *
252 inline const backend_instruction *
294 inline backend_instruction *
[all …]
H A Dbrw_dead_control_flow.cpp51 backend_instruction *const inst = block->start(); in dead_control_flow_eliminate()
52 backend_instruction *const prev_inst = prev_block->end(); in dead_control_flow_eliminate()
60 backend_instruction *const else_inst = prev_inst; in dead_control_flow_eliminate()
68 backend_instruction *const endif_inst = inst; in dead_control_flow_eliminate()
69 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
104 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
105 backend_instruction *const else_inst = inst; in dead_control_flow_eliminate()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_cfg.h95 backend_instruction *start();
97 backend_instruction *end();
98 const backend_instruction *end() const;
129 static inline struct backend_instruction *
141 static inline struct backend_instruction *
234 inline backend_instruction *
240 inline const backend_instruction *
246 inline backend_instruction *
252 inline const backend_instruction *
294 inline backend_instruction *
[all …]
H A Dbrw_dead_control_flow.cpp51 backend_instruction *const inst = block->start(); in dead_control_flow_eliminate()
52 backend_instruction *const prev_inst = prev_block->end(); in dead_control_flow_eliminate()
60 backend_instruction *const else_inst = prev_inst; in dead_control_flow_eliminate()
68 backend_instruction *const endif_inst = inst; in dead_control_flow_eliminate()
69 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
104 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
105 backend_instruction *const else_inst = inst; in dead_control_flow_eliminate()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_cfg.h95 backend_instruction *start();
97 backend_instruction *end();
98 const backend_instruction *end() const;
129 static inline struct backend_instruction *
141 static inline struct backend_instruction *
234 inline backend_instruction *
240 inline const backend_instruction *
246 inline backend_instruction *
252 inline const backend_instruction *
294 inline backend_instruction *
[all …]
H A Dbrw_dead_control_flow.cpp51 backend_instruction *const inst = block->start(); in dead_control_flow_eliminate()
52 backend_instruction *const prev_inst = prev_block->end(); in dead_control_flow_eliminate()
60 backend_instruction *const else_inst = prev_inst; in dead_control_flow_eliminate()
68 backend_instruction *const endif_inst = inst; in dead_control_flow_eliminate()
69 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
104 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
105 backend_instruction *const else_inst = inst; in dead_control_flow_eliminate()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_cfg.h95 backend_instruction *start();
97 backend_instruction *end();
98 const backend_instruction *end() const;
129 static inline struct backend_instruction *
141 static inline struct backend_instruction *
234 inline backend_instruction *
240 inline const backend_instruction *
246 inline backend_instruction *
252 inline const backend_instruction *
294 inline backend_instruction *
[all …]
H A Dbrw_dead_control_flow.cpp51 backend_instruction *const inst = block->start(); in dead_control_flow_eliminate()
52 backend_instruction *const prev_inst = prev_block->end(); in dead_control_flow_eliminate()
60 backend_instruction *const else_inst = prev_inst; in dead_control_flow_eliminate()
68 backend_instruction *const endif_inst = inst; in dead_control_flow_eliminate()
69 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
104 backend_instruction *const if_inst = prev_inst; in dead_control_flow_eliminate()
105 backend_instruction *const else_inst = inst; in dead_control_flow_eliminate()

123456789