Home
last modified time | relevance | path

Searched refs:isRegUnitSubSet (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1812 static bool isRegUnitSubSet(const std::vector<unsigned> &RUSubSet, in isRegUnitSubSet() function
1850 if (isRegUnitSubSet(SubSet.Units, SuperSet.Units) in pruneUnitSets()
2012 if (isRegUnitSubSet(RCRegUnits, RegUnitSets[USIdx].Units)) { in computeRegUnitSets()