Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp133 unsigned MaxIntSize = DL.getLargestLegalIntTypeSizeInBits() / 8; in isProfitableToUseMemset() local
134 if (MaxIntSize == 0) in isProfitableToUseMemset()
135 MaxIntSize = 1; in isProfitableToUseMemset()
136 unsigned NumPointerStores = Bytes / MaxIntSize; in isProfitableToUseMemset()
139 unsigned NumByteStores = Bytes % MaxIntSize; in isProfitableToUseMemset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp5192 unsigned MaxIntSize = Subtarget.is64Bit() ? 64 : 32; in canMergeStoresTo() local
5193 return (MemVT.getSizeInBits() <= MaxIntSize); in canMergeStoresTo()