• Home
  • Raw
  • Download

Lines Matching refs:backend_instruction

847 backend_instruction::is_commutative() const  in is_commutative()
870 backend_instruction::is_3src(const struct gen_device_info *devinfo) const in is_3src()
876 backend_instruction::is_tex() const in is_tex()
897 backend_instruction::is_math() const in is_math()
912 backend_instruction::is_control_flow() const in is_control_flow()
929 backend_instruction::can_do_source_mods() const in can_do_source_mods()
953 backend_instruction::can_do_saturate() const in can_do_saturate()
998 backend_instruction::can_do_cmod() const in can_do_cmod()
1044 backend_instruction::reads_accumulator_implicitly() const in reads_accumulator_implicitly()
1057 backend_instruction::writes_accumulator_implicitly(const struct gen_device_info *devinfo) const in writes_accumulator_implicitly()
1068 backend_instruction::has_side_effects() const in has_side_effects()
1114 backend_instruction::is_volatile() const in is_volatile()
1138 inst_is_in_block(const bblock_t *block, const backend_instruction *inst) in inst_is_in_block()
1141 foreach_inst_in_block (backend_instruction, i, block) { in inst_is_in_block()
1162 backend_instruction::insert_after(bblock_t *block, backend_instruction *inst) in insert_after()
1177 backend_instruction::insert_before(bblock_t *block, backend_instruction *inst) in insert_before()
1192 backend_instruction::insert_before(bblock_t *block, exec_list *list) in insert_before()
1206 backend_instruction::remove(bblock_t *block) in remove()
1239 foreach_block_and_inst(block, backend_instruction, inst, cfg) { in dump_instructions()
1246 foreach_in_list(backend_instruction, inst, &instructions) { in dump_instructions()