/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 192 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedSize(); in analyzeLoadFromClobberingWrite() local 352 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedSize(); in analyzeLoadFromClobberingLoad() local 440 uint64_t LoadSize = (DL.getTypeSizeInBits(LoadTy).getFixedSize() + 7) / 8; in getStoreValueForLoadHelper() local 494 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedSize(); in getLoadValueForLoad() local 539 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedSize(); in getConstantLoadValueForLoad() local 550 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedSize() / 8; in getMemInstValueForLoadHelper() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelAttributes.cpp | 103 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
|
H A D | AMDGPUTargetTransformInfo.cpp | 342 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
|
H A D | AMDGPURegisterBankInfo.cpp | 1144 unsigned LoadSize = LoadTy.getSizeInBits(); in applyMappingLoad() local 1435 unsigned LoadSize = Ty.getSizeInBits(); in applyMappingSBufferLoad() local
|
H A D | SIInstrInfo.cpp | 455 const unsigned LoadSize = NumBytes / NumLoads; in shouldClusterMemOps() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.cpp | 298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 92 unsigned LoadSize; member 146 const unsigned LoadSize = LoadSizes.front(); in computeGreedyLoadSequence() local
|
H A D | StackSlotColoring.cpp | 445 unsigned LoadSize = 0; in RemoveDeadStores() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | Loads.cpp | 350 const uint64_t LoadSize = Size.getZExtValue(); in isSafeToLoadUnconditionally() local
|
H A D | TargetTransformInfo.cpp | 1006 unsigned LoadSize, in getLoadVectorFactor()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 625 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 646 int LoadSize = TII->getMemScale(LoadInst); in isLdOffsetInRangeOfSt() local 1089 int LoadSize = TII->getMemScale(*LoadI); in promoteLoadFromStore() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 723 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
|
H A D | TargetTransformInfo.h | 2261 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3992 uint64_t LoadSize = Ty->getBitWidth() / 8; in presplitLoadsAndStores() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 414 CharUnits LoadSize = CGF.getContext().getTypeSizeInChars(ElTy); in EmitISOVolatileLoad() local
|