Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp25 TypeSize LoadSize = DL.getTypeSizeInBits(LoadTy); in canCoerceMustAliasedValueToLoad() local
212 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedValue(); in analyzeLoadFromClobberingWrite() local
349 uint64_t LoadSize = (DL.getTypeSizeInBits(LoadTy).getFixedValue() + 7) / 8; in getStoreValueForLoadHelper() local
380 TypeSize LoadSize = DL.getTypeStoreSize(LoadTy); in getValueForLoad() local
400 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedValue(); in getConstantValueForLoad() local
412 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedValue() / 8; in getMemInstValueForLoad() local
459 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/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.cpp489 TypeSize LoadSize = TypeSize::getZero(); in RemoveDeadStores() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp451 const TypeSize LoadSize = TypeSize::getFixed(Size.getZExtValue()); in isSafeToLoadUnconditionally() local
620 TypeSize LoadSize = DL.getTypeSizeInBits(AccessTy); in getAvailableLoadStore() local
650 uint64_t LoadSize = LoadTypeSize.getFixedValue(); in getAvailableLoadStore() local
H A DTargetTransformInfo.cpp1383 unsigned LoadSize, in getLoadVectorFactor()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp149 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
H A DAMDGPUPreloadKernelArguments.cpp233 unsigned LoadSize = DL.getTypeStoreSize(Load.first->getType()); in tryAllocHiddenArgPreloadSGPRs() local
H A DAMDGPUTargetTransformInfo.cpp358 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
H A DAMDGPURegisterBankInfo.cpp1061 unsigned LoadSize = LoadTy.getSizeInBits(); in applyMappingLoad() local
1377 unsigned LoadSize = Ty.getSizeInBits(); in applyMappingSBufferLoad() local
H A DAMDGPULowerBufferFatPointers.cpp2292 Value *LoadSize = I.getArgOperand(2); in visitIntrinsicInst() local
H A DSIInstrInfo.cpp596 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.cpp618 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp698 int LoadSize = TII->getMemScale(LoadInst); in isLdOffsetInRangeOfSt() local
1401 int LoadSize = TII->getMemScale(*LoadI); in promoteLoadFromStore() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp631 uint64_t LoadSize = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1302 TypeSize LoadSize = DL.getTypeStoreSize(LI->getType()); in hasUnsafePHIOrSelectUse() local
1597 APInt LoadSize = in isSafePHIToSpeculate() local
2460 TypeSize LoadSize = DL.getTypeStoreSize(LI->getType()); in isIntegerWideningViableForSlice() local
H A DLoopIdiomRecognize.cpp1249 int64_t LoadSize = in loadAndStoreMayFormMemmove() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1071 virtual unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8896 unsigned LoadSize = in createAtomicRead() local
8942 unsigned LoadSize = in createAtomicWrite() local
9070 unsigned LoadSize = in emitAtomicUpdate() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp565 CharUnits LoadSize = CGF.getContext().getTypeSizeInChars(ElTy); in EmitISOVolatileLoad() local