Lines Matching refs:find
277 assert(subdword_regs.find(i) != subdword_regs.end());
893 /* best fit algorithm: find the smallest gap to fit in the variable */
934 /* find best position within gap by leaving a good stride for other variables*/
1121 /* Try to find space within the bounds but outside of the definition */
1148 /* we use a sliding window to find potential positions */
1208 /* FIXME: we messed up and couldn't find space for the variables to be copied */
1272 /* find the best position to place the definition */
1587 /* We didn't find a register relative to other vector operands.
1588 * Try to find new space which fits the whole vector.
1609 auto split_vec = ctx.split_vectors.find(temp.id());
1640 if (ctx.vectors.find(temp.id()) != ctx.vectors.end()) {
1649 /* try to find space without live-range splits */
1656 /* try to find space with live-range splits */
2022 std::unordered_map<unsigned, Temp>::iterator orig_it = ctx.orig_names.find(pc.first.tempId());
2088 /* try to find a register that is used by at least one operand */
2123 /* find registers for phis where the register was blocked or no operand was assigned */
2143 std::unordered_map<unsigned, Temp>::iterator it = ctx.renames[block_idx].find(val.id());
2253 std::unordered_map<unsigned, Temp>::iterator it = ctx.orig_names.find(op.tempId());
2278 auto rename = renames.find(op.tempId());
2428 temp_to_phi_ressources.find(def.tempId());
2483 temp_to_phi_ressources.find(instr->definitions[0].tempId());
2507 /* find loop header */
2519 auto it = temp_to_phi_ressources.find(phi->definitions[0].tempId());
2866 /* find free reg */
2982 ctx.orig_names.find(pc->operands[i].tempId());