Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DVTuneSharedStructs.h34 uint64_t LoadSize; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp376 const TypeSize LoadSize = TypeSize::getFixed(Size.getZExtValue()); in isSafeToLoadUnconditionally() local
545 TypeSize LoadSize = DL.getTypeSizeInBits(AccessTy); in getAvailableLoadStore() local
575 uint64_t LoadSize = LoadTypeSize.getFixedValue(); in getAvailableLoadStore() local
H A DTargetTransformInfo.cpp1280 unsigned LoadSize, in getLoadVectorFactor()
/freebsd/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; in optimiseLoadSequence() local
H A DStackSlotColoring.cpp477 unsigned LoadSize = 0; in RemoveDeadStores() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp131 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
H A DAMDGPUTargetTransformInfo.cpp345 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
H A DAMDGPURegisterBankInfo.cpp1061 unsigned LoadSize = LoadTy.getSizeInBits(); in applyMappingLoad() local
1349 unsigned LoadSize = Ty.getSizeInBits(); in applyMappingSBufferLoad() local
H A DSIInstrInfo.cpp579 const unsigned LoadSize = NumBytes / ClusterSize; in shouldClusterMemOps() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp619 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp632 int LoadSize = TII->getMemScale(LoadInst); in isLdOffsetInRangeOfSt() local
1144 int LoadSize = TII->getMemScale(*LoadI); in promoteLoadFromStore() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp623 uint64_t LoadSize = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1292 TypeSize LoadSize = DL.getTypeStoreSize(LI->getType()); in hasUnsafePHIOrSelectUse() local
1570 APInt LoadSize = in isSafePHIToSpeculate() local
H A DLoopIdiomRecognize.cpp1220 int64_t LoadSize = in loadAndStoreMayFormMemmove() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h913 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
H A DTargetTransformInfo.h2900 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp471 CharUnits LoadSize = CGF.getContext().getTypeSizeInChars(ElTy); in EmitISOVolatileLoad() local