Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dgcsizes.go8 WordSize int64 // word size in bytes - must be >= 4 (32bits) member
Dsizes.go46 WordSize int64 // word size in bytes - must be >= 4 (32bits) member
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dgcsizes.go11 WordSize int64 // word size in bytes - must be >= 4 (32bits) member
Dsizes.go49 WordSize int64 // word size in bytes - must be >= 4 (32bits) member
/aosp_15_r20/external/cronet/base/win/
H A Dpe_image_reader.h31 enum WordSize { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp70 const int WordSize = 2; in isInRage() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp70 const int WordSize = 2; in isInRage() local
/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitcodeHeader.h55 static const int WordSize = 4; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/
H A DInstrumentationMap.cpp165 const int WordSize = Is32Bit ? 4 : 8; in loadObj() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp160 unsigned WordSize = (BitSize + 63) / 64; in LowerCTPOP() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp161 unsigned WordSize = (BitSize + 63) / 64; in LowerCTPOP() local
H A DAtomicExpandPass.cpp641 unsigned WordSize) { in createMaskInstrs()
855 const int WordSize = TLI->getMinCmpXchgSizeInBits() / 8; in expandPartwordCmpXchg() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELF.cpp313 const size_t WordSize = sizeof(Word); in decode_relrs() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp274 unsigned WordSize = (BitSize + 63) / 64; in LowerCTPOP() local
H A DAtomicExpandPass.cpp593 unsigned WordSize) { in createMaskInstrs()
772 const int WordSize = TLI->getMinCmpXchgSizeInBits() / 8; in expandPartwordCmpXchg() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp599 int WordSize = TT.isArch64Bit() ? 8 : 4; in EmitStartOfAsmFile() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp773 const int WordSize = TT.isArch64Bit() && !TT.isX32() ? 8 : 4; in emitStartOfAsmFile() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp4904 const CharUnits WordSize = CGM.getPointerSize(); in buildBitmap() local