Searched refs:BeGetOrCreatePointerType (Results 1 – 4 of 4) sorted by relevance
126 MIRType *BeGetOrCreatePointerType(const MIRType &pointedType);
1427 …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()
683 MIRType *BECommon::BeGetOrCreatePointerType(const MIRType &pointedType) in BeGetOrCreatePointerType() function in maplebe::BECommon
90 GetBecommon().BeGetOrCreatePointerType(*GlobalTables::GetTypeTable().GetVoid()); in BuildEHFunc()