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 __anon32f033400402() 301 auto value1 = GetCondCodeToString(inst.GetCc(), graph->GetAllocator()); in __anon32f033400402() 306 auto result = GetCondCodeToString(ifImm_inst.GetCc(), graph->GetAllocator()); in __anon32f033400402() 310 auto num = GetCondCodeToString(ifImm.GetCc(), graph->GetAllocator()); in __anon32f033400402() 315 auto number = GetCondCodeToString(ifInst.GetCc(), graph->GetAllocator()); in __anon32f033400402() 319 auto info = GetCondCodeToString(imm_inst1.GetCc(), graph->GetAllocator()); in __anon32f033400402() 324 auto testData = GetCondCodeToString(ifImm_inst1.GetCc(), graph->GetAllocator()); in __anon32f033400402() 328 auto code = GetCondCodeToString(first_imm_inst.GetCc(), graph->GetAllocator()); in __anon32f033400402() 333 auto number1 = GetCondCodeToString(first_inst.GetCc(), graph->GetAllocator()); in __anon32f033400402() 337 auto number2 = GetCondCodeToString(second_inst.GetCc(), graph->GetAllocator()); in __anon32f033400402() [all …]
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 104 ArenaString GetCondCodeToString(ConditionCode cc, ArenaAllocator *allocator) in GetCondCodeToString() function 298 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() 336 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() 347 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 376 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() 516 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() 527 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() 538 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() 549 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() 925 ArenaString cc(ArenaString(GetCondCodeToString(GetCc(), allocator), adapter).append(" ")); in DumpOpcode() 937 ArenaString cc(ArenaString(GetCondCodeToString(GetCc(), allocator), adapter).append(" ")); in DumpOpcode()
|