Home
last modified time | relevance | path

Searched defs:WordSize (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp70 const int WordSize = 2; in isInRage() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeHeader.h55 static const int WordSize = 4; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIntrinsicLowering.cpp161 unsigned WordSize = (BitSize + 63) / 64; in LowerCTPOP() local
DAtomicExpandPass.cpp641 unsigned WordSize) { in createMaskInstrs()
855 const int WordSize = TLI->getMinCmpXchgSizeInBits() / 8; in expandPartwordCmpXchg() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp313 const size_t WordSize = sizeof(Word); in decode_relrs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AsmPrinter.cpp599 int WordSize = TT.isArch64Bit() ? 8 : 4; in EmitStartOfAsmFile() local