| /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() 71 void OutputConstLbl(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstLbl() 79 void OutputConstStr(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstStr() 87 void OutputConstStr16(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstStr16() 101 void OutputConstFloat(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstFloat() 109 void OutputConstDouble(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstDouble() 117 void OutputConstAgg(const MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstAgg() 130 void OutputConstSt(MIRConst &constVal, BinaryMplExport &mplExport) in OutputConstSt() [all …]
|
| D | mir_parser.cpp | 22 bool MIRParser::ParseSwitchCase(int64 &constVal, LabelIdx &lblIdx) in ParseSwitchCase()
|
| D | mir_lower.cpp | 58 auto *constVal = static_cast<ConstvalNode *>(condExpr->Opnd(1))->GetConstVal(); in LowerCondGotoStmtWithBuiltinExpect() local 91 auto *constVal = static_cast<ConstvalNode *>(opnd1)->GetConstVal(); in LowerCondGotoStmtWithBuiltinExpect() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | code_info_producer.cpp | 196 … int32_t constVal = loc.getSmallConstant(); // sign extend required for VRegInfo::Type::INT64 in BuildSingleRegMap() local 199 uint64_t constVal = stackmap_->getConstant(loc.getConstantIndex()).getValue(); in BuildSingleRegMap() 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 | 2515 MIRConst *constVal = GlobalTables::GetIntConstTable().GetOrCreateIntConst(0, type); in LowerResetStmt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 789 Const *constVal = nullptr; in GetConstant() local 1171 … Const &constVal = lmirBuilder_->CreateIntConst(glue.GetType(), static_cast<int64_t>(slotOffset)); in GetRTStubOffset() local 1179 Const &constVal = lmirBuilder_->CreateIntConst(glue.GetType(), static_cast<int64_t>(offset)); in GetCoStubOffset() local 1187 Const &constVal = lmirBuilder_->CreateIntConst(glue.GetType(), static_cast<int64_t>(offset)); in GetBaselineStubOffset() local 1629 Const &constVal = lmirBuilder_->CreateIntConst( in GetBuiltinsStubOffset() local 1668 Const &constVal = lmirBuilder_->CreateIntConst(glue.GetType(), static_cast<int>(slotOffset)); in GetLeaveFrameOffset() local 3123 …Expr constVal = lmirBuilder_->ConstVal(lmirBuilder_->CreateIntConst(lmirBuilder_->i64Type, value)); in VisitRelocatableData() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 1322 const MIRIntConst *constVal = safe_cast<MIRIntConst>(cst); in FoldTypeCvtMIRConst() local 1327 const MIRIntConst *constVal = safe_cast<MIRIntConst>(cst); in FoldTypeCvtMIRConst() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/ |
| D | TypeScriptLinter.ts | 1746 const constVal = this.tsTypeChecker.getConstantValue(tsEnumMember); constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 726 Expr LMIRBuilder::ConstVal(Const &constVal) in ConstVal()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_prop.cpp | 196 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 | 1380 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 | 1047 MIRConst *constVal = nullptr; variable
|