Home
last modified time | relevance | path

Searched defs:intConst (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_const.cpp40 const auto &intConst = static_cast<const MIRIntConst &>(rhs); in operator ==() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dobj_emit.cpp240 MIRIntConst *intConst = safe_cast<MIRIntConst>(st->GetKonst()); in EmitFunctionSymbolTable() local
H A Disel.cpp650 ImmOperand *MPISel::SelectIntConst(const MIRIntConst &intConst, PrimType primType) in SelectIntConst() argument
H A Demit.cpp493 MIRIntConst *intConst = safe_cast<MIRIntConst>(st->GetKonst()); in EmitAsmLabel() local
1206 int64 Emitter::GetFieldOffsetValue(const std::string &className, const MIRIntConst &intConst, in EmitAsmLabel() argument
1253 MIRIntConst *intConst = safe_cast<MIRIntConst>(elemConst); in EmitAsmLabel() local
1318 aggConst.SetItem(static_cast<uint32>(idx), intConst, aggCons in EmitAsmLabel() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cgfunc.cpp96 Operand *X64CGFunc::SelectIntConst(const MIRIntConst &intConst, const BaseNode &parent) in SelectIntConst() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp1017 Operand *AArch64CGFunc::SelectIntConst(const MIRIntConst &intConst, const BaseNode &parent) in SelectIntConst() argument

Completed in 15 milliseconds