Home | History | Annotate | Download | only in CodeGen

Lines Matching full:physical

72     // SrcRegMap - A map from virtual registers to physical registers which
73 // are likely targets to be coalesced to due to copies from physical
77 // DstRegMap - A map from virtual registers to physical registers which
78 // are likely targets to be coalesced to due to copies to physical
391 /// registers and whether they are physical registers by reference.
498 /// getMappedReg - Return the physical register the specified virtual register
731 /// if it's a copy. For a copy instruction, we find the physical registers the
759 "Can't map to two src physical registers!");