Searched defs:ifInst (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | rpo_test.cpp | 133 …auto ifInst = GetGraph()->CreateInstIfImm(DataType::NO_TYPE, INVALID_PC, cmp, 0U, DataType::BOOL, … in TEST_F() local 251 …auto ifInst = GetGraph()->CreateInstIfImm(DataType::NO_TYPE, INVALID_PC, cmp, 0U, DataType::BOOL, … in TEST_F() local
|
| D | dom_tree_test.cpp | 159 …auto ifInst = GetGraph()->CreateInstIfImm(DataType::NO_TYPE, INVALID_PC, cmp, 0U, DataType::BOOL, … in TEST_F() local
|
| D | inst_generator.cpp | 790 …auto ifInst = graph->CreateInstIfImm(DataType::NO_TYPE, INVALID_PC, param3, 0U, DataType::BOOL, CC… in GeneratePhiOperation() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | loop_unswitcher.cpp | 154 void LoopUnswitcher::BuildLoopUnswitchDataFlow(LoopClonerData *unswitchData, Inst *ifInst) in BuildLoopUnswitchDataFlow() 190 void LoopUnswitcher::ReplaceWithConstantCondition(Inst *ifInst) in ReplaceWithConstantCondition() 239 auto ifInst = bb->GetLastInst(); in FindUnswitchInst() local
|
| D | basicblock.cpp | 824 Inst *ifInst = GetLastInst(); in JoinBlocksUsingSelect() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | linear_order.cpp | 38 auto ifInst = ifTrueBlock->GetLastInst(); in HandleIfBlock() local 292 auto ifInst = lastInst->CastToIf(); in LeastLikelySuccessorByPreference() local
|
| D | bounds_analysis.cpp | 866 auto ifInst = inst->CastToIfImm(); in VisitIfImm() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | licm_conditions.cpp | 335 …auto ifInst = bb->GetGraph()->CreateInstIfImm(DataType::NO_TYPE, 0, input, 0, DataType::BOOL, Cond… in AddSingleIfImmInst() local
|
| D | inlining.cpp | 379 …auto ifInst = GetGraph()->CreateInstIfImm(DataType::BOOL, callInst->GetPc(), cmpInst, 0, DataType:… in CreateCompareClass() local 390 auto ifInst = callBb->GetLastInst(); in InsertDeoptimizeInst() local
|
| D | lowering.cpp | 1255 void Lowering::OptimizeIfInput(compiler::Inst *ifInst) in OptimizeIfInput()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | dump_test.cpp | 314 IfImmInst ifInst(ConditionCode::CC_GE); in __anonb6b7089f0402() local
|