Searched defs:newConst (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_mpl_export.cpp | 69 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
|
| D | mir_builder.cpp | 21 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()
|
| D | parser.cpp | 2236 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/ |
| D | inst_builder.cpp | 469 ConstantInst *newConst = nullptr; in SplitConstant() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph.h | 1369 auto *newConst = CreateInstConstant(value, isSupportInt32); in FindOrCreateConstant() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cgfunc.h | 708 … MIRConst *newConst = mirModule.GetMemPool()->New<T>(mirConst.GetValue(), mirConst.GetType()); in NewMirConst() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.cpp | 1003 uint64_t newConst; in TrySimplifyCompareAnyTypeCase2() local
|