Searched defs:SizeInBytes (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp671 unsigned SizeInBytes = ValVT.getSizeInBits() >> 3; local
672 State.AllocateStack(SizeInBytes, SizeInBytes);
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp484 uint64_t SizeInBytes = ASan.TD->getTypeAllocSize(Ty); local
485 return SizeInBytes;
487 uint64_t getAlignedSize(uint64_t SizeInBytes) { argument
489 return ((SizeInBytes + RZ - 1) / RZ) * RZ;
492 uint64_t SizeInBytes = getAllocaSizeInBytes(AI); local
493 return getAlignedSize(SizeInBytes);
916 uint64_t SizeInBytes = TD->getTypeAllocSize(Ty); local
919 // and trying to make RZ to be ~ 1/4 of SizeInBytes.
922 (SizeInBytes / MinRZ / 4) * MinRZ));
925 if (SizeInBytes
1257 uint64_t SizeInBytes = getAllocaSizeInBytes(AI); local
1341 uint64_t SizeInBytes = getAllocaSizeInBytes(AI); local
[all...]

Completed in 602 milliseconds