Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp189 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedValue(); in analyzeLoadFromClobberingWrite() local
337 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedValue(); in analyzeLoadFromClobberingLoad() local
415 uint64_t LoadSize = (DL.getTypeSizeInBits(LoadTy).getFixedValue() + 7) / 8; in getStoreValueForLoadHelper() local
469 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedValue(); in getLoadValueForLoad() local
514 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedValue(); in getConstantLoadValueForLoad() local
526 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedValue() / 8; in getMemInstValueForLoad() local
572 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedValue() / 8; in getConstantMemInstValueForLoad() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoads.cpp342 const uint64_t LoadSize = Size.getZExtValue(); in isSafeToLoadUnconditionally() local
512 TypeSize LoadSize = DL.getTypeSizeInBits(AccessTy); in getAvailableLoadStore() local
542 uint64_t LoadSize = LoadTypeSize.getFixedValue(); in getAvailableLoadStore() local
H A DTargetTransformInfo.cpp1134 unsigned LoadSize, in getLoadVectorFactor()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp130 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
H A DAMDGPUTargetTransformInfo.cpp335 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
H A DAMDGPURegisterBankInfo.cpp1055 unsigned LoadSize = LoadTy.getSizeInBits(); in applyMappingLoad() local
1354 unsigned LoadSize = Ty.getSizeInBits(); in applyMappingSBufferLoad() local
H A DSIInstrInfo.cpp509 const unsigned LoadSize = NumBytes / NumLoads; in shouldClusterMemOps() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp96 unsigned LoadSize; member
150 const unsigned LoadSize = LoadSizes.front(); in computeGreedyLoadSequence() local
H A DStackSlotColoring.cpp440 unsigned LoadSize = 0; in RemoveDeadStores() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp619 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp625 int LoadSize = TII->getMemScale(LoadInst); in isLdOffsetInRangeOfSt() local
1073 int LoadSize = TII->getMemScale(*LoadI); in promoteLoadFromStore() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp615 uint64_t LoadSize = 0; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h817 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
H A DTargetTransformInfo.h2539 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1300 int64_t LoadSize = in loadAndStoreMayFormMemmove() local
H A DSROA.cpp1334 APInt LoadSize = in isSafePHIToSpeculate() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp451 CharUnits LoadSize = CGF.getContext().getTypeSizeInChars(ElTy); in EmitISOVolatileLoad() local