Searched defs:RC1 (Results 1 - 1 of 1) sorted by path

/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1744 CodeGenRegisterClass *RC1 = RC; local
1746 if (RC1 == RC2)
1749 // Compute the set intersection of RC1 and RC2.
1750 const CodeGenRegister::Set &Memb1 = RC1->getMembers();
1762 // If RC1 and RC2 have different spill sizes or alignments, use the
1763 // larger size for sub-classing. If they are equal, prefer RC1.
1764 if (RC2->SpillSize > RC1->SpillSize ||
1765 (RC2->SpillSize == RC1->SpillSize &&
1766 RC2->SpillAlignment > RC1->SpillAlignment))
1767 std::swap(RC1, RC
[all...]

Completed in 363 milliseconds