Searched refs:testSubClass (Results 1 – 3 of 3) sorted by relevance
410 static bool testSubClass(const CodeGenRegisterClass *A, in testSubClass() function477 if (!testSubClass(&RC, SubRC)) in computeSubClasses()485 for (unsigned s = rci - 1; s && testSubClass(&RC, RegClasses[s - 1]); --s) in computeSubClasses()
796 static bool testSubClass(const CodeGenRegisterClass *A, in testSubClass() function864 if (!testSubClass(&RC, &SubRC)) in computeSubClasses()872 for (auto I2 = std::next(I); I2 != E && testSubClass(&RC, &*I2); ++I2) in computeSubClasses()
884 static bool testSubClass(const CodeGenRegisterClass *A, in testSubClass() function946 if (!testSubClass(&RC, &SubRC)) in computeSubClasses()954 for (auto I2 = std::next(I); I2 != E && testSubClass(&RC, &*I2); ++I2) in computeSubClasses()