Searched refs:GetCondCodeToString (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| D | dump_test.cpp | 297 auto value = GetCondCodeToString(imm_inst.GetCc(), graph->GetAllocator()); in __anon413cb6ff0402() 301 auto value1 = GetCondCodeToString(inst.GetCc(), graph->GetAllocator()); in __anon413cb6ff0402() 306 auto result = GetCondCodeToString(ifImm_inst.GetCc(), graph->GetAllocator()); in __anon413cb6ff0402() 310 auto num = GetCondCodeToString(ifImm.GetCc(), graph->GetAllocator()); in __anon413cb6ff0402() 315 auto number = GetCondCodeToString(ifInst.GetCc(), graph->GetAllocator()); in __anon413cb6ff0402() 319 auto info = GetCondCodeToString(imm_inst1.GetCc(), graph->GetAllocator()); in __anon413cb6ff0402() 324 auto testData = GetCondCodeToString(ifImm_inst1.GetCc(), graph->GetAllocator()); in __anon413cb6ff0402() 328 auto code = GetCondCodeToString(first_imm_inst.GetCc(), graph->GetAllocator()); in __anon413cb6ff0402() 333 auto number1 = GetCondCodeToString(first_inst.GetCc(), graph->GetAllocator()); in __anon413cb6ff0402() 337 auto number2 = GetCondCodeToString(second_inst.GetCc(), graph->GetAllocator()); in __anon413cb6ff0402() [all …]
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 111 ArenaString GetCondCodeToString(ConditionCode cc, ArenaAllocator *allocator) in GetCondCodeToString() function 305 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() 343 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() 354 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | dump.cpp | 112 ArenaString GetCondCodeToString(ConditionCode cc, ArenaAllocator *allocator) in GetCondCodeToString() function 367 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() 501 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() 512 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() 523 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() 534 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() 836 ArenaString cc(ArenaString(GetCondCodeToString(GetCc(), allocator), adapter).append(" ")); in DumpOpcode() 848 ArenaString cc(ArenaString(GetCondCodeToString(GetCc(), allocator), adapter).append(" ")); in DumpOpcode()
|