Home
last modified time | relevance | path

Searched defs:constInst (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dspill_fill_encoder.cpp159 …illEncoder::EncodeImmWithCorrectType(DataType::Type sfType, MemRef dstMem, ConstantInst *constInst) in EncodeImmWithCorrectType()
184 auto constInst = graph_->GetSpilledConstant(sf.SrcValue()); in EncodeImmToX() local
Dencode_visitor.cpp308 auto *constInst = inst->CastToConstant(); in VisitConstant() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmove_constants.cpp34 for (auto constInst = GetGraph()->GetFirstConstInst(); constInst != nullptr;) { in RunImpl() local
Dloop_unroll.cpp278 Inst *LoopUnroll::CreateNewTestInst(const CountableLoopInfo &loopInfo, Inst *constInst, Inst *preHe… in CreateNewTestInst()
Dpeepholes.cpp401 auto constInst = static_cast<ConstantInst *>(input1); in VisitMulOneConst() local
514 auto constInst = static_cast<ConstantInst *>(input1); in VisitDiv() local
2151 static bool TryReplaceFloatConstToIntConst([[maybe_unused]] Inst **castInput, Inst **constInst) in TryReplaceFloatConstToIntConst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp252 auto constInst = loopInfo_.update->GetInput(1).GetInst(); in SetIndexAndConstStep() local
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp155 auto constInst = inst->Clone(graph); in __anon392800200202() local
183 auto constInst = graph->GetFirstConstInst(); in __anon392800200302() local
211 const auto constInst = graph->GetFirstConstInst(); in __anon392800200402() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp86 void Graph::AddConstInStartBlock(ConstantInst *constInst) in AddConstInStartBlock()
130 void Graph::RemoveConstFromList(ConstantInst *constInst) in RemoveConstFromList()
Dgraph.h625 void SetFirstConstInst(ConstantInst *constInst) in SetFirstConstInst()
696 ImmTableSlot AddSpilledConstant(ConstantInst *constInst) in AddSpilledConstant()
714 ImmTableSlot FindSpilledConstantSlot(ConstantInst *constInst) const in FindSpilledConstantSlot()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp647 void InstBuilder::SplitConstant(ConstantInst *constInst) in SplitConstant()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp785 auto constInst = cvatInst->GetInput(0U).GetInst()->CastToConstant(); in IsEcmaConstTemplate() local