Home
last modified time | relevance | path

Searched defs:graph (Results 1 – 25 of 91) sorted by relevance

1234

/art/compiler/optimizing/
Dcodegen_test_utils.h72 CodeGenerator* CreateCodeGenerator(HGraph* graph, const CompilerOptions& compiler_options) { in CreateCodeGenerator()
89 TestCodeGeneratorARM(HGraph* graph, in TestCodeGeneratorARM()
109 TestCodeGeneratorARMVIXL(HGraph* graph, in TestCodeGeneratorARMVIXL()
129 TestCodeGeneratorX86(HGraph* graph, in TestCodeGeneratorX86()
242 static void ValidateGraph(HGraph* graph) { in ValidateGraph()
255 HGraph* graph, in RunCodeNoCheck()
271 HGraph* graph, in RunCode()
281 HGraph* graph, in RunCode()
291 CodeGenerator* create_codegen_arm(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm()
299 CodeGenerator* create_codegen_arm_vixl32(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm_vixl32()
[all …]
Dfind_loops_test.cc40 HGraph* graph = CreateCFG(&allocator, data); in TEST_F() local
53 HGraph* graph = CreateCFG(&allocator, data); in TEST_F() local
69 HGraph* graph = CreateCFG(&allocator, data); in TEST_F() local
86 HGraph* graph = CreateCFG(&allocator, data); in TEST_F() local
101 HGraph* graph = CreateCFG(&allocator, data); in TEST_F() local
107 static void TestBlock(HGraph* graph, in TestBlock()
147 HGraph* graph = CreateCFG(&allocator, data); in TEST_F() local
175 HGraph* graph = CreateCFG(&allocator, data); in TEST_F() local
200 HGraph* graph = CreateCFG(&allocator, data); in TEST_F() local
226 HGraph* graph = CreateCFG(&allocator, data); in TEST_F() local
[all …]
Dgraph_test.cc27 static HBasicBlock* createIfBlock(HGraph* graph, ArenaAllocator* allocator) { in createIfBlock()
38 static HBasicBlock* createGotoBlock(HGraph* graph, ArenaAllocator* allocator) { in createGotoBlock()
46 static HBasicBlock* createEntryBlock(HGraph* graph, ArenaAllocator* allocator) { in createEntryBlock()
52 static HBasicBlock* createReturnBlock(HGraph* graph, ArenaAllocator* allocator) { in createReturnBlock()
60 static HBasicBlock* createExitBlock(HGraph* graph, ArenaAllocator* allocator) { in createExitBlock()
75 HGraph* graph = CreateGraph(&allocator); in TEST() local
110 HGraph* graph = CreateGraph(&allocator); in TEST() local
145 HGraph* graph = CreateGraph(&allocator); in TEST() local
180 HGraph* graph = CreateGraph(&allocator); in TEST() local
215 HGraph* graph = CreateGraph(&allocator); in TEST() local
[all …]
Dregister_allocator_test.cc60 HGraph* graph = CreateCFG(&allocator, data); in Check() local
79 HGraph* graph = CreateGraph(&allocator); in TEST_F() local
318 HGraph* graph = CreateCFG(&allocator, data); in Loop3() local
355 HGraph* graph = CreateCFG(&allocator, data); in TEST_F() local
409 HGraph* graph = CreateCFG(&allocator, data); in DeadPhi() local
437 HGraph* graph = CreateCFG(&allocator, data); in TEST_F() local
493 HGraph* graph = CreateGraph(allocator); in BuildIfElseWithPhi() local
568 HGraph* graph = BuildIfElseWithPhi(&allocator, &phi, &input1, &input2); in PhiHint() local
586 HGraph* graph = BuildIfElseWithPhi(&allocator, &phi, &input1, &input2); in PhiHint() local
606 HGraph* graph = BuildIfElseWithPhi(&allocator, &phi, &input1, &input2); in PhiHint() local
[all …]
Dlive_ranges_test.cc35 HGraph* graph = CreateCFG(allocator, data); in BuildGraph() local
63 HGraph* graph = BuildGraph(data, &allocator); in TEST_F() local
112 HGraph* graph = BuildGraph(data, &allocator); in TEST_F() local
163 HGraph* graph = BuildGraph(data, &allocator); in TEST_F() local
241 HGraph* graph = BuildGraph(data, &allocator); in TEST_F() local
321 HGraph* graph = BuildGraph(data, &allocator); in TEST_F() local
399 HGraph* graph = BuildGraph(data, &allocator); in TEST_F() local
Dssa_phi_elimination.h32 explicit SsaDeadPhiElimination(HGraph* graph) in SsaDeadPhiElimination()
61 explicit SsaRedundantPhiElimination(HGraph* graph) in SsaRedundantPhiElimination()
Dnodes_test.cc33 HGraph* graph = CreateGraph(&allocator); in TEST() local
76 HGraph* graph = CreateGraph(&allocator); in TEST() local
104 HGraph* graph = CreateGraph(&allocator); in TEST() local
125 HGraph* graph = CreateGraph(&allocator); in TEST() local
Dgraph_checker_test.cc31 HGraph* graph = CreateGraph(allocator); in CreateSimpleCFG() local
48 HGraph* graph = CreateCFG(&allocator, data); in TestCode() local
99 HGraph* graph = CreateSimpleCFG(&allocator); in TEST_F() local
117 HGraph* graph = CreateSimpleCFG(&allocator); in TEST_F() local
Dconstant_folding_test.cc133 auto check_after_cf = [](HGraph* graph) { in TEST_F()
194 auto check_after_cf = [](HGraph* graph) { in TEST_F()
255 auto check_after_cf = [](HGraph* graph) { in TEST_F()
334 auto check_after_cf = [](HGraph* graph) { in TEST_F()
405 auto check_after_cf = [](HGraph* graph) { in TEST_F()
468 auto check_after_cf = [](HGraph* graph) { in TEST_F()
532 auto check_after_cf = [](HGraph* graph) { in TEST_F()
632 auto check_after_cf = [](HGraph* graph) { in TEST_F()
717 auto check_after_cf = [](HGraph* graph) { in TEST_F()
849 auto check_after_cf = [](HGraph* graph) { in TEST_F()
Dx86_memory_gen.cc29 MemoryOperandVisitor(HGraph* graph, bool do_implicit_null_checks) in MemoryOperandVisitor()
72 X86MemoryOperandGeneration::X86MemoryOperandGeneration(HGraph* graph, in X86MemoryOperandGeneration()
Dgvn_test.cc32 HGraph* graph = CreateGraph(&allocator); in TEST_F() local
116 HGraph* graph = CreateGraph(&allocator); in TEST_F() local
198 HGraph* graph = CreateGraph(&allocator); in TEST_F() local
322 HGraph* graph = CreateGraph(&allocator); in TEST_F() local
Dinstruction_simplifier_arm.h28 InstructionSimplifierArmVisitor(HGraph* graph, OptimizingCompilerStats* stats) in InstructionSimplifierArmVisitor()
80 InstructionSimplifierArm(HGraph* graph, OptimizingCompilerStats* stats) in InstructionSimplifierArm()
Dinstruction_simplifier_arm64.h28 InstructionSimplifierArm64Visitor(HGraph* graph, OptimizingCompilerStats* stats) in InstructionSimplifierArm64Visitor()
85 InstructionSimplifierArm64(HGraph* graph, OptimizingCompilerStats* stats) in InstructionSimplifierArm64()
Dpc_relative_fixups_mips.cc29 PCRelativeHandlerVisitor(HGraph* graph, CodeGenerator* codegen) in PCRelativeHandlerVisitor()
101 HGraph* graph = GetGraph(); in VisitPackedSwitch() local
Dbuilder.h39 HGraphBuilder(HGraph* graph, in HGraphBuilder()
81 : graph_(graph), in graph_() argument
Dcha_guard_optimization.h29 explicit CHAGuardOptimization(HGraph* graph) in CHAGuardOptimization()
Dprepare_for_register_allocation.h31 explicit PrepareForRegisterAllocation(HGraph* graph) : HGraphDelegateVisitor(graph) {} in PrepareForRegisterAllocation()
Dlinear_order.cc54 static bool IsLinearOrderWellFormed(const HGraph* graph, ArenaVector<HBasicBlock*>* linear_order) { in IsLinearOrderWellFormed()
82 void LinearizeGraph(const HGraph* graph, in LinearizeGraph()
Dpretty_printer.h28 explicit HPrettyPrinter(HGraph* graph) : HGraphVisitor(graph) { } in HPrettyPrinter()
108 explicit StringPrettyPrinter(HGraph* graph) in StringPrettyPrinter()
Dcode_sinking.h31 CodeSinking(HGraph* graph, OptimizingCompilerStats* stats) in CodeSinking()
Dconstant_folding.h42 HConstantFolding(HGraph* graph, const char* name) : HOptimization(graph, name) {} in HConstantFolding()
Dselect_generator.h50 HSelectGenerator(HGraph* graph, OptimizingCompilerStats* stats) in HSelectGenerator()
Ddead_code_elimination.h32 HDeadCodeElimination(HGraph* graph, OptimizingCompilerStats* stats, const char* name) in HDeadCodeElimination()
Dload_store_elimination.h28 LoadStoreElimination(HGraph* graph, const SideEffectsAnalysis& side_effects) in LoadStoreElimination()
Dgvn.h32 : HOptimization(graph, pass_name), side_effects_(side_effects) {} in HOptimization() argument

1234