HomeSort by relevance Sort by last modified time
    Searched refs:isPhys (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 85 /// isPhys - Return true if DstReg is a physical register.
86 bool isPhys() const { return !NewRC; }
RegisterCoalescer.cpp 428 assert(!CP.isPhys() && "This doesn't work for physreg copies.");
570 assert (!CP.isPhys());
    [all...]
MachineInstr.cpp     [all...]
RegAllocPBQP.cpp 356 if (cp.isPhys()) {

Completed in 83 milliseconds