Searched refs:RC1 (Results 1 - 4 of 4) 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.cpp1859 CodeGenRegisterClass *RC1 = RC; local
1861 if (RC1 == RC2)
1864 // Compute the set intersection of RC1 and RC2.
1865 const CodeGenRegister::Vec &Memb1 = RC1->getMembers();
1876 // If RC1 and RC2 have different spill sizes or alignments, use the
1877 // larger size for sub-classing. If they are equal, prefer RC1.
1878 if (RC2->SpillSize > RC1->SpillSize ||
1879 (RC2->SpillSize == RC1->SpillSize &&
1880 RC2->SpillAlignment > RC1->SpillAlignment))
1881 std::swap(RC1, RC
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp318 const BitTracker::RegisterCell &RC1 = CM.lookup(VR1), &RC2 = CM.lookup(VR2); local
319 uint16_t W1 = RC1.width(), W2 = RC2.width();
321 const BitTracker::BitValue &V1 = RC1[i], &V2 = RC2[i];
336 const BitTracker::RegisterCell &RC1 = CM.lookup(VR1); local
338 uint16_t W1 = RC1.width(), W2 = RC2.width();
352 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2];
H A DHexagonBitSimplify.cpp160 static bool isEqual(const BitTracker::RegisterCell &RC1, uint16_t B1,
271 bool HexagonBitSimplify::isEqual(const BitTracker::RegisterCell &RC1, argument
275 // If RC1[i] is "bottom", it cannot be proven equal to RC2[i].
276 if (RC1[B1+i].Type == BitTracker::BitValue::Ref && RC1[B1+i].RefI.Reg == 0)
281 if (RC1[B1+i] != RC2[B2+i])

Completed in 140 milliseconds