Home
last modified time | relevance | path

Searched refs:WordSizeInBytes (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86Base.h164 const uint32_t WordSizeInBytes = typeWidthInBytes(Traits::WordType); in typeWidthInBytesOnStack() local
165 return Utils::applyAlignment(typeWidthInBytes(Ty), WordSizeInBytes); in typeWidthInBytesOnStack()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2444 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in getBitmapBlockLayout() local
2475 residue_in_bytes = size_in_bytes % WordSizeInBytes; in getBitmapBlockLayout()
2480 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes; in getBitmapBlockLayout()
2595 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; in BuildRCBlockLayout() local
2630 fieldSize = CharUnits::fromQuantity(WordSizeInBytes); in BuildRCBlockLayout()