Home | History | Annotate | Download | only in CodeGen

Lines Matching full:physical

92   // A map from virtual registers to physical registers which are likely targets
93 // to be coalesced to due to copies from physical registers to virtual
97 // A map from virtual registers to physical registers which are likely targets
98 // to be coalesced to due to copies to physical registers from virtual
378 /// whether they are physical registers by reference.
449 // All uses of physical registers are likely to be kills.
517 /// Return the physical register the specified virtual register might be mapped
592 // -RegB is tied to the wrong physical register, but RegC is.
593 // -RegB is tied to the wrong physical register, and RegC isn't tied.
598 // -RegC is tied to the wrong physical register, but RegB is.
599 // -RegC is tied to the wrong physical register, and RegB isn't tied.
779 /// copy. For a copy instruction, we find the physical registers the
805 "Can't map to two src physical registers!");
922 // Physical register use would be clobbered.
925 // May clobber a physical register def.
1099 // Moving KillMI can clobber the physical register if the def has
1121 // Physical register def is seen.