| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_module.cpp | 253 auto *structType = static_cast<MIRStructType *>(type); in DumpGlobals() local 402 auto *structType = static_cast<MIRStructType *>(type); in DumpDefType() local 511 auto *structType = static_cast<MIRStructType *>(type); in DumpToHeaderFile() local
|
| D | mir_builder.cpp | 30 void MIRBuilder::AddAddrofFieldConst(const MIRStructType &structType, MIRAggConst &newConst, uint32… in AddAddrofFieldConst() 41 void MIRBuilder::AddAddroffuncFieldConst(const MIRStructType &structType, MIRAggConst &newConst, ui… in AddAddroffuncFieldConst() 61 bool MIRBuilder::TraverseToNamedField(MIRStructType &structType, GStrIdx nameIdx, uint32 &fieldID) in TraverseToNamedField() 68 void MIRBuilder::TraverseToNamedFieldWithType(MIRStructType &structType, GStrIdx nameIdx, TyIdx typ… in TraverseToNamedFieldWithType() 116 bool MIRBuilder::TraverseToNamedFieldWithTypeAndMatchStyle(MIRStructType &structType, GStrIdx nameI… in TraverseToNamedFieldWithTypeAndMatchStyle() 170 auto &structType = static_cast<MIRStructType &>(type); in GetStructFieldIDFromNameAndType() local 209 void MIRBuilder::SetStructFieldIDFromFieldName(MIRStructType &structType, const std::string &name, … in SetStructFieldIDFromFieldName()
|
| D | global_tables.cpp | 322 void TypeTable::AddFieldToStructType(MIRStructType &structType, const std::string &fieldName, const… in AddFieldToStructType()
|
| D | bin_mpl_import.cpp | 420 auto *structType = static_cast<MIRStructType *>(type); in CompleteAggInfo() local
|
| D | mir_nodes.cpp | 97 auto *structType = static_cast<MIRStructType *>(ty); in CheckNode() local 1891 MIRTypeKind GetFieldTypeKind(MIRStructType *structType, FieldID fieldId) in GetFieldTypeKind()
|
| D | bin_mpl_export.cpp | 795 auto *structType = static_cast<MIRStructType *>(type); in WriteTypeField() local
|
| D | mir_type.cpp | 2839 auto &structType = static_cast<const MIRStructType &>(ty); in IsHomogeneousAggregates() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | becommon.cpp | 118 auto &structType = static_cast<MIRStructType &>(ty); in ComputeStructTypeSizesAligns() local 399 bool BECommon::IsRefField(MIRStructType &structType, FieldID fieldID) const in IsRefField() 528 std::pair<int32, int32> BECommon::GetFieldOffset(MIRStructType &structType, FieldID fieldID) in GetFieldOffset()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_call_conv.cpp | 24 uint32 AArch64CallConvImpl::FloatParamRegRequired(const MIRStructType &structType, uint32 &fpSize) in FloatParamRegRequired()
|
| D | aarch64_cgfunc.cpp | 1154 MIRStructType *structType = static_cast<MIRStructType *>(symbol->GetType()); in SelectDassign() local 1165 MIRStructType *structType = static_cast<MIRStructType *>(type); in SelectDassign() local 1881 MIRStructType *structType = nullptr; in SelectIassign() local 2385 MIRStructType *structType = static_cast<MIRStructType *>(symbol->GetType()); in SelectDread() local 2605 MIRStructType *structType = static_cast<MIRStructType *>(symbol->GetType()); in SelectAddrof() local 2850 MIRStructType *structType = nullptr; in SelectIread() local 2896 MIRStructType *structType = static_cast<MIRStructType *>(pointedType); in SelectIread() local 6201 uint32 AArch64CGFunc::FloatParamRegRequired(MIRStructType *structType, uint32 &fpSize) in FloatParamRegRequired() 10484 MIRStructType *structType = static_cast<MIRStructType *>(sPty); in SaveReturnValueInLocal() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg.cpp | 273 std::vector<int64> CG::GetReferenceOffsets64(const BECommon &beCommon, MIRStructType &structType) in GetReferenceOffsets64()
|
| D | emit.cpp | 891 MIRStructType *structType = static_cast<MIRStructType *>(symAddrSym->GetType()); in EmitScalarConstant() local 1396 MIRStructType &structType = static_cast<MIRStructType &>(ty); in GetFieldOffsetValue() local 1860 MIRStructType &structType = static_cast<MIRStructType &>(mirType); in EmitStructConstant() local
|
| D | cgfunc.cpp | 86 auto *structType = static_cast<MIRStructType *>(mirType); in GetTrueMirInfo() local 1919 MIRStructType *structType = static_cast<MIRStructType *>(type); in CreateLmbcFormalParamInfo() local
|
| D | isel.cpp | 752 MIRStructType *structType = static_cast<MIRStructType *>(mirType); in GetMirTypeInfoFormFieldIdAndMirType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
| D | class_hierarchy.h | 311 MIRStructType *structType; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | orig_symbol.h | 102 MIRStructType *structType = static_cast<MIRStructType *>( in HasOneElemSimdAttr() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_emitter.cpp | 1632 MIRStructType &structType = static_cast<MIRStructType &>(mirType); in EmitStructure() local 1831 MIRStructType *structType = static_cast<MIRStructType *>(symAddrSym->GetType()); in EmitAddrofElement() local
|
| D | x64_MPIsel.cpp | 34 MIRStructType *structType = static_cast<MIRStructType *>(mirType); in GetOrCreateMemOpndFromSymbol() local
|
| D | x64_cgfunc.cpp | 41 uint32 X64CGFunc::FloatParamRegRequired(MIRStructType *structType, uint32 &fpSize) in FloatParamRegRequired()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 1589 MIRStructType *structType = dynamic_cast<MIRStructType*>(mirType); in ExtractbitsRedundant() local 1604 MIRStructType *structType = dynamic_cast<MIRStructType*>(mirType); in ExtractbitsRedundant() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 218 FieldOffset LMIRBuilder::GetFieldOffset(StructType *structType, FieldId fieldId) in GetFieldOffset()
|