/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | VNCoercion.cpp | 189 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 D | Loads.cpp | 342 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 D | TargetTransformInfo.cpp | 1134 unsigned LoadSize, in getLoadVectorFactor()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelAttributes.cpp | 130 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
|
H A D | AMDGPUTargetTransformInfo.cpp | 335 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
|
H A D | AMDGPURegisterBankInfo.cpp | 1055 unsigned LoadSize = LoadTy.getSizeInBits(); in applyMappingLoad() local 1354 unsigned LoadSize = Ty.getSizeInBits(); in applyMappingSBufferLoad() local
|
H A D | SIInstrInfo.cpp | 509 const unsigned LoadSize = NumBytes / NumLoads; in shouldClusterMemOps() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.cpp | 298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 96 unsigned LoadSize; member 150 const unsigned LoadSize = LoadSizes.front(); in computeGreedyLoadSequence() local
|
H A D | StackSlotColoring.cpp | 440 unsigned LoadSize = 0; in RemoveDeadStores() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 619 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 625 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 D | AggressiveInstCombine.cpp | 615 uint64_t LoadSize = 0; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 817 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
|
H A D | TargetTransformInfo.h | 2539 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 1300 int64_t LoadSize = in loadAndStoreMayFormMemmove() local
|
H A D | SROA.cpp | 1334 APInt LoadSize = in isSafePHIToSpeculate() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 451 CharUnits LoadSize = CGF.getContext().getTypeSizeInChars(ElTy); in EmitISOVolatileLoad() local
|