Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
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
/external/llvm-project/llvm/lib/Transforms/Utils/
DVNCoercion.cpp200 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedSize(); in analyzeLoadFromClobberingWrite() local
357 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedSize(); in analyzeLoadFromClobberingLoad() local
445 uint64_t LoadSize = (DL.getTypeSizeInBits(LoadTy).getFixedSize() + 7) / 8; in getStoreValueForLoadHelper() local
499 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedSize(); in getLoadValueForLoad() local
544 unsigned LoadSize = DL.getTypeStoreSize(LoadTy).getFixedSize(); in getConstantLoadValueForLoad() local
555 uint64_t LoadSize = DL.getTypeSizeInBits(LoadTy).getFixedSize() / 8; in getMemInstValueForLoadHelper() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelAttributes.cpp112 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
DAMDGPUTargetTransformInfo.cpp236 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelAttributes.cpp112 unsigned LoadSize = DL.getTypeStoreSize(Load->getType()); in processUse() local
DAMDGPUTargetTransformInfo.cpp291 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
DAMDGPURegisterBankInfo.cpp1159 unsigned LoadSize = LoadTy.getSizeInBits(); in applyMappingLoad() local
1430 unsigned LoadSize = Ty.getSizeInBits(); in applyMappingSBufferLoad() local
/external/llvm/lib/Transforms/Scalar/
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
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp301 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
/external/llvm-project/llvm/lib/CodeGen/
DExpandMemCmp.cpp88 unsigned LoadSize; member
141 const unsigned LoadSize = LoadSizes.front(); in computeGreedyLoadSequence() local
DStackSlotColoring.cpp449 unsigned LoadSize = 0; in RemoveDeadStores() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp86 unsigned LoadSize; member
135 const unsigned LoadSize = LoadSizes.front(); in computeGreedyLoadSequence() local
DStackSlotColoring.cpp448 unsigned LoadSize = 0; in RemoveDeadStores() local
/external/llvm/lib/Analysis/
DLoads.cpp223 uint64_t LoadSize = DL.getTypeStoreSize(AddrTy->getElementType()); in isSafeToLoadUnconditionally() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoads.cpp280 const uint64_t LoadSize = Size.getZExtValue(); in isSafeToLoadUnconditionally() local
/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp605 int LoadSize = getMemScale(LoadInst); in isLdOffsetInRangeOfSt() local
933 int LoadSize = getMemScale(*LoadI); in promoteLoadFromStore() local
/external/llvm-project/llvm/lib/Analysis/
DLoads.cpp312 const uint64_t LoadSize = Size.getZExtValue(); in isSafeToLoadUnconditionally() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp580 int LoadSize = TII->getMemScale(LoadInst); in isLdOffsetInRangeOfSt() local
1014 int LoadSize = TII->getMemScale(*LoadI); in promoteLoadFromStore() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp581 int LoadSize = TII->getMemScale(LoadInst); in isLdOffsetInRangeOfSt() local
1014 int LoadSize = TII->getMemScale(*LoadI); in promoteLoadFromStore() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp628 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
/external/llvm-project/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp626 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h594 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h655 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()

12