Home
last modified time | relevance | path

Searched refs:instr_it (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_spill.cpp1334 std::vector<aco_ptr<Instruction>>::iterator instr_it = current.instructions.begin(); in spill_block() local
1337 while (instr_it != current.instructions.end()) { in spill_block()
1338 aco_ptr<Instruction>& phi = *instr_it; in spill_block()
1344 instr_it++; in spill_block()
1354 instr_it++; in spill_block()
1367 while (!renamed && instr_it != current.instructions.end()) { in spill_block()
1368 aco_ptr<Instruction>& instr = *instr_it; in spill_block()
1379 instr_it++; in spill_block()
Daco_register_allocation.cpp2464 std::vector<aco_ptr<Instruction>>::iterator instr_it = in register_allocation() local
2466 for (; instr_it != block.instructions.end(); ++instr_it) { in register_allocation()
2467 aco_ptr<Instruction>& instr = *instr_it; in register_allocation()
2843 instructions.emplace_back(std::move(*instr_it)); in register_allocation()