Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_test.cc42 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in Check() local
44 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in Check()
60 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
62 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
293 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
295 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
327 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
329 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
382 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
384 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
[all …]
Dlive_ranges_test.cc65 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
67 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
113 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
115 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
164 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
166 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
243 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
245 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
322 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST_F() local
324 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST_F()
[all …]
Ddead_code_elimination_test.cc44 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local
46 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Dlinearize_test.cc43 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local
45 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Dliveness_test.cc52 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local
54 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Dconstant_folding_test.cc65 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCodeOnReadyGraph() local
67 x86::CodeGeneratorX86 codegenX86(graph_, *features_x86.get(), CompilerOptions()); in TestCodeOnReadyGraph()
Dcodegen_test.cc248 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in RunCode() local
250 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), compiler_options); in RunCode()