Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dmove_constants.cpp35 for (auto const_inst = GetGraph()->GetFirstConstInst(); const_inst != nullptr;) { in RunImpl() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp71 void Graph::AddConstInStartBlock(ConstantInst *const_inst) in AddConstInStartBlock()
83 void Graph::RemoveConstFromList(ConstantInst *const_inst) in RemoveConstFromList()
Dgraph.h507 void SetFirstConstInst(ConstantInst *const_inst) in SetFirstConstInst()
560 ImmTableSlot AddSpilledConstant(ConstantInst *const_inst) in AddSpilledConstant()
578 ImmTableSlot FindSpilledConstantSlot(ConstantInst *const_inst) const in FindSpilledConstantSlot()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp294 void InstBuilder::SplitConstant(ConstantInst *const_inst) in SplitConstant()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp365 auto const_inst = cvat_inst->GetInput(0).GetInst()->CastToConstant(); in IsEcmaConstTemplate() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcodegen_test.cpp189 ConstantInst *const_inst = inst->CastToConstant(); in __anona44e78530302() local