Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:allocSize

1022     llvm::Value *AllocSize;
1034 llvm::Value *AllocSize)
1036 Ptr(Ptr), AllocSize(AllocSize) {}
1057 DeleteArgs.add(RValue::get(AllocSize), *AI++);
1077 DominatingValue<RValue>::saved_type AllocSize;
1091 DominatingValue<RValue>::saved_type AllocSize)
1093 Ptr(Ptr), AllocSize(AllocSize) {}
1114 RValue RV = AllocSize.restore(CGF);
1137 llvm::Value *AllocSize,
1146 NewPtr, AllocSize);
1157 DominatingValue<RValue>::save(CGF, RValue::get(AllocSize));
1195 llvm::Value *allocSize =
1199 allocatorArgs.add(RValue::get(allocSize), sizeType);
1282 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocatorArgs);
1287 assert((allocSize == allocSizeWithoutCookie) ==
1289 if (allocSize != allocSizeWithoutCookie) {