Home
last modified time | relevance | path

Searched refs:reg_file (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp352 std::set<std::pair<unsigned, unsigned>> find_vars(ra_ctx& ctx, RegisterFile& reg_file,
357 print_reg(const RegisterFile& reg_file, PhysReg reg, bool has_adjacent_variable) in print_reg() argument
359 if (reg_file[reg] == 0xFFFFFFFF) { in print_reg()
361 } else if (reg_file[reg]) { in print_reg()
362 const bool show_subdword_alloc = (reg_file[reg] == 0xF0000000); in print_reg()
374 if (reg_file.subdword_regs.at(reg)[i]) { in print_reg()
395 print_regs(ra_ctx& ctx, bool vgprs, RegisterFile& reg_file) in print_regs() argument
424 reg_file[*reg_it] != reg_file[*std::next(reg_it)] && reg_file[*std::next(reg_it)]); in print_regs()
425 print_reg(reg_file, *reg_it, has_adjacent_variable); in print_regs()
433 std::count_if(regs.begin(), regs.end(), [&](auto reg) { return !reg_file[reg]; }); in print_regs()
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_disasm.c260 static const char *const reg_file[4] = { variable
884 err |= control(file, "src reg file", reg_file, _reg_file, NULL); in reg()
976 uint32_t reg_file; in dest_3src() local
984 reg_file = BRW_MESSAGE_REGISTER_FILE; in dest_3src()
986 reg_file = brw_inst_3src_a1_dst_reg_file(devinfo, inst); in dest_3src()
988 reg_file = BRW_ARCHITECTURE_REGISTER_FILE; in dest_3src()
990 reg_file = BRW_GENERAL_REGISTER_FILE; in dest_3src()
992 err |= reg(file, reg_file, brw_inst_3src_dst_reg_nr(devinfo, inst)); in dest_3src()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c673 unsigned reg_file, unsigned reg_index, in get_indirect_index() argument
686 assert(bld->indirect_files & (1 << reg_file)); in get_indirect_index()
721 if (reg_file != TGSI_FILE_CONSTANT) { in get_indirect_index()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst1204 - aco: remove unnecessary reg_file.fill() operation in
1245 - aco: make some reg_file helpers private and fix their uses