Home
last modified time | relevance | path

Searched refs:GraphCreator (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.cpp19 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 …]
Dinst_generator.h23 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_;
Dintrinsic_codegen_test.cpp58 GraphCreator graph_creator_;
Dinst_generator_test.cpp113 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()
Dunit_test.h116 friend class GraphCreator; member
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.h22 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/
Dinst_generator_test.cpp149 ark::compiler::GraphCreator graphCreator {graphAlloc, localAlloc}; in TEST_F()