Searched refs:features_x86 (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | live_ranges_test.cc | 66 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 …]
|
D | register_allocator_test.cc | 84 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 …]
|
D | dead_code_elimination_test.cc | 48 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local 50 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), CompilerOptions()); in TestCode()
|
D | linearize_test.cc | 46 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local 48 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
|
D | liveness_test.cc | 53 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local 55 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
|
D | codegen_test_utils.h | 355 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in create_codegen_x86() 358 graph, *features_x86.get(), compiler_options); in create_codegen_x86()
|