Searched refs:num_inst_src_regs (Results 1 – 6 of 6) sorted by relevance
1178 assert(num_inst_src_regs(inst) == 1); in get_temp_registers_required_live_ranges()1204 assert(num_inst_src_regs(inst) == 1); in get_temp_registers_required_live_ranges()1231 assert(num_inst_src_regs(inst) == 1); in get_temp_registers_required_live_ranges()1270 for (unsigned j = 0; j < num_inst_src_regs(inst); j++) { in get_temp_registers_required_live_ranges()
202 num_inst_src_regs(const glsl_to_tgsi_instruction *op) in num_inst_src_regs() function
624 for (unsigned j = 0; j < num_inst_src_regs(inst); j++) { in remap_arrays()657 for (unsigned j = 0; j < num_inst_src_regs(inst); j++) { in remap_arrays()
409 for (unsigned j = 0; j < num_inst_src_regs(this); j++) { in print()
4959 for (j = 0; j < num_inst_src_regs(inst); j++) { in rename_temp_registers()5022 for (j = 0; j < num_inst_src_regs(inst); j++) { in get_first_temp_read()5054 for (j = 0; j < num_inst_src_regs(inst); j++) { in get_last_temp_read_first_temp_write()5631 for (unsigned j = 0; j < num_inst_src_regs(inst); j++) in split_arrays()5665 for (unsigned j = 0; j < num_inst_src_regs(inst); j++) in split_arrays()6139 num_src = num_inst_src_regs(inst); in compile_tgsi_instruction()
144 int nsrc = num_inst_src_regs(&instr); in FakeCodeline()410 assert(src.size() == num_inst_src_regs(next_instr)); in get_codeline()