Searched refs:LargestSize (Results 1 – 9 of 9) sorted by relevance
143 if (LargestSize < CommittedSize) in Allocate()144 LargestSize = CommittedSize; in Allocate()177 (AllocatedBytes - FreedBytes) >> 10, LargestSize >> 20); in PrintStats()189 uptr LargestSize; variable
244 uptr LargestSize; variable305 uptr LargestSize; variable405 if (LargestSize < CommitSize) in allocate()406 LargestSize = CommitSize; in allocate()441 LargestSize >> 20); in getStats()
430 unsigned LargestSize = getLargestLegalIntTypeSizeInBits(); in getLargestLegalIntType() local431 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
564 unsigned LargestSize = getLargestLegalIntTypeSizeInBits(); in getLargestLegalIntType() local565 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
537 unsigned LargestSize = getLargestLegalIntTypeSizeInBits(); in getLargestLegalIntType() local538 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
461 uptr LargestSize = 0; variable575 if (LargestSize < CommitSize) in allocate()576 LargestSize = CommitSize; in allocate()606 LargestSize >> 20); in getStats()
1305 unsigned LargestSize = DL.getLargestLegalIntTypeSizeInBits() >= 64 ? 16 : 8; in canUseSizedAtomicCall() local1308 Size <= LargestSize; in canUseSizedAtomicCall()
1461 unsigned LargestSize = DL.getLargestLegalIntTypeSizeInBits() >= 64 ? 16 : 8; in canUseSizedAtomicCall() local1464 Size <= LargestSize; in canUseSizedAtomicCall()
1495 unsigned LargestSize = DL.getLargestLegalIntTypeSizeInBits() >= 64 ? 16 : 8; in canUseSizedAtomicCall() local1498 Size <= LargestSize; in canUseSizedAtomicCall()