Searched refs:kTypeFArray (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_type.h | 221 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()
|
| D | ir_safe_cast_traits.def | 39 REGISTER_SAFE_CAST(MIRFarrayType, from.GetKind() == kTypeFArray ||
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | becommon.cpp | 382 case kTypeFArray: in ComputeTypeSizesAligns()
|
| D | lower.cpp | 567 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/ |
| D | lmir_builder.cpp | 99 case MIRTypeKind::kTypeFArray: in LiteCGGetTypeKind()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_lower.cpp | 755 if (aType->GetKind() == kTypeFArray) { in LowerCArray()
|
| D | bin_mpl_export.cpp | 327 RegisterFactoryFunction<OutputTypeFactory>(kTypeFArray, OutputTypeFArray); in InitOutputTypeFactory()
|
| D | debug_info.cpp | 780 case kTypeFArray: in GetOrCreateTypeDie()
|
| D | mir_type.cpp | 2542 } else if (arrayType.GetKind() == kTypeFArray) { in GetElemType()
|
| D | parser.cpp | 1542 } else if (type->GetKind() == kTypeFArray || type->GetKind() == kTypeJArray) { in FixForwardReferencedTypeForOneAgg()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 1971 if (aType->GetKind() == kTypeFArray || aType->GetKind() == kTypeJArray) { in GetPointedToType() 2411 } else if (lhsType->GetKind() == kTypeFArray) { in SelectAggIassign()
|