/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 340 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 D | VTuneSharedStructs.h | 34 uint64_t LoadSize; member
|
/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 369 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 D | TargetTransformInfo.cpp | 1276 getLoadVectorFactor(unsigned VF,unsigned LoadSize,unsigned ChainSizeInBytes,VectorType * VecTy) const getLoadVectorFactor() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 99 unsigned LoadSize; member 158 const unsigned LoadSize = LoadSizes.front(); in computeGreedyLoadSequence() local 240 auto LoadSize = Last.LoadSize + PreLast.LoadSize; optimiseLoadSequence() local [all...] |
H A D | StackSlotColoring.cpp | 480 unsigned LoadSize = 0; RemoveDeadStores() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelAttributes.cpp | 131 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); processUse() local [all...] |
H A D | AMDGPUTargetTransformInfo.cpp | 345 getLoadVectorFactor(unsigned VF,unsigned LoadSize,unsigned ChainSizeInBytes,VectorType * VecTy) const getLoadVectorFactor() argument
|
H A D | AMDGPURegisterBankInfo.cpp | 1061 unsigned LoadSize = LoadTy.getSizeInBits(); in applyMappingLoad() local 1350 unsigned LoadSize = Ty.getSizeInBits(); applyMappingSBufferLoad() local [all...] |
H A D | SIInstrInfo.cpp | 580 const unsigned LoadSize = NumBytes / ClusterSize; shouldClusterMemOps() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.cpp | 298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 619 isBlockingStore(int64_t LoadDispImm,unsigned LoadSize,int64_t StoreDispImm,unsigned StoreSize) isBlockingStore() argument
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 632 int LoadSize = TII->getMemScale(LoadInst); isLdOffsetInRangeOfSt() local 1144 int LoadSize = TII->getMemScale(*LoadI); promoteLoadFromStore() local [all...] |
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 618 uint64_t LoadSize = 0; global() member
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 1213 int64_t LoadSize = loadAndStoreMayFormMemmove() local
|
H A D | SROA.cpp | 1292 TypeSize LoadSize = DL.getTypeStoreSize(LI->getType()); hasUnsafePHIOrSelectUse() local 1570 APInt LoadSize = isSafePHIToSpeculate() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 911 getLoadVectorFactor(unsigned VF,unsigned LoadSize,unsigned ChainSizeInBytes,VectorType * VecTy) getLoadVectorFactor() argument
|
H A D | TargetTransformInfo.h | 2875 getLoadVectorFactor(unsigned VF,unsigned LoadSize,unsigned ChainSizeInBytes,VectorType * VecTy) getLoadVectorFactor() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 471 CharUnits LoadSize = CGF.getContext().getTypeSizeInChars(ElTy); EmitISOVolatileLoad() local
|