HomeSort by: relevance | last modified time | path
    Searched refs:isPhys (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterCoalescer.h 81 bool isPhys() const { return !NewRC; }
RegisterCoalescer.cpp 601 assert(!CP.isPhys() && "This doesn't work for physreg copies.");
789 assert(!CP.isPhys());
1077 assert(!CP.isPhys());
1899 if (!CP.isPhys() && CopyMI->allDefsAreDead()) {
1907 if (!CP.isPhys()) {
1965 if (CP.isPhys()) {
2017 if (!CP.isPartial() && !CP.isPhys()) {
2037 if (!CP.isPartial() && !CP.isPhys())
2056 if (!CP.isPhys() && RegClassInfo.isProperSubClass(CP.getNewRC()))
2105 if (CP.isPhys())
    [all...]
MachineInstr.cpp 1043 bool isPhys = Register::isPhysicalRegister(Reg);
1048 if (isPhys && Overlap && MO.isRegMask() && MO.clobbersPhysReg(Reg))
1054 if (!Found && TRI && isPhys && Register::isPhysicalRegister(MOReg)) {
RegAllocPBQP.cpp 455 if (CP.isPhys()) {

Completed in 19 milliseconds