Searched defs:WordSize (Results 1 – 18 of 18) sorted by relevance
8 WordSize int64 // word size in bytes - must be >= 4 (32bits) member
46 WordSize int64 // word size in bytes - must be >= 4 (32bits) member
11 WordSize int64 // word size in bytes - must be >= 4 (32bits) member
49 WordSize int64 // word size in bytes - must be >= 4 (32bits) member
31 enum WordSize { enum
70 const int WordSize = 2; in isInRage() local
55 static const int WordSize = 4; variable
165 const int WordSize = Is32Bit ? 4 : 8; in loadObj() local
160 unsigned WordSize = (BitSize + 63) / 64; in LowerCTPOP() local
161 unsigned WordSize = (BitSize + 63) / 64; in LowerCTPOP() local
641 unsigned WordSize) { in createMaskInstrs()855 const int WordSize = TLI->getMinCmpXchgSizeInBits() / 8; in expandPartwordCmpXchg() local
313 const size_t WordSize = sizeof(Word); in decode_relrs() local
274 unsigned WordSize = (BitSize + 63) / 64; in LowerCTPOP() local
593 unsigned WordSize) { in createMaskInstrs()772 const int WordSize = TLI->getMinCmpXchgSizeInBits() / 8; in expandPartwordCmpXchg() local
599 int WordSize = TT.isArch64Bit() ? 8 : 4; in EmitStartOfAsmFile() local
773 const int WordSize = TT.isArch64Bit() && !TT.isX32() ? 8 : 4; in emitStartOfAsmFile() local
4904 const CharUnits WordSize = CGM.getPointerSize(); in buildBitmap() local