Home
last modified time | relevance | path

Searched refs:IsStructType (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dproepilog.cpp96 if (type->IsStructType() && IncludeArray(*type)) { in NeedStackProtect()
105 DEBUG_ASSERT(type.IsStructType(), "agg must be one of class/struct/union"); in IncludeArray()
114 if (elemType->IsStructType() && IncludeArray(*elemType)) { in IncludeArray()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dsimplify.h56 } else if (memType->IsStructType()) { in GetKind()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp192 if (!lhsAggType->IsStructType()) { in GetDassignedStructType()
200 CHECK_FATAL(lhsAggType->IsStructType(), "only struct has non-zero fieldID"); in GetDassignedStructType()
202 if (!lhsAggType->IsStructType()) { in GetDassignedStructType()
222 if (!lhsAggType->IsStructType()) { in GetIassignedStructType()
241 CHECK_FATAL(rhsAggType->IsStructType(), "only struct has non-zero fieldID"); in GetReadedStructureType()
244 if (!rhsAggType->IsStructType()) { in GetReadedStructureType()
257 CHECK_FATAL(rhsAggType->IsStructType(), "only struct has non-zero fieldID"); in GetReadedStructureType()
260 if (!rhsAggType->IsStructType()) { in GetReadedStructureType()
719 CHECK_FATAL(curType->IsStructType(), "must be MIRStructType"); in ComputeMemEntry()
Dcall_graph.cpp598 if (funcType->IsStructType()) { in GetFuncTypeFromFuncAddr()
642 if (funcType->IsStructType()) { in HandleICall()
Dconstantfold.cpp2233 if (!mirType->IsStructType()) { in SimplifyIassignWithAddrofBaseNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cg.cpp338 … DEBUG_ASSERT(ty->IsStructType(), "ty isn't MIRStructType* in AArch64CG::GenerateObjectMaps"); in GenerateObjectMaps()
Daarch64_cgfunc.cpp3481 if (pointedType->IsStructType()) { in SelectIread()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp249 bool isStructType = type->IsStructType(); in DumpGlobals()
412 bool isStructType = type->IsStructType(); in DumpDefType()
Dmir_type.cpp1490 if (!IsStructType()) { in IsFinal()
1889 DEBUG_ASSERT(type.IsStructType(), "p is null in MIRStructType::EqualTo"); in EqualTo()
2300 if (fieldType->IsStructType() && static_cast<MIRStructType *>(fieldType)->HasPadding()) { in HasPadding()
Dmir_function.cpp181 if (retType.IsStructType()) { in SetReturnStruct()
Dmir_builder.cpp96 if (fieldType->IsStructType()) { in TraverseToNamedFieldWithType()
153 if (fieldType->IsStructType()) { in TraverseToNamedFieldWithTypeAndMatchStyle()
Dparser.cpp1212 if (type->IsStructType()) { in ParseDefinedTypename()
1631 CHECK_FATAL(prevType->IsStructType(), "type error"); in ParseTypedef()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h825 virtual bool IsStructType() const in IsStructType() function
1308 bool IsStructType() const override in IsStructType() function
Dmir_function.h619 …CHECK_FATAL(GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx)->IsStructType(), "Must be struct … in GetFuncRetStructTyIdx()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp643 CHECK_FATAL(type->IsStructType(), "DreadWithField: must be a struct type!"); in DreadWithField()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2187 CHECK_FATAL(dsgnSt->GetType()->IsStructType(), "expects a struct type"); in LowerCall()