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
Dcodegen.cpp2692 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.cpp270 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
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dcountable_loop_parser.cpp248 auto constInst = loopInfo_.update->GetInput(1).GetInst(); in SetIndexAndConstStep() local
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp142 auto constInst = inst->Clone(graph); in __anon8ce037610202() local
170 auto constInst = graph->GetFirstConstInst(); in __anon8ce037610302() local
198 const auto constInst = graph->GetFirstConstInst(); in __anon8ce037610402() 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.h610 void SetFirstConstInst(ConstantInst *constInst) in SetFirstConstInst()
681 ImmTableSlot AddSpilledConstant(ConstantInst *constInst) in AddSpilledConstant()
699 ImmTableSlot FindSpilledConstantSlot(ConstantInst *constInst) const in FindSpilledConstantSlot()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp455 void InstBuilder::SplitConstant(ConstantInst *constInst) in SplitConstant()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp766 auto constInst = cvatInst->GetInput(0U).GetInst()->CastToConstant(); in IsEcmaConstTemplate() local