Searched refs:features_x86 (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocator_test.cc | 46 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 …]
|
D | live_ranges_test.cc | 69 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 …]
|
D | dead_code_elimination_test.cc | 44 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local 46 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), CompilerOptions()); in TestCode()
|
D | linearize_test.cc | 50 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local 52 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
|
D | liveness_test.cc | 57 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local 59 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
|
D | constant_folding_test.cc | 50 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local 52 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), CompilerOptions()); in TestCode()
|
D | codegen_test.cc | 146 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()
|