Searched refs:IsStructType (Results 1 – 16 of 16) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | proepilog.cpp | 96 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/ |
| D | simplify.h | 56 } else if (memType->IsStructType()) { in GetKind()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | simplify.cpp | 192 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()
|
| D | call_graph.cpp | 598 if (funcType->IsStructType()) { in GetFuncTypeFromFuncAddr() 642 if (funcType->IsStructType()) { in HandleICall()
|
| D | constantfold.cpp | 2233 if (!mirType->IsStructType()) { in SimplifyIassignWithAddrofBaseNode()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cg.cpp | 338 … DEBUG_ASSERT(ty->IsStructType(), "ty isn't MIRStructType* in AArch64CG::GenerateObjectMaps"); in GenerateObjectMaps()
|
| D | aarch64_cgfunc.cpp | 3481 if (pointedType->IsStructType()) { in SelectIread()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_module.cpp | 249 bool isStructType = type->IsStructType(); in DumpGlobals() 412 bool isStructType = type->IsStructType(); in DumpDefType()
|
| D | mir_type.cpp | 1490 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()
|
| D | mir_function.cpp | 181 if (retType.IsStructType()) { in SetReturnStruct()
|
| D | mir_builder.cpp | 96 if (fieldType->IsStructType()) { in TraverseToNamedFieldWithType() 153 if (fieldType->IsStructType()) { in TraverseToNamedFieldWithTypeAndMatchStyle()
|
| D | parser.cpp | 1212 if (type->IsStructType()) { in ParseDefinedTypename() 1631 CHECK_FATAL(prevType->IsStructType(), "type error"); in ParseTypedef()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_type.h | 825 virtual bool IsStructType() const in IsStructType() function 1308 bool IsStructType() const override in IsStructType() function
|
| D | mir_function.h | 619 …CHECK_FATAL(GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx)->IsStructType(), "Must be struct … in GetFuncRetStructTyIdx()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 643 CHECK_FATAL(type->IsStructType(), "DreadWithField: must be a struct type!"); in DreadWithField()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 2187 CHECK_FATAL(dsgnSt->GetType()->IsStructType(), "expects a struct type"); in LowerCall()
|