Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp340 if (LoadSize != StoreSize) in getValueForLoad() local
189 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedValue(); analyzeLoadFromClobberingWrite() local
309 uint64_t LoadSize = (DL.getTypeSizeInBits(LoadTy).getFixedValue() + 7) / 8; getStoreValueForLoadHelper() local
352 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedValue(); getConstantValueForLoad() local
364 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedValue() / 8; getMemInstValueForLoad() local
410 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedValue() / 8; getConstantMemInstValueForLoad() local
[all...]
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h34 uint64_t LoadSize; member
/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp369 const TypeSize LoadSize = TypeSize::getFixed(Size.getZExtValue()); isSafeToLoadUnconditionally() local
538 TypeSize LoadSize = DL.getTypeSizeInBits(AccessTy); getAvailableLoadStore() local
568 uint64_t LoadSize = LoadTypeSize.getFixedValue(); getAvailableLoadStore() local
[all...]
H A DTargetTransformInfo.cpp1276 getLoadVectorFactor(unsigned VF,unsigned LoadSize,unsigned ChainSizeInBytes,VectorType * VecTy) const getLoadVectorFactor() argument
/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp99 unsigned LoadSize; member
158 const unsigned LoadSize = LoadSizes.front(); in computeGreedyLoadSequence() local
240 auto LoadSize = Last.LoadSize + PreLast.LoadSize; optimiseLoadSequence() local
[all...]
H A DStackSlotColoring.cpp480 unsigned LoadSize = 0; RemoveDeadStores() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp131 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); processUse() local
[all...]
H A DAMDGPUTargetTransformInfo.cpp345 getLoadVectorFactor(unsigned VF,unsigned LoadSize,unsigned ChainSizeInBytes,VectorType * VecTy) const getLoadVectorFactor() argument
H A DAMDGPURegisterBankInfo.cpp1061 unsigned LoadSize = LoadTy.getSizeInBits(); in applyMappingLoad() local
1350 unsigned LoadSize = Ty.getSizeInBits(); applyMappingSBufferLoad() local
[all...]
H A DSIInstrInfo.cpp580 const unsigned LoadSize = NumBytes / ClusterSize; shouldClusterMemOps() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp619 isBlockingStore(int64_t LoadDispImm,unsigned LoadSize,int64_t StoreDispImm,unsigned StoreSize) isBlockingStore() argument
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp632 int LoadSize = TII->getMemScale(LoadInst); isLdOffsetInRangeOfSt() local
1144 int LoadSize = TII->getMemScale(*LoadI); promoteLoadFromStore() local
[all...]
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp618 uint64_t LoadSize = 0; global() member
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1213 int64_t LoadSize = loadAndStoreMayFormMemmove() local
H A DSROA.cpp1292 TypeSize LoadSize = DL.getTypeStoreSize(LI->getType()); hasUnsafePHIOrSelectUse() local
1570 APInt LoadSize = isSafePHIToSpeculate() local
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h911 getLoadVectorFactor(unsigned VF,unsigned LoadSize,unsigned ChainSizeInBytes,VectorType * VecTy) getLoadVectorFactor() argument
H A DTargetTransformInfo.h2875 getLoadVectorFactor(unsigned VF,unsigned LoadSize,unsigned ChainSizeInBytes,VectorType * VecTy) getLoadVectorFactor() argument
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp471 CharUnits LoadSize = CGF.getContext().getTypeSizeInChars(ElTy); EmitISOVolatileLoad() local