Searched refs:features_x86 (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocator_test.cc | 42 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 …]
|
D | live_ranges_test.cc | 65 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 …]
|
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 | 43 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local 45 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
|
D | liveness_test.cc | 52 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCode() local 54 x86::CodeGeneratorX86 codegen(graph, *features_x86.get(), CompilerOptions()); in TestCode()
|
D | constant_folding_test.cc | 65 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in TestCodeOnReadyGraph() local 67 x86::CodeGeneratorX86 codegenX86(graph_, *features_x86.get(), CompilerOptions()); in TestCodeOnReadyGraph()
|
D | codegen_test.cc | 248 std::unique_ptr<const X86InstructionSetFeatures> features_x86( in RunCode() local 250 x86::CodeGeneratorX86 codegenX86(graph, *features_x86.get(), compiler_options); in RunCode()
|