Home
last modified time | relevance | path

Searched defs:newConst (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_export.cpp69 const auto &newConst = static_cast<const MIRAddroffuncConst &>(constVal); in OutputConstAddrofFunc() local
85 const auto &newConst = static_cast<const MIRStrConst &>(constVal); in OutputConstStr() local
107 const auto &newConst = static_cast<const MIRFloatConst &>(constVal); in OutputConstFloat() local
115 const auto &newConst = static_cast<const MIRDoubleConst &>(constVal); in OutputConstDouble() local
Dmir_builder.cpp21 void MIRBuilder::AddIntFieldConst(const MIRStructType &sType, MIRAggConst &newConst, uint32 fieldID… in AddIntFieldConst()
29 void MIRBuilder::AddAddrofFieldConst(const MIRStructType &structType, MIRAggConst &newConst, uint32… in AddAddrofFieldConst()
39 void MIRBuilder::AddAddroffuncFieldConst(const MIRStructType &structType, MIRAggConst &newConst, ui… in AddAddroffuncFieldConst()
Dparser.cpp2236 MIRAggConst *newConst = mod.GetMemPool()->New<MIRAggConst>(mod, type); in ParseInitValue() local
2302 MIRAggConst *newConst = mod.GetMemPool()->New<MIRAggConst>(mod, type); in ParseInitValue() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp469 ConstantInst *newConst = nullptr; in SplitConstant() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h1369 auto *newConst = CreateInstConstant(value, isSupportInt32); in FindOrCreateConstant() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h708 … MIRConst *newConst = mirModule.GetMemPool()->New<T>(mirConst.GetValue(), mirConst.GetType()); in NewMirConst() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1003 uint64_t newConst; in TrySimplifyCompareAnyTypeCase2() local