Home
last modified time | relevance | path

Searched defs:constVal (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_export.cpp40 void OutputConstInt(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstInt()
47 void OutputConstAddrof(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstAddrof()
65 void OutputConstAddrofFunc(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstAddrofFunc()
73 void OutputConstLbl(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstLbl()
81 void OutputConstStr(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstStr()
89 void OutputConstStr16(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstStr16()
103 void OutputConstFloat(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstFloat()
111 void OutputConstDouble(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstDouble()
119 void OutputConstAgg(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstAgg()
132 void OutputConstSt(MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstSt()
[all …]
Dbin_func_export.cpp167 MIRConst *constVal = static_cast<ConstvalNode *>(e)->GetConstVal(); in OutputExpression() local
Dmir_lower.cpp57 auto *constVal = static_cast<ConstvalNode *>(condExpr->Opnd(1))->GetConstVal(); in LowerCondGotoStmtWithBuiltinExpect() local
90 auto *constVal = static_cast<ConstvalNode *>(opnd1)->GetConstVal(); in LowerCondGotoStmtWithBuiltinExpect() local
Dmir_parser.cpp589 bool MIRParser::ParseSwitchCase(int64 &constVal, LabelIdx &lblIdx) in ParseSwitchCase()
645 int64 constVal = 0; in ParseStmtSwitch() local
696 int64 constVal = 0; in ParseStmtRangegoto() local
2502 MIRConst *constVal = nullptr; in ParseExprConstval() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dswitch_lowerer.cpp142 …MIRConst *constVal = GlobalTables::GetIntConstTable().GetOrCreateIntConst(stmt->GetCasePair(idx).f… in BuildCmpNode() local
Dlower.cpp2935 MIRConst *constVal = GlobalTables::GetIntConstTable().GetOrCreateIntConst(0, type); in LowerResetStmt() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp348 Const *constVal = nullptr; in GetConstant() local
777 … Const &constVal = lmirBuilder_->CreateIntConst(glue.GetType(), static_cast<int64_t>(slotOffset)); in GetRTStubOffset() local
785 Const &constVal = lmirBuilder_->CreateIntConst(glue.GetType(), static_cast<int64_t>(offset)); in GetCoStubOffset() local
1219 Const &constVal = lmirBuilder_->CreateIntConst( in GetBuiltinsStubOffset() local
1253 Const &constVal = lmirBuilder_->CreateIntConst(glue.GetType(), static_cast<int>(slotOffset)); in GetLeaveFrameOffset() local
2285 …Expr constVal = lmirBuilder_->ConstVal(lmirBuilder_->CreateIntConst(lmirBuilder_->i64Type, value)); in VisitRelocatableData() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1276 const MIRIntConst *constVal = safe_cast<MIRIntConst>(cst); in FoldTypeCvtMIRConst() local
1280 const MIRIntConst *constVal = safe_cast<MIRIntConst>(cst); in FoldTypeCvtMIRConst() local
1504 int64 constVal = p.second->GetExtValue(); in FoldTypeCvt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h141 MIRConst *constVal; member
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts1336 let constVal = this.tsTypeChecker.getConstantValue(tsEnumMember); variable
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts1633 let constVal = this.tsTypeChecker.getConstantValue(tsEnumMember); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp687 Expr LMIRBuilder::ConstVal(Const &constVal) in ConstVal()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp195 MOperator A64ConstProp::GetFoldMopAndVal(int64 &newVal, int64 constVal, const Insn &arithInsn) in GetFoldMopAndVal()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp1320 auto *constVal = static_cast<ConstvalNode *>(cmpNode->Opnd(1))->GetConstVal(); in HandleCondbr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1039 MIRConst *constVal = nullptr; variable