Home
last modified time | relevance | path

Searched defs:intConst (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp198 MIRIntConst &intConst = static_cast<MIRIntConst &>(emitInfo.elemConst); in EmitMIRIntConst() local
280 MIRIntConst *intConst = safe_cast<MIRIntConst>(st->GetKonst()); in EmitFunctionSymbolTable() local
Demit.cpp1279 int64 Emitter::GetFieldOffsetValue(const std::string &className, const MIRIntConst &intConst, in GetFieldOffsetValue()
1335 MIRIntConst *intConst = safe_cast<MIRIntConst>(elemConst); in EmitIntConst() local
Disel.cpp837 ImmOperand *MPISel::SelectIntConst(const MIRIntConst &intConst, PrimType primType) in SelectIntConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Djava_eh_lower.cpp199 … auto *intConst = safe_cast<MIRIntConst>(static_cast<ConstvalNode *>(opnd0)->GetConstVal()); in DoLowerBlock() local
Dconstantfold.cpp2336 MIRIntConst *intConst = safe_cast<MIRIntConst>(cst->GetConstVal()); in SimplifyCondGoto() local
2390 MIRIntConst *intConst = safe_cast<MIRIntConst>(cst->GetConstVal()); in SimplifySwitch() local
2512 MIRIntConst *intConst = safe_cast<MIRIntConst>(cst->GetConstVal()); in SimplifyIf() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_const.cpp36 const auto &intConst = static_cast<const MIRIntConst &>(rhs); in operator ==() local
Dmir_parser.cpp1842 … MIRIntConst *intConst = GlobalTables::GetIntConstTable().GetOrCreateIntConst(2, *intType); in ParseNaryStmt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3725 … MIRIntConst *intConst = GlobalTables::GetIntConstTable().GetOrCreateIntConst(2, intType); in LowerSyncEnterSyncExit() local
3735 MIRIntConst *intConst = safe_cast<MIRIntConst>(cst->GetConstVal()); in LowerSyncEnterSyncExit() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp94 const MIRIntConst *intConst = static_cast<const MIRIntConst *>(rematInfo.mirConst); in IsRematerializable() local
183 MIRIntConst *intConst = in Rematerialize() local
Daarch64_cgfunc.cpp3581 Operand *AArch64CGFunc::SelectIntConst(const MIRIntConst &intConst) in SelectIntConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp313 Operand *X64CGFunc::SelectIntConst(const MIRIntConst &intConst) in SelectIntConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h659 auto *intConst = safe_cast<MIRIntConst>(constVal); in GetHashIndex() local