Home
last modified time | relevance | path

Searched defs:const_inst (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dmove_constants.cpp35 for (auto const_inst = GetGraph()->GetFirstConstInst(); const_inst != nullptr;) { in RunImpl() local
Dloop_unroll.cpp226 Inst *LoopUnroll::CreateNewTestInst(const CountableLoopInfo &loop_info, Inst *const_inst, Inst *pre… in CreateNewTestInst()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dspill_fill_encoder.cpp154 auto const_inst = graph_->GetSpilledConstant(sf.SrcValue()); in EncodeImmToX() local
Dcodegen.cpp787 Imm Codegen::ConvertImm(ConstantInst *const_inst, DataType::Type type) in ConvertImm()
2645 auto *const_inst = inst->CastToConstant(); in VisitConstant() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h549 void SetFirstConstInst(ConstantInst *const_inst) in SetFirstConstInst()
603 ImmTableSlot AddSpilledConstant(ConstantInst *const_inst) in AddSpilledConstant()
621 ImmTableSlot FindSpilledConstantSlot(ConstantInst *const_inst) const in FindSpilledConstantSlot()
Dgraph.cpp83 void Graph::AddConstInStartBlock(ConstantInst *const_inst) in AddConstInStartBlock()
105 void Graph::RemoveConstFromList(ConstantInst *const_inst) in RemoveConstFromList()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp353 void InstBuilder::SplitConstant(ConstantInst *const_inst) in SplitConstant()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp398 auto const_inst = cvat_inst->GetInput(0).GetInst()->CastToConstant(); in IsEcmaConstTemplate() local