Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlive_ranges_test.cc66 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
68 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
112 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
114 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
161 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
163 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
238 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
240 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
315 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
317 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
[all …]
Dregister_allocator_test.cc84 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in Check() local
86 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in Check()
101 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
103 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
327 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in Loop3() local
329 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in Loop3()
362 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
364 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
415 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in DeadPhi() local
417 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in DeadPhi()
[all …]
Ddead_code_elimination_test.cc48 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local
50 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Dlinearize_test.cc46 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local
48 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Dliveness_test.cc53 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local
55 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Dcodegen_test_utils.h355 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in create_codegen_x86()
358 graph, *features_x86.get(), compiler_options); in create_codegen_x86()