Searched defs:const_inst (Results 1 – 8 of 8) sorted by relevance
35 for (auto const_inst = GetGraph()->GetFirstConstInst(); const_inst != nullptr;) { in RunImpl() local
226 Inst *LoopUnroll::CreateNewTestInst(const CountableLoopInfo &loop_info, Inst *const_inst, Inst *pre… in CreateNewTestInst()
154 auto const_inst = graph_->GetSpilledConstant(sf.SrcValue()); in EncodeImmToX() local
787 Imm Codegen::ConvertImm(ConstantInst *const_inst, DataType::Type type) in ConvertImm()2645 auto *const_inst = inst->CastToConstant(); in VisitConstant() local
549 void SetFirstConstInst(ConstantInst *const_inst) in SetFirstConstInst()603 ImmTableSlot AddSpilledConstant(ConstantInst *const_inst) in AddSpilledConstant()621 ImmTableSlot FindSpilledConstantSlot(ConstantInst *const_inst) const in FindSpilledConstantSlot()
83 void Graph::AddConstInStartBlock(ConstantInst *const_inst) in AddConstInStartBlock()105 void Graph::RemoveConstFromList(ConstantInst *const_inst) in RemoveConstFromList()
353 void InstBuilder::SplitConstant(ConstantInst *const_inst) in SplitConstant()
398 auto const_inst = cvat_inst->GetInput(0).GetInst()->CastToConstant(); in IsEcmaConstTemplate() local