Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp187 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy); in analyzeLoadFromClobberingWrite() local
268 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); in analyzeLoadFromClobberingLoad() local
359 uint64_t LoadSize = (DL.getTypeSizeInBits(LoadTy) + 7) / 8; in getStoreValueForLoadHelper() local
412 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); in getLoadValueForLoad() local
456 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); in getConstantLoadValueForLoad() local
467 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy) / 8; in getMemInstValueForLoadHelper() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp844 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy); in AnalyzeLoadFromClobberingWrite() local
918 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); in AnalyzeLoadFromClobberingLoad() local
992 uint64_t LoadSize = (DL.getTypeSizeInBits(LoadTy) + 7) / 8; in GetStoreValueForLoad() local
1032 unsigned LoadSize = DL.getTypeStoreSize(LoadTy); in GetLoadValueForLoad() local
1088 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy)/8; in GetMemInstValueForLoad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp86 unsigned LoadSize; member
135 const unsigned LoadSize = LoadSizes.front(); in computeGreedyLoadSequence() local
H A DStackSlotColoring.cpp448 unsigned LoadSize = 0; in RemoveDeadStores() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/Shared/
DVTuneSharedStructs.h30 uint64_t LoadSize; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/Shared/
DVTuneSharedStructs.h30 uint64_t LoadSize; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/Shared/
DVTuneSharedStructs.h34 uint64_t LoadSize; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp112 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
H A DAMDGPUTargetTransformInfo.cpp236 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp605 int LoadSize = getMemScale(LoadInst); in isLdOffsetInRangeOfSt() local
933 int LoadSize = getMemScale(*LoadI); in promoteLoadFromStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp130 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp301 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DLoads.cpp223 uint64_t LoadSize = DL.getTypeStoreSize(AddrTy->getElementType()); in isSafeToLoadUnconditionally() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp580 int LoadSize = TII->getMemScale(LoadInst); in isLdOffsetInRangeOfSt() local
1014 int LoadSize = TII->getMemScale(*LoadI); in promoteLoadFromStore() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoads.cpp280 const uint64_t LoadSize = Size.getZExtValue(); in isSafeToLoadUnconditionally() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp619 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp628 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp615 uint64_t LoadSize = 0; member

12