Home
last modified time | relevance | path

Searched refs:LargestSize (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator_secondary.h143 if (LargestSize < CommittedSize) in Allocate()
144 LargestSize = CommittedSize; in Allocate()
177 (AllocatedBytes - FreedBytes) >> 10, LargestSize >> 20); in PrintStats()
189 uptr LargestSize; variable
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dsecondary.h244 uptr LargestSize; variable
305 uptr LargestSize; variable
405 if (LargestSize < CommitSize) in allocate()
406 LargestSize = CommitSize; in allocate()
441 LargestSize >> 20); in getStats()
/external/llvm/include/llvm/IR/
DDataLayout.h430 unsigned LargestSize = getLargestLegalIntTypeSizeInBits(); in getLargestLegalIntType() local
431 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h564 unsigned LargestSize = getLargestLegalIntTypeSizeInBits(); in getLargestLegalIntType() local
565 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h537 unsigned LargestSize = getLargestLegalIntTypeSizeInBits(); in getLargestLegalIntType() local
538 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
/external/scudo/standalone/
Dsecondary.h461 uptr LargestSize = 0; variable
575 if (LargestSize < CommitSize) in allocate()
576 LargestSize = CommitSize; in allocate()
606 LargestSize >> 20); in getStats()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1305 unsigned LargestSize = DL.getLargestLegalIntTypeSizeInBits() >= 64 ? 16 : 8; in canUseSizedAtomicCall() local
1308 Size <= LargestSize; in canUseSizedAtomicCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1461 unsigned LargestSize = DL.getLargestLegalIntTypeSizeInBits() >= 64 ? 16 : 8; in canUseSizedAtomicCall() local
1464 Size <= LargestSize; in canUseSizedAtomicCall()
/external/llvm-project/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1495 unsigned LargestSize = DL.getLargestLegalIntTypeSizeInBits() >= 64 ? 16 : 8; in canUseSizedAtomicCall() local
1498 Size <= LargestSize; in canUseSizedAtomicCall()