/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 189 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 D | VTuneSharedStructs.h | 34 uint64_t LoadSize; member
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 376 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 D | TargetTransformInfo.cpp | 1280 unsigned LoadSize, in getLoadVectorFactor()
|
/freebsd/contrib/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; in optimiseLoadSequence() local
|
H A D | StackSlotColoring.cpp | 477 unsigned LoadSize = 0; in RemoveDeadStores() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelAttributes.cpp | 131 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
|
H A D | AMDGPUTargetTransformInfo.cpp | 345 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
|
H A D | AMDGPURegisterBankInfo.cpp | 1061 unsigned LoadSize = LoadTy.getSizeInBits(); in applyMappingLoad() local 1349 unsigned LoadSize = Ty.getSizeInBits(); in applyMappingSBufferLoad() local
|
H A D | SIInstrInfo.cpp | 579 const unsigned LoadSize = NumBytes / ClusterSize; in shouldClusterMemOps() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.cpp | 298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 619 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 632 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 D | AggressiveInstCombine.cpp | 623 uint64_t LoadSize = 0; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1292 TypeSize LoadSize = DL.getTypeStoreSize(LI->getType()); in hasUnsafePHIOrSelectUse() local 1570 APInt LoadSize = in isSafePHIToSpeculate() local
|
H A D | LoopIdiomRecognize.cpp | 1220 int64_t LoadSize = in loadAndStoreMayFormMemmove() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 913 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
|
H A D | TargetTransformInfo.h | 2900 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 471 CharUnits LoadSize = CGF.getContext().getTypeSizeInChars(ElTy); in EmitISOVolatileLoad() local
|