• Home
  • Raw
  • Download

Lines Matching refs:codegen

69                          const CodeGenerator& codegen) {  in ValidateIntervals()  argument
73 codegen, in ValidateIntervals()
92 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in Check() local
93 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in Check()
96 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in Check()
107 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in TEST_F() local
115 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
118 ASSERT_FALSE(ValidateIntervals(intervals, codegen)); in TEST_F()
128 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
131 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
141 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
144 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
154 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
157 ASSERT_FALSE(ValidateIntervals(intervals, codegen)); in TEST_F()
168 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
172 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()
175 ASSERT_FALSE(ValidateIntervals(intervals, codegen)); in TEST_F()
331 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in Loop3() local
332 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in Loop3()
335 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in Loop3()
364 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in TEST_F() local
365 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F()
415 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in DeadPhi() local
416 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in DeadPhi()
419 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in DeadPhi()
439 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in TEST_F() local
440 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F()
442 RegisterAllocatorLinearScan register_allocator(GetScopedAllocator(), &codegen, liveness); in TEST_F()
565 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in PhiHint() local
566 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint()
571 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in PhiHint()
581 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in PhiHint() local
582 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint()
589 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in PhiHint()
599 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in PhiHint() local
600 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint()
607 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in PhiHint()
617 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in PhiHint() local
618 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in PhiHint()
625 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in PhiHint()
680 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in ExpectedInRegisterHint() local
681 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in ExpectedInRegisterHint()
685 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in ExpectedInRegisterHint()
694 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in ExpectedInRegisterHint() local
695 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in ExpectedInRegisterHint()
703 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in ExpectedInRegisterHint()
748 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in SameAsFirstInputHint() local
749 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in SameAsFirstInputHint()
753 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in SameAsFirstInputHint()
763 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in SameAsFirstInputHint() local
764 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in SameAsFirstInputHint()
774 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in SameAsFirstInputHint()
817 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in ExpectedExactInRegisterAndSameOutputHint() local
818 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in ExpectedExactInRegisterAndSameOutputHint()
822 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in ExpectedExactInRegisterAndSameOutputHint()
915 x86::CodeGeneratorX86 codegen(graph, *compiler_options_); in TEST_F() local
916 SsaLivenessAnalysis liveness(graph, &codegen, GetScopedAllocator()); in TEST_F()
922 RegisterAllocatorLinearScan register_allocator(GetScopedAllocator(), &codegen, liveness); in TEST_F()
941 ASSERT_TRUE(ValidateIntervals(intervals, codegen)); in TEST_F()