Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:physical

33 STATISTIC(NumPRCopies,   "Number of physical copies");
72 /// LiveRegDefs - A set of physical registers and their definition
166 // This is a physical register dependency and it's impossible or
192 // Release all the implicit physical register defs that are live.
199 "Physical register dependency violated?");
430 /// getPhysicalRegisterVT - Returns the ValueType of the physical register
436 assert(MCID.ImplicitDefs && "Physical reg def must be in implicit def list!");
466 /// scheduling of the given node to satisfy live physical register dependencies.
486 // Inline asm can clobber physical defs.
561 // All candidates are delayed due to live physical reg dependencies.
590 report_fatal_error("Can't handle live physical "
612 llvm_unreachable("Unable to resolve live physical register dependencies!");