| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_mpl_export.cpp | 40 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 …]
|
| D | bin_func_export.cpp | 167 MIRConst *constVal = static_cast<ConstvalNode *>(e)->GetConstVal(); in OutputExpression() local
|
| D | mir_lower.cpp | 57 auto *constVal = static_cast<ConstvalNode *>(condExpr->Opnd(1))->GetConstVal(); in LowerCondGotoStmtWithBuiltinExpect() local 90 auto *constVal = static_cast<ConstvalNode *>(opnd1)->GetConstVal(); in LowerCondGotoStmtWithBuiltinExpect() local
|
| D | mir_parser.cpp | 589 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/ |
| D | switch_lowerer.cpp | 142 …MIRConst *constVal = GlobalTables::GetIntConstTable().GetOrCreateIntConst(stmt->GetCasePair(idx).f… in BuildCmpNode() local
|
| D | lower.cpp | 2935 MIRConst *constVal = GlobalTables::GetIntConstTable().GetOrCreateIntConst(0, type); in LowerResetStmt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | litecg_ir_builder.cpp | 348 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/ |
| D | constantfold.cpp | 1276 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/ |
| D | lmir_builder.h | 141 MIRConst *constVal; member
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/ |
| D | TypeScriptLinter.ts | 1336 let constVal = this.tsTypeChecker.getConstantValue(tsEnumMember); variable
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/src/ |
| D | TypeScriptLinter.ts | 1633 let constVal = this.tsTypeChecker.getConstantValue(tsEnumMember); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 687 Expr LMIRBuilder::ConstVal(Const &constVal) in ConstVal()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_prop.cpp | 195 MOperator A64ConstProp::GetFoldMopAndVal(int64 &newVal, int64 constVal, const Insn &arithInsn) in GetFoldMopAndVal()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cgfunc.cpp | 1320 auto *constVal = static_cast<ConstvalNode *>(cmpNode->Opnd(1))->GetConstVal(); in HandleCondbr() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 1039 MIRConst *constVal = nullptr; variable
|