Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:AllocSize

1057     llvm::Value *AllocSize;
1069 llvm::Value *AllocSize)
1071 Ptr(Ptr), AllocSize(AllocSize) {}
1092 DeleteArgs.add(RValue::get(AllocSize), *AI++);
1110 DominatingValue<RValue>::saved_type AllocSize;
1124 DominatingValue<RValue>::saved_type AllocSize)
1126 Ptr(Ptr), AllocSize(AllocSize) {}
1147 RValue RV = AllocSize.restore(CGF);
1168 llvm::Value *AllocSize,
1177 NewPtr, AllocSize);
1188 DominatingValue<RValue>::save(CGF, RValue::get(AllocSize));
1226 llvm::Value *allocSize =
1230 allocatorArgs.add(RValue::get(allocSize), sizeType);
1287 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocatorArgs);
1292 assert((allocSize == allocSizeWithoutCookie) ==
1294 if (allocSize != allocSizeWithoutCookie) {