Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1900 static bool isRegUnitSubSet(const std::vector<unsigned> &RUSubSet, in isRegUnitSubSet() function
1938 if (isRegUnitSubSet(SubSet.Units, SuperSet.Units) in pruneUnitSets()
2103 if (isRegUnitSubSet(RCRegUnits, RegUnitSets[USIdx].Units)) { in computeRegUnitSets()