Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp72 cc = SwapOperandsConditionCode(cc); in OptimizeIfInput()
105 cc = SwapOperandsConditionCode(cc); in LowerIf()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcanonicalization.cpp125 auto revertCc = SwapOperandsConditionCode(inst->GetCc()); in VisitCompare()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp274 cc = SwapOperandsConditionCode(cc); in SetNormalizedConditionCode()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dif_merging.cpp93 SwapOperandsConditionCode(compare->GetCc()))) { in TryRemoveConstantPhiIf()
Dloop_unroll.cpp326 cc = SwapOperandsConditionCode(cc); in FixCompareInst()
Dbranch_elimination.cpp451 dominantCc = SwapOperandsConditionCode(dominantCc); in TryResolveResult()
Dpeepholes.cpp2270 ConditionCode cc = swap ? SwapOperandsConditionCode(compare->GetCc()) : compare->GetCc(); in TrySimplifyCompareWithBoolInput()
2322 ConditionCode cc = swap ? SwapOperandsConditionCode(compare->GetCc()) : compare->GetCc(); in TrySimplifyCmpCompareWithZero()
2409 ConditionCode cc = swap ? SwapOperandsConditionCode(compare->GetCc()) : compare->GetCc(); in TrySimplifyCompareLenArrayWithZero()
Dlowering.cpp1124 cc = SwapOperandsConditionCode(cc); in OptimizeIfInput()
1196 cc = SwapOperandsConditionCode(cc); in LowerIf()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp113 auto code = SwapOperandsConditionCode(data);
115 auto code1 = SwapOperandsConditionCode(cc);
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h153 inline ConditionCode SwapOperandsConditionCode(ConditionCode code) in SwapOperandsConditionCode() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h182 inline ConditionCode SwapOperandsConditionCode(ConditionCode code) in SwapOperandsConditionCode() function