Home | History | Annotate | Download | only in CodeGen

Lines Matching full:allocsize

1161     llvm::Value *AllocSize;
1173 llvm::Value *AllocSize)
1175 Ptr(Ptr), AllocSize(AllocSize) {}
1196 DeleteArgs.add(RValue::get(AllocSize), *AI++);
1214 DominatingValue<RValue>::saved_type AllocSize;
1228 DominatingValue<RValue>::saved_type AllocSize)
1230 Ptr(Ptr), AllocSize(AllocSize) {}
1251 RValue RV = AllocSize.restore(CGF);
1272 llvm::Value *AllocSize,
1282 AllocSize);
1293 DominatingValue<RValue>::save(CGF, RValue::get(AllocSize));
1324 llvm::Value *allocSize =
1351 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType());
1361 allocatorArgs.add(RValue::get(allocSize), sizeType);
1377 if (allocSize != allocSizeWithoutCookie) {
1418 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocatorArgs);
1423 assert((allocSize == allocSizeWithoutCookie) ==
1425 if (allocSize != allocSizeWithoutCookie) {