Lines Matching refs:move
88 register_demand(std::move(register_demand_)), renames(program->blocks.size()),
792 instructions.emplace_back(std::move(reload));
800 instructions.emplace_back(std::move(block->instructions[insert_idx]));
828 instructions.emplace_back(std::move(reload));
839 ctx.register_demand[block_idx] = std::move(reg_demand);
845 block->instructions = std::move(instructions);
862 instructions.emplace_back(std::move(phi));
920 pred.instructions.insert(it, std::move(spill));
976 pred.instructions.insert(it, std::move(spill));
1036 pred.instructions.insert(it, std::move(reload));
1076 pred.instructions.insert(it, std::move(reload));
1123 instructions.emplace_back(std::move(phi));
1150 block->instructions = std::move(instructions);
1164 instructions.emplace_back(std::move(block->instructions[idx++]));
1259 instructions.emplace_back(std::move(spill));
1267 instructions.emplace_back(std::move(reload));
1269 instructions.emplace_back(std::move(instr));
1273 block->instructions = std::move(instructions);
1324 std::map<Temp, Temp> renames = std::move(ctx.renames[loop_header->index]);
1604 block.instructions.insert(it, std::move(destr));
1706 instructions.emplace_back(std::move(create));
1712 block_instrs.insert(std::prev(block_instrs.end()), std::move(create));
1790 instructions.emplace_back(std::move(create));
1796 block_instrs.insert(std::prev(block_instrs.end()), std::move(create));
1809 instructions.emplace_back(std::move(*it));
1812 block.instructions = std::move(instructions);
1868 block.instructions.insert(it, std::move(destr));