Searched refs:instr_it (Results 1 – 3 of 3) sorted by relevance
133 auto instr_it = sequence()->begin(); in VerifyAssignment() local141 CHECK_EQ(instr, *instr_it); in VerifyAssignment()153 ++instr_it; in VerifyAssignment()
1338 std::vector<aco_ptr<Instruction>>::iterator instr_it = current.instructions.begin(); in spill_block() local1341 while (instr_it != current.instructions.end()) { in spill_block()1342 aco_ptr<Instruction>& phi = *instr_it; in spill_block()1348 instr_it++; in spill_block()1358 instr_it++; in spill_block()1371 while (!renamed && instr_it != current.instructions.end()) { in spill_block()1372 aco_ptr<Instruction>& instr = *instr_it; in spill_block()1383 instr_it++; in spill_block()
2704 std::vector<aco_ptr<Instruction>>::iterator instr_it = in register_allocation() local2706 for (; instr_it != block.instructions.end(); ++instr_it) { in register_allocation()2707 aco_ptr<Instruction>& instr = *instr_it; in register_allocation()3078 instructions.emplace_back(std::move(*instr_it)); in register_allocation()