Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp189 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedValue(); in analyzeLoadFromClobberingWrite() local
309 uint64_t LoadSize = (DL.getTypeSizeInBits(LoadTy).getFixedValue() + 7) / 8; in getStoreValueForLoadHelper() local
340 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedValue(); in getValueForLoad() local
352 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedValue(); in getConstantValueForLoad() local
364 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedValue() / 8; in getMemInstValueForLoad() local
410 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedValue() / 8; in getConstantMemInstValueForLoad() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp367 const TypeSize LoadSize = TypeSize::getFixed(Size.getZExtValue()); isSafeToLoadUnconditionally() local
536 TypeSize LoadSize = DL.getTypeSizeInBits(AccessTy); getAvailableLoadStore() local
566 uint64_t LoadSize = LoadTypeSize.getFixedValue(); getAvailableLoadStore() local
[all...]
H A DTargetTransformInfo.cpp1225 getLoadVectorFactor(unsigned VF,unsigned LoadSize,unsigned ChainSizeInBytes,VectorType * VecTy) const getLoadVectorFactor() argument
/freebsd-src/contrib/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.cpp470 unsigned LoadSize = 0; RemoveDeadStores() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp131 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
[all...]
H A DAMDGPUTargetTransformInfo.cpp345 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in 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 NumDWORDs = ((LoadSize + 3) / 4) * ClusterSize; in shouldClusterMemOps() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp619 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp630 int LoadSize = TII->getMemScale(LoadInst); isLdOffsetInRangeOfSt() local
1142 int LoadSize = TII->getMemScale(*LoadI); promoteLoadFromStore() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp620 uint64_t LoadSize = 0; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1215 int64_t LoadSize = loadAndStoreMayFormMemmove() local
H A DSROA.cpp1339 TypeSize LoadSize = DL.getTypeStoreSize(LI->getType()); hasUnsafePHIOrSelectUse() local
1617 APInt LoadSize = isSafePHIToSpeculate() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h877 getLoadVectorFactor(unsigned VF,unsigned LoadSize,unsigned ChainSizeInBytes,VectorType * VecTy) getLoadVectorFactor() argument
H A DTargetTransformInfo.h2796 getLoadVectorFactor(unsigned VF,unsigned LoadSize,unsigned ChainSizeInBytes,VectorType * VecTy) getLoadVectorFactor() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp468 CharUnits LoadSize = CGF.getContext().getTypeSizeInChars(ElTy); EmitISOVolatileLoad() local