Lines Matching refs:RegisterAllocatorTest

41 class RegisterAllocatorTest : public OptimizingUnitTest {  class
83 TEST_F(RegisterAllocatorTest, test_name##_LinearScan) {\
86 TEST_F(RegisterAllocatorTest, test_name##_GraphColor) {\
90 bool RegisterAllocatorTest::Check(const std::vector<uint16_t>& data, Strategy strategy) { in Check()
105 TEST_F(RegisterAllocatorTest, ValidateIntervals) { in TEST_F() argument
179 void RegisterAllocatorTest::CFG1(Strategy strategy) { in CFG1()
201 void RegisterAllocatorTest::Loop1(Strategy strategy) { in Loop1()
242 void RegisterAllocatorTest::Loop2(Strategy strategy) { in Loop2()
293 void RegisterAllocatorTest::Loop3(Strategy strategy) { in Loop3()
355 TEST_F(RegisterAllocatorTest, FirstRegisterUse) { in TEST_F() argument
391 void RegisterAllocatorTest::DeadPhi(Strategy strategy) { in DeadPhi()
432 TEST_F(RegisterAllocatorTest, FreeUntil) { in TEST_F() argument
488 HGraph* RegisterAllocatorTest::BuildIfElseWithPhi(HPhi** phi, in BuildIfElseWithPhi()
559 void RegisterAllocatorTest::PhiHint(Strategy strategy) { in PhiHint()
636 TEST_F(RegisterAllocatorTest, PhiHint_LinearScan) { in TEST_F() argument
640 HGraph* RegisterAllocatorTest::BuildFieldReturn(HInstruction** field, HInstruction** ret) { in BuildFieldReturn()
675 void RegisterAllocatorTest::ExpectedInRegisterHint(Strategy strategy) { in ExpectedInRegisterHint()
712 TEST_F(RegisterAllocatorTest, ExpectedInRegisterHint_LinearScan) { in TEST_F() argument
716 HGraph* RegisterAllocatorTest::BuildTwoSubs(HInstruction** first_sub, HInstruction** second_sub) { in BuildTwoSubs()
743 void RegisterAllocatorTest::SameAsFirstInputHint(Strategy strategy) { in SameAsFirstInputHint()
784 TEST_F(RegisterAllocatorTest, SameAsFirstInputHint_LinearScan) { in TEST_F() argument
788 HGraph* RegisterAllocatorTest::BuildDiv(HInstruction** div) { in BuildDiv()
814 void RegisterAllocatorTest::ExpectedExactInRegisterAndSameOutputHint(Strategy strategy) { in ExpectedExactInRegisterAndSameOutputHint()
831 TEST_F(RegisterAllocatorTest, ExpectedExactInRegisterAndSameOutputHint_LinearScan) { in TEST_F() argument
839 TEST_F(RegisterAllocatorTest, SpillInactive) { in TEST_F() argument