Home
last modified time | relevance | path

Searched defs:constVal (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dswitch_lowerer.cpp142 MIRConst *constVal = GlobalTables::GetIntConstTable().GetOrCreateIntConst(stmt->GetCasePair(idx).first, type); in BuildCmpNode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_lower.cpp42 auto *constVal = static_cast<ConstvalNode *>(condExpr->Opnd(1))->GetConstVal(); in LowerCondGotoStmtWithBuiltinExpect() local
75 auto *constVal = static_cast<ConstvalNode *>(opnd1)->GetConstVal(); in LowerCondGotoStmtWithBuiltinExpect() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp351 auto *constVal = static_cast<ConstvalNode *>(cmpNode->Opnd(1))->GetConstVal(); in HandleCondbr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp565 Expr LMIRBuilder::ConstVal(Const &constVal) in ConstVal() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h905 MIRConst *constVal = nullptr; global() member in ConstvalNode
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp1130 const MIRIntConst *constVal = safe_cast<MIRIntConst>(cst); in FoldTypeCvtMIRConst() local
1135 const MIRIntConst *constVal = safe_cast<MIRIntConst>(cst); in FoldTypeCvtMIRConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp809 Const *constVal = nullptr; in GetConstant() local
1203 Const &constVal in GetRTStubOffset() local
1211 Const &constVal = lmirBuilder_->CreateIntConst(glue.GetType(), static_cast<int64_t>(offset)); GetCoStubOffset() local
1219 Const &constVal = lmirBuilder_->CreateIntConst(glue.GetType(), static_cast<int64_t>(offset)); GetBaselineStubOffset() local
1661 Const &constVal = lmirBuilder_->CreateIntConst( GetBuiltinsStubOffset() local
1700 Const &constVal = lmirBuilder_->CreateIntConst(glue.GetType(), static_cast<int>(slotOffset)); GetLeaveFrameOffset() local
[all...]

Completed in 22 milliseconds