Searched refs:RC1 (Results 1 - 2 of 2) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
H A Dresults.properties14 -highlight 3.0.2_,2.1.3_,3.1M6_,3.1M7_ ,3.1RC1 \
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1854 CodeGenRegisterClass *RC1 = RC; local
1856 if (RC1 == RC2)
1859 // Compute the set intersection of RC1 and RC2.
1860 const CodeGenRegister::Vec &Memb1 = RC1->getMembers();
1871 // If RC1 and RC2 have different spill sizes or alignments, use the
1872 // larger size for sub-classing. If they are equal, prefer RC1.
1873 if (RC2->SpillSize > RC1->SpillSize ||
1874 (RC2->SpillSize == RC1->SpillSize &&
1875 RC2->SpillAlignment > RC1->SpillAlignment))
1876 std::swap(RC1, RC
[all...]

Completed in 90 milliseconds