Searched refs:ARF (Results 1 – 16 of 16) sorted by relevance
89 case ARF: in byte_offset()119 case ARF: in horiz_offset()137 case ARF: in offset()185 (r.file == ARF || r.file == FIXED_GRF ? r.subnr : 0); in reg_offset()196 const unsigned stride = ((r.file != ARF && r.file != FIXED_GRF) ? r.stride : in reg_padding()260 } else if (reg.file == ARF || reg.file == FIXED_GRF) { in is_periodic()296 if (reg.file == ARF || reg.file == FIXED_GRF) { in subscript()
43 assert(file == ARF || file == FIXED_GRF || file == MRF || file == IMM); in as_brw_reg()50 assert(file == ARF || file == FIXED_GRF || file == MRF || file == IMM); in as_brw_reg()
1189 } else if (inst->src[i].file == ARF && !inst->src[i].is_null()) { in calculate_deps()1258 } else if (inst->dst.file == ARF && !inst->dst.is_null()) { in calculate_deps()1318 } else if (inst->src[i].file == ARF && !inst->src[i].is_null()) { in calculate_deps()1381 } else if (inst->dst.file == ARF && !inst->dst.is_null()) { in calculate_deps()1442 } else if (inst->src[i].file == ARF && !inst->src[i].is_null()) { in calculate_deps()1485 } else if (inst->dst.file == ARF && !inst->dst.is_null()) { in calculate_deps()1527 } else if (inst->src[i].file == ARF && !inst->src[i].is_null()) { in calculate_deps()1562 } else if (inst->dst.file == ARF && !inst->dst.is_null()) { in calculate_deps()
84 case ARF: in add_byte_offset()236 (r.file == ARF || r.file == FIXED_GRF ? r.subnr : 0); in reg_offset()
519 inst->dst.file == ARF || in opt_reduce_swizzle()1350 case ARF: in dump_instruction()1444 case ARF: in dump_instruction()1760 case ARF: in convert_to_hw_regs()1825 case ARF: in convert_to_hw_regs()
177 ((inst->dst.file != ARF && inst->dst.file != FIXED_GRF) || in opt_cse_local()
850 return file == ARF && nr == BRW_ARF_NULL; in is_null()857 return file == ARF && nr == BRW_ARF_ACCUMULATOR; in is_accumulator()
257 ((inst->dst.file != ARF && inst->dst.file != FIXED_GRF) || in opt_cse_local()
76 case ARF: in init()530 case ARF: in is_contiguous()550 const unsigned stride = ((file != ARF && file != FIXED_GRF) ? this->stride : in component_size()951 case ARF: in size_read()1006 if (r.file == ARF) { in flag_mask()3473 inst->src[0].file != ARF && in remove_duplicate_mrf_writes()4319 fs_reg acc(ARF, BRW_ARF_ACCUMULATOR, inst->src[1].type); in lower_sub_sat()4439 assert(sample_mask.file == ARF && in brw_emit_predicate_on_sample_mask()5707 case ARF: in dump_instruction()5808 case ARF: in dump_instruction()[all …]
750 r.file == ARF && reg >= BRW_ARF_ADDRESS && in dep()752 r.file == ARF && reg >= BRW_ARF_ACCUMULATOR && in dep()
1263 } else if (r.file == ARF && r.nr >= BRW_ARF_ADDRESS && in reg_dependency_id()1268 } else if (r.file == ARF && r.nr >= BRW_ARF_ACCUMULATOR && in reg_dependency_id()
40 case ARF: in brw_file_from_reg()156 case ARF: in brw_reg_from_fs_reg()2399 assert(inst->src[0].file != ARF && inst->src[0].file != FIXED_GRF); in generate_code()
1000 ARF = BRW_ARCHITECTURE_REGISTER_FILE, enumerator
846 if (offset.file != ARF) in generate_tcs_input_urb_offsets()884 if (offset.file != ARF) in generate_tcs_output_urb_offsets()
930 if (dest.file != ARF || dest.nr != BRW_ARF_NOTIFICATION_COUNT)
3438 - intel/tools: Manually set ARF register file/nr/subnr