Searched refs:allocSize (Results 1 – 4 of 4) sorted by relevance
287 mlir::Value allocSize = emitCXXNewAllocSize( in emitCXXNewExpr() local304 allocatorArgs.add(RValue::get(allocSize), sizeType); in emitCXXNewExpr()307 if (allocSize != allocSizeWithoutCookie) { in emitCXXNewExpr()362 if (allocSize != allocSizeWithoutCookie) in emitCXXNewExpr()
243 uint32_t allocSize;246 allocSize = MEM_ComputePartitionSize(num,252 p_Memory = (uint8_t *)XX_Malloc(allocSize);
1630 llvm::Value *allocSize = in EmitCXXNewExpr() local1657 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType()); in EmitCXXNewExpr()1677 allocatorArgs.add(RValue::get(allocSize), sizeType); in EmitCXXNewExpr()1680 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()1766 EnterNewDeleteCleanup(*this, E, TypeIdentityArg, allocation, allocSize, in EmitCXXNewExpr()1772 assert((allocSize == allocSizeWithoutCookie) == in EmitCXXNewExpr()1774 if (allocSize != allocSizeWithoutCookie) { in EmitCXXNewExpr()
1837 auto allocSize = CGM.getDataLayout().getTypeAllocSize(Loc.getElementType()); in emitZeroOrPatternForAutoVarInit() local1845 allocSize > trivialAutoVarInitMaxSize) in emitZeroOrPatternForAutoVarInit()1853 allocSize > trivialAutoVarInitMaxSize) in emitZeroOrPatternForAutoVarInit()