Home
last modified time | relevance | path

Searched refs:GetOrCreatePointerType (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dglobal_tables.cpp48 voidPtrType = GetOrCreatePointerType(*GetVoid(), PTY_ptr); in Init()
196 MIRType *TypeTable::GetOrCreatePointerType(const TyIdx &pointedTyIdx, PrimType primType, const Type… in GetOrCreatePointerType() function in maple::TypeTable
205 MIRType *TypeTable::GetOrCreatePointerType(const MIRType &pointTo, PrimType primType, const TypeAtt… in GetOrCreatePointerType() function in maple::TypeTable
210 return GetOrCreatePointerType(pointTo.GetTypeIndex(), primType, attrs); in GetOrCreatePointerType()
Dmir_builder.cpp837 MIRType *addrType = GlobalTables::GetTypeTable().GetOrCreatePointerType(arrayType); in CreateExprArray()
863 MIRType *addrType = GlobalTables::GetTypeTable().GetOrCreatePointerType(arrayType); in CreateExprArray()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h471 MIRType *GetOrCreatePointerType(const TyIdx &pointedTyIdx, PrimType primType = PTY_ptr,
473 MIRType *GetOrCreatePointerType(const MIRType &pointTo, PrimType primType = PTY_ptr,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp164 auto type = GlobalTables::GetTypeTable().GetOrCreatePointerType(*mirType, PTY_ptr); in CreatePtrType()
170 auto type = GlobalTables::GetTypeTable().GetOrCreatePointerType(*mirType, PTY_ref); in CreateRefType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp568 MIRType *structPtrType = GlobalTables::GetTypeTable().GetOrCreatePointerType(*memType); in BuildAsRhsExpr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp685 …MIRType *newType = GlobalTables::GetTypeTable().GetOrCreatePointerType(pointedType, GetLoweredPtrT… in BeGetOrCreatePointerType()
Dlower.cpp2431 auto ptrType = GlobalTables::GetTypeTable().GetOrCreatePointerType(*symbol->GetType()); in LowerDreadToThreadLocal()
2459 auto ptrType = GlobalTables::GetTypeTable().GetOrCreatePointerType(*symbol->GetType()); in LowerDassignToThreadLocal()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h883 … return GlobalTables::GetTypeTable().GetOrCreatePointerType(*func->GetMIRFuncType(), PTY_ptr); in GetType()