Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_test.cc46 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in Check() local
48 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in Check()
64 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST() local
66 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
306 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST() local
308 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
340 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST() local
342 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
395 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST() local
397 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
[all …]
Dlive_ranges_test.cc69 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST() local
71 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
117 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST() local
119 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
168 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST() local
170 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
247 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST() local
249 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
327 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TEST() local
329 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TEST()
[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.cc50 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local
52 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Dliveness_test.cc57 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local
59 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Dconstant_folding_test.cc50 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local
52 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), CompilerOptions()); in TestCode()
Dcodegen_test.cc146 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in RunCodeBaseline() local
148 TestCodeGeneratorX86 codegenX86(graph, *features_x86.get(), compiler_options); in RunCodeBaseline()
228 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in RunCodeOptimized() local
230 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), compiler_options); in RunCodeOptimized()