Home
last modified time | relevance | path

Searched defs:LoadSize (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp192 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 DAMDGPULowerKernelAttributes.cpp103 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
H A DAMDGPUTargetTransformInfo.cpp342 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
H A DAMDGPURegisterBankInfo.cpp1144 unsigned LoadSize = LoadTy.getSizeInBits(); in applyMappingLoad() local
1435 unsigned LoadSize = Ty.getSizeInBits(); in applyMappingSBufferLoad() local
H A DSIInstrInfo.cpp455 const unsigned LoadSize = NumBytes / NumLoads; in shouldClusterMemOps() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp92 unsigned LoadSize; member
146 const unsigned LoadSize = LoadSizes.front(); in computeGreedyLoadSequence() local
H A DStackSlotColoring.cpp445 unsigned LoadSize = 0; in RemoveDeadStores() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoads.cpp350 const uint64_t LoadSize = Size.getZExtValue(); in isSafeToLoadUnconditionally() local
H A DTargetTransformInfo.cpp1006 unsigned LoadSize, in getLoadVectorFactor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp625 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp646 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 DTargetTransformInfoImpl.h723 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
H A DTargetTransformInfo.h2261 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3992 uint64_t LoadSize = Ty->getBitWidth() / 8; in presplitLoadsAndStores() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp414 CharUnits LoadSize = CGF.getContext().getTypeSizeInChars(ElTy); in EmitISOVolatileLoad() local