Lines Matching refs:insert
119 affinities[found_first].insert(affinities[found_first].end(),
133 bool inserted = interferences[first].second.insert(second).second;
135 interferences[second].second.insert(first);
224 phi_defs.insert(instr->definitions[0].getTemp()).second) {
232 auto insert_result = ctx.next_use_distances_end[pred_idx].insert(
256 auto insert_result = ctx.next_use_distances_end[pred_idx].insert(
376 ctx.unused_remats.insert(instr.get());
611 ctx.spills_entry[block_idx].insert(pair);
624 ctx.spills_entry[block_idx].insert(pair);
636 ctx.spills_entry[block_idx].insert(pair).second) {
646 ctx.spills_entry[block_idx].insert(pair).second) {
681 partial_spills.insert(pair.first);
720 partial_spills.insert(phi->definitions[0].getTemp());
787 ctx.renames[block_idx].insert(*it);
821 ctx.renames[block_idx].insert(*it);
838 reg_demand.insert(reg_demand.end(),
842 instructions.insert(instructions.end(),
922 pred.instructions.insert(it, std::move(spill));
980 pred.instructions.insert(it, std::move(spill));
1040 pred.instructions.insert(it, std::move(reload));
1080 pred.instructions.insert(it, std::move(reload));
1146 ctx.register_demand[block->index].insert(ctx.register_demand[block->index].begin(),
1151 instructions.insert(
1367 ctx.renames[idx].insert(rename);
1504 bld.insert(split);
1558 bld.insert(vec);
1715 /* after loops, we insert a user if there was a reload inside the loop */
1736 block.instructions.insert(it, std::move(destr));
1789 /* find the right place to insert this definition */
1791 /* insert right before the current instruction */
1795 /* insert before the branch at last top level block */
1798 block_instrs.insert(std::prev(block_instrs.end()), std::move(create));
1830 /* find the right place to insert this definition */
1832 /* insert right before the current instruction */
1836 /* insert before the branch at last top level block */
1839 block_instrs.insert(std::prev(block_instrs.end()), std::move(create));
1894 vgprs.insert(pred_instr->operands[0].getTemp());
1911 block.instructions.insert(it, std::move(destr));