Lines Matching defs:pseudo
31 but it can also be done in the reload pass when a pseudo-register does
1266 rtx pseudo;
1277 /* If a pseudo represents an initial hard reg (or expression), return
1290 if (rtx_equal_p (ivs->entries[i].pseudo, reg))
1296 /* Make sure that there's a pseudo register of mode MODE that stores the
1297 initial value of hard register REGNO. Return an rtx for such a pseudo. */
1327 ivs->entries[ivs->num_entries].pseudo = gen_reg_rtx (mode);
1329 return ivs->entries[ivs->num_entries++].pseudo;
1332 /* See if get_hard_reg_initial_val has been used to create a pseudo
1334 the associated pseudo if so, otherwise return NULL. */
1347 return ivs->entries[i].pseudo;
1364 emit_move_insn (ivs->entries[i].pseudo, ivs->entries[i].hard_reg);
1382 *preg = ivs->entries[i].pseudo;
1597 to the generic case is avoiding a new pseudo and eliminating a
2189 /* Return true if we should assign DECL a pseudo register; false if it
2209 stack/pseudo assignments, and get the incoming argument
2393 /* If this arg must go in memory, put it in a pseudo here.
2950 /* If we want the parameter in a pseudo, don't use a stack slot. */
2964 always prefer a pseudo, but converting between
3194 /* A subroutine of assign_parms. Allocate a pseudo to hold the current
3262 clobber parameters which haven't been copied to pseudo
3287 force it into a pseudo, otherwise combiner might extend
3335 pseudo reg, and save the conversion until after all
3447 copied to a pseudo-reg. If the arg pointer is a pseudo reg or the
3868 /* If scalar return value was computed in a pseudo-reg, or was a named
3894 temporary pseudo. */
4325 allocation since that will clobber the pseudo-regs to hard
5169 /* Compute the return values into a pseudo reg, which we will copy
5190 /* In order to figure out what mode to use for the pseudo, we
5373 /* In case we do use pseudo to return value, clobber it too. */
5473 /* If scalar return value was computed in a pseudo-reg, or was a named
5527 on a pseudo and not the hard register. */
6816 they represent two separate values, so they will get different pseudo
6818 per the constraints, but use different pseudo registers, reload can
6828 reload as matching (in which case the pseudo could go to memory just