Home
last modified time | relevance | path

Searched refs:kTypeFArray (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h221 kTypeFArray, enumerator
1233 MIRFarrayType() : MIRType(kTypeFArray, PTY_agg), elemTyIdx(TyIdx(0)) {}; in MIRFarrayType()
1235 explicit MIRFarrayType(TyIdx elemTyIdx) : MIRType(kTypeFArray, PTY_agg), elemTyIdx(elemTyIdx) {} in MIRFarrayType()
1237 …explicit MIRFarrayType(GStrIdx strIdx) : MIRType(kTypeFArray, PTY_agg, strIdx), elemTyIdx(TyIdx(0)… in MIRFarrayType()
Dir_safe_cast_traits.def39 REGISTER_SAFE_CAST(MIRFarrayType, from.GetKind() == kTypeFArray ||
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp382 case kTypeFArray: in ComputeTypeSizesAligns()
Dlower.cpp567 if (aType->GetKind() == kTypeFArray || aType->GetKind() == kTypeJArray) { in LowerArray()
614 if (aType->GetKind() == kTypeFArray || aType->GetKind() == kTypeJArray) { in LowerCArray()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp99 case MIRTypeKind::kTypeFArray: in LiteCGGetTypeKind()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp755 if (aType->GetKind() == kTypeFArray) { in LowerCArray()
Dbin_mpl_export.cpp327 RegisterFactoryFunction<OutputTypeFactory>(kTypeFArray, OutputTypeFArray); in InitOutputTypeFactory()
Ddebug_info.cpp780 case kTypeFArray: in GetOrCreateTypeDie()
Dmir_type.cpp2542 } else if (arrayType.GetKind() == kTypeFArray) { in GetElemType()
Dparser.cpp1542 } else if (type->GetKind() == kTypeFArray || type->GetKind() == kTypeJArray) { in FixForwardReferencedTypeForOneAgg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1971 if (aType->GetKind() == kTypeFArray || aType->GetKind() == kTypeJArray) { in GetPointedToType()
2411 } else if (lhsType->GetKind() == kTypeFArray) { in SelectAggIassign()