Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:AllocSize

1047     llvm::Value *AllocSize;
1059 llvm::Value *AllocSize)
1061 Ptr(Ptr), AllocSize(AllocSize) {}
1082 DeleteArgs.add(RValue::get(AllocSize), *AI++);
1100 DominatingValue<RValue>::saved_type AllocSize;
1114 DominatingValue<RValue>::saved_type AllocSize)
1116 Ptr(Ptr), AllocSize(AllocSize) {}
1137 RValue RV = AllocSize.restore(CGF);
1158 llvm::Value *AllocSize,
1167 NewPtr, AllocSize);
1178 DominatingValue<RValue>::save(CGF, RValue::get(AllocSize));
1216 llvm::Value *allocSize =
1220 allocatorArgs.add(RValue::get(allocSize), sizeType);
1300 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocatorArgs);
1305 assert((allocSize == allocSizeWithoutCookie) ==
1307 if (allocSize != allocSizeWithoutCookie) {