Lines Matching refs:strategy

51   void SameAsFirstInputHint(Strategy strategy);
52 void ExpectedInRegisterHint(Strategy strategy);
55 bool Check(const std::vector<uint16_t>& data, Strategy strategy);
56 void CFG1(Strategy strategy);
57 void Loop1(Strategy strategy);
58 void Loop2(Strategy strategy);
59 void Loop3(Strategy strategy);
60 void DeadPhi(Strategy strategy);
62 void PhiHint(Strategy strategy);
66 void ExpectedExactInRegisterAndSameOutputHint(Strategy strategy);
90 bool RegisterAllocatorTest::Check(const std::vector<uint16_t>& data, Strategy strategy) { in Check() argument
96 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in Check()
179 void RegisterAllocatorTest::CFG1(Strategy strategy) { in CFG1() argument
196 ASSERT_TRUE(Check(data, strategy)); in CFG1()
201 void RegisterAllocatorTest::Loop1(Strategy strategy) { in Loop1() argument
237 ASSERT_TRUE(Check(data, strategy)); in Loop1()
242 void RegisterAllocatorTest::Loop2(Strategy strategy) { in Loop2() argument
288 ASSERT_TRUE(Check(data, strategy)); in Loop2()
293 void RegisterAllocatorTest::Loop3(Strategy strategy) { in Loop3() argument
335 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in Loop3()
391 void RegisterAllocatorTest::DeadPhi(Strategy strategy) { in DeadPhi() argument
419 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in DeadPhi()
559 void RegisterAllocatorTest::PhiHint(Strategy strategy) { in PhiHint() argument
571 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in PhiHint()
589 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in PhiHint()
607 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in PhiHint()
625 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in PhiHint()
675 void RegisterAllocatorTest::ExpectedInRegisterHint(Strategy strategy) { in ExpectedInRegisterHint() argument
685 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in ExpectedInRegisterHint()
703 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in ExpectedInRegisterHint()
743 void RegisterAllocatorTest::SameAsFirstInputHint(Strategy strategy) { in SameAsFirstInputHint() argument
753 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in SameAsFirstInputHint()
774 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in SameAsFirstInputHint()
814 void RegisterAllocatorTest::ExpectedExactInRegisterAndSameOutputHint(Strategy strategy) { in ExpectedExactInRegisterAndSameOutputHint() argument
822 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in ExpectedExactInRegisterAndSameOutputHint()