Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp210 MIRIntConst &intConst = static_cast<MIRIntConst &>(emitInfo.elemConst); in EmitMIRIntConst() local
293 MIRIntConst *intConst = safe_cast<MIRIntConst>(st->GetKonst()); in EmitFunctionSymbolTable() local
Demit.cpp663 MIRIntConst *intConst = safe_cast<MIRIntConst>(st->GetKonst()); in EmitFunctionSymbolTable() local
1379 int64 Emitter::GetFieldOffsetValue(const std::string &className, const MIRIntConst &intConst, in GetFieldOffsetValue()
1433 MIRIntConst *intConst = safe_cast<MIRIntConst>(elemConst); in EmitIntConst() local
Disel.cpp844 ImmOperand *MPISel::SelectIntConst(const MIRIntConst &intConst, PrimType primType) in SelectIntConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_const.cpp36 const auto &intConst = static_cast<const MIRIntConst &>(rhs); in operator ==() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp2429 MIRIntConst *intConst = safe_cast<MIRIntConst>(cst->GetConstVal()); in SimplifyCondGoto() local
2483 MIRIntConst *intConst = safe_cast<MIRIntConst>(cst->GetConstVal()); in SimplifySwitch() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2962 … MIRIntConst *intConst = GlobalTables::GetIntConstTable().GetOrCreateIntConst(2, intType); in LowerSyncEnterSyncExit() local
2972 MIRIntConst *intConst = safe_cast<MIRIntConst>(cst->GetConstVal()); in LowerSyncEnterSyncExit() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp309 Operand *X64CGFunc::SelectIntConst(const MIRIntConst &intConst, const BaseNode &parent) in SelectIntConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h659 auto *intConst = safe_cast<MIRIntConst>(constVal); in GetHashIndex() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3008 Operand *AArch64CGFunc::SelectIntConst(const MIRIntConst &intConst, const BaseNode &parent) in SelectIntConst()
3017 Operand *AArch64CGFunc::SelectIntConst(const MIRIntConst &intConst) in SelectIntConst()