Home
last modified time | relevance | path

Searched refs:BeGetOrCreatePointerType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dbecommon.h126 MIRType *BeGetOrCreatePointerType(const MIRType &pointedType);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1427 …auto *iassignStmt = mirBuilder->CreateStmtIassign(*beCommon.BeGetOrCreatePointerType(*pointedType)… in LowerStructReturnInGpRegs()
1482 …auto *iassignStmt = mirBuilder->CreateStmtIassign(*beCommon.BeGetOrCreatePointerType(*pointedType)… in LowerStructReturnInFpRegs()
1870 MIRType *pointType = beCommon.BeGetOrCreatePointerType(*func.GetReturnType()); in LowerEntry()
2217 MIRType *ptrType = beCommon.BeGetOrCreatePointerType(*infoLenType); in GetLenNode()
2758 …mirBuilder->CreateStmtIassign(*beCommon.BeGetOrCreatePointerType(*GlobalTables::GetTypeTable().Get… in LowerIntrinsicMplClearStack()
2785 …mirBuilder->CreateStmtIassign(*beCommon.BeGetOrCreatePointerType(*GlobalTables::GetTypeTable().Get… in LowerIntrinsicMplClearStack()
2868 funcTyVec.emplace_back(beCommon.BeGetOrCreatePointerType(*retTy)->GetTypeIndex()); in LowerDefaultIntrinsicCall()
3031 … MIRType *pointerType = beCommon.BeGetOrCreatePointerType(*GlobalTables::GetTypeTable().GetVoid()); in LowerGCMalloc()
Dbecommon.cpp683 MIRType *BECommon::BeGetOrCreatePointerType(const MIRType &pointedType) in BeGetOrCreatePointerType() function in maplebe::BECommon
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp90 GetBecommon().BeGetOrCreatePointerType(*GlobalTables::GetTypeTable().GetVoid()); in BuildEHFunc()