Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp163 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
164 runner.GetCompilerOptions().SetCompilerRematConst(false); in TEST_F()
165 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::testb|_GLOBAL::hook).*"); in TEST_F()
365 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TestModifyManyVregs()
368 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main)(?!_GLOBAL::test)(?!_GLOBAL::hook).… in TestModifyManyVregs()
469 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
471 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2… in TEST_F()
474 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2… in TEST_F()
477 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f2).*"); in TEST_F()
480 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4).*"); in TEST_F()
[all …]
/arkcompiler/runtime_core/compiler/tests/
Dosr_test.cpp97 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
112 runner.GetCompilerOptions().SetCompilerNonOptimizing(false); in TEST_F()
150 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
164 runner.GetCompilerOptions().SetCompilerNonOptimizing(false); in TEST_F()
201 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
257 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
273 runner.GetCompilerOptions().SetCompilerNonOptimizing(false); in TEST_F()
274 runner.GetCompilerOptions().SetCompilerInlining(false); in TEST_F()
290 runner.GetCompilerOptions().SetCompilerNonOptimizing(false); in TEST_F()
291 runner.GetCompilerOptions().SetCompilerInlining(true); in TEST_F()
[all …]
Dpanda_runner.h84 compiler::CompilerLogger::SetComponents(GetCompilerOptions().GetCompilerLog()); in Run()
122 compiler::CompilerOptions &GetCompilerOptions() in GetCompilerOptions() function
/arkcompiler/runtime_core/static_core/compiler/tests/
Dosr_test.cpp105 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
120 runner.GetCompilerOptions().SetCompilerNonOptimizing(false); in TEST_F()
158 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
172 runner.GetCompilerOptions().SetCompilerNonOptimizing(false); in TEST_F()
209 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
265 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
281 runner.GetCompilerOptions().SetCompilerNonOptimizing(false); in TEST_F()
282 runner.GetCompilerOptions().SetCompilerInlining(false); in TEST_F()
298 runner.GetCompilerOptions().SetCompilerNonOptimizing(false); in TEST_F()
299 runner.GetCompilerOptions().SetCompilerInlining(true); in TEST_F()
[all …]
Dcodegen_runner_test.cpp356 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
357 runner.GetCompilerOptions().SetCompilerInlining(false); in TEST_F()
361 runner.GetCompilerOptions().SetCompilerRegallocRegMask(mask); in TEST_F()
Dpanda_runner.h93 compiler::CompilerLogger::SetComponents(GetCompilerOptions().GetCompilerLog()); in Run()
131 compiler::CompilerOptions &GetCompilerOptions() in GetCompilerOptions() function