Home | History | Annotate | Download | only in CodeGen

Lines Matching full:physical

90   // SrcRegMap - A map from virtual registers to physical registers which are
91 // likely targets to be coalesced to due to copies from physical registers to
95 // DstRegMap - A map from virtual registers to physical registers which are
96 // likely targets to be coalesced to due to copies to physical registers from
338 /// registers and whether they are physical registers by reference.
409 // All uses of physical registers are likely to be kills.
477 /// getMappedReg - Return the physical register the specified virtual register
707 /// if it's a copy. For a copy instruction, we find the physical registers the
733 "Can't map to two src physical registers!");
852 // Physical register use would be clobbered.
855 // May clobber a physical register def.
1034 // Moving KillMI can clobber the physical register if the def has
1056 // Physical register def is seen.