Searched refs:GraphCreator (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator.cpp | 19 Graph *GraphCreator::GenerateGraph(Inst *inst) in GenerateGraph() 166 Graph *GraphCreator::CreateGraph() in CreateGraph() 176 Graph *GraphCreator::GenerateOperation(Inst *inst, int32_t n) in GenerateOperation() 216 Inst *GraphCreator::PopulateLoadArrayPair(Graph *graph, BasicBlock *block, Inst *inst, Opcode opc) in PopulateLoadArrayPair() 234 void GraphCreator::PopulateStoreArrayPair(Graph *graph, Inst *inst, Opcode opc) in PopulateStoreArrayPair() 253 void GraphCreator::PopulateReturnInlined(Graph *graph, BasicBlock *block, Inst *inst, [[maybe_unuse… in PopulateReturnInlined() 271 void GraphCreator::PopulateCall(Graph *graph, BasicBlock *block, Inst *inst, DataType::Type type, i… in PopulateCall() 293 void GraphCreator::PopulateLoadStoreArray(Graph *graph, Inst *inst, DataType::Type type, [[maybe_un… in PopulateLoadStoreArray() 306 void GraphCreator::PopulateLoadStoreArrayI(Graph *graph, Inst *inst, DataType::Type type, [[maybe_u… in PopulateLoadStoreArrayI() 317 void GraphCreator::PopulateSelect(Graph *graph, Inst *inst, DataType::Type type, [[maybe_unused]] i… in PopulateSelect() [all …]
|
| D | inst_generator.h | 23 class GraphCreator { 25 GraphCreator() = delete; 26 explicit GraphCreator(ArenaAllocator &allocator, ArenaAllocator &localAllocator) in GraphCreator() function 312 StatisticGenerator(InstGenerator &instGenerator, GraphCreator &graphCreator) in StatisticGenerator() 341 GraphCreator &graphCreator_;
|
| D | intrinsic_codegen_test.cpp | 58 GraphCreator graph_creator_;
|
| D | inst_generator_test.cpp | 113 GraphCreator graphCreator(graphAlloc, graphLocalAlloc); in TEST_F() 128 GraphCreator graphCreator(graphAlloc, graphLocalAlloc); in TEST_F() 144 GraphCreator graphCreator(graphAlloc, graphLocalAlloc); in TEST_F() 178 explicit ArithGenerator(InstGenerator &instGenerator, GraphCreator &graphCreator) in ArithGenerator() 878 GraphCreator graphCreator(alloc, localAlloc); in RandomTestsPart1() 913 GraphCreator graphCreator(alloc, localAlloc); in RandomTestsPart2() 956 GraphCreator graphCreator(alloc, localAlloc); in NotRandomTests() 995 GraphCreator graphCreator(graphAlloc, graphLocalAlloc); in TEST_F()
|
| D | unit_test.h | 116 friend class GraphCreator; member
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_generator.h | 22 class GraphCreator { 24 GraphCreator() = delete; 25 explicit GraphCreator(ArenaAllocator &allocator, ArenaAllocator &local_allocator) in GraphCreator() function 269 StatisticGenerator(InstGenerator &inst_generator, GraphCreator &graph_creator) in StatisticGenerator() 291 GraphCreator &graph_creator_;
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/tests/ |
| D | inst_generator_test.cpp | 149 ark::compiler::GraphCreator graphCreator {graphAlloc, localAlloc}; in TEST_F()
|