Home | History | Annotate | Download | only in CodeGen

Lines Matching full:allocsize

922     llvm::Value *AllocSize;
934 llvm::Value *AllocSize)
936 Ptr(Ptr), AllocSize(AllocSize) {}
957 DeleteArgs.add(RValue::get(AllocSize), *AI++);
977 DominatingValue<RValue>::saved_type AllocSize;
991 DominatingValue<RValue>::saved_type AllocSize)
993 Ptr(Ptr), AllocSize(AllocSize) {}
1014 RValue RV = AllocSize.restore(CGF);
1037 llvm::Value *AllocSize,
1046 NewPtr, AllocSize);
1057 DominatingValue<RValue>::save(CGF, RValue::get(AllocSize));
1088 llvm::Value *allocSize =
1091 allocatorArgs.add(RValue::get(allocSize), sizeType);
1173 EnterNewDeleteCleanup(*this, E, allocation, allocSize, allocatorArgs);
1177 assert((allocSize == allocSizeWithoutCookie) ==
1179 if (allocSize != allocSizeWithoutCookie) {