Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1864 static bool isRegUnitSubSet(const std::vector<unsigned> &RUSubSet, in isRegUnitSubSet() function
1902 if (isRegUnitSubSet(SubSet.Units, SuperSet.Units) in pruneUnitSets()
2067 if (isRegUnitSubSet(RCRegUnits, RegUnitSets[USIdx].Units)) { in computeRegUnitSets()