Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:AllocSize

967     llvm::Value *AllocSize;
979 llvm::Value *AllocSize)
981 Ptr(Ptr), AllocSize(AllocSize) {}
1002 DeleteArgs.add(RValue::get(AllocSize), *AI++);
1022 DominatingValue<RValue>::saved_type AllocSize;
1036 DominatingValue<RValue>::saved_type AllocSize)
1038 Ptr(Ptr), AllocSize(AllocSize) {}
1059 RValue RV = AllocSize.restore(CGF);
1082 llvm::Value *AllocSize,
1091 NewPtr, AllocSize);
1102 DominatingValue<RValue>::save(CGF, RValue::get(AllocSize));
1140 llvm::Value *allocSize =
1144 allocatorArgs.add(RValue::get(allocSize), sizeType);
1228 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocatorArgs);
1233 assert((allocSize == allocSizeWithoutCookie) ==
1235 if (allocSize != allocSizeWithoutCookie) {