Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dmodule_constant_analyzer.cpp88 ConstantValue *ModuleConstantAnalyzer::GetConstantInstConstValue(compiler::ConstantInst *const_inst) in GetConstantInstConstValue()
Dcodegen.cpp275 auto const_inst = cvat_inst->GetInput(0).GetInst()->CastToConstant(); in IsEcmaConstTemplate() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dmove_constants.cpp34 for (auto const_inst = GetGraph()->GetFirstConstInst(); const_inst != nullptr;) { in RunImpl() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp70 void Graph::AddConstInStartBlock(ConstantInst *const_inst) in AddConstInStartBlock()
82 void Graph::RemoveConstFromList(ConstantInst *const_inst) in RemoveConstFromList()
Dgraph.h509 void SetFirstConstInst(ConstantInst *const_inst) in SetFirstConstInst()
562 ImmTableSlot AddSpilledConstant(ConstantInst *const_inst) in AddSpilledConstant()
580 ImmTableSlot FindSpilledConstantSlot(ConstantInst *const_inst) const in FindSpilledConstantSlot()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp293 void InstBuilder::SplitConstant(ConstantInst *const_inst) in SplitConstant()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcodegen_test.cpp193 ConstantInst *const_inst = inst->CastToConstant(); in __anon65c7fb950302() local
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
Dconstant_propagation.cpp306 auto const_inst = inst->CastToConstant(); in VisitConstant() local