Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dinst_generator_test.cpp33 class CodegenStatisticGenerator : public StatisticGenerator { class
37 ~CodegenStatisticGenerator() override = default;
101 CodegenStatisticGenerator stat_gen_arm64(inst_gen, graph_creator); in TEST_F()
117 CodegenStatisticGenerator stat_gen_arm32(inst_gen, graph_creator); in TEST_F()
133 CodegenStatisticGenerator stat_gen_amd64(inst_gen, graph_creator); in TEST_F()
150 class ArithGenerator : public CodegenStatisticGenerator {
163 : CodegenStatisticGenerator(inst_generator, graph_creator), in ArithGenerator()