Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
DAMDGPURegisterBankInfo.cpp1118 unsigned LoadSize = LoadTy.getSizeInBits(); in applyMappingWideLoad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp298 isLoadOfStoredAddress(uint64_t LoadSize, int64_t LoadOffset, in isLoadOfStoredAddress()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoads.cpp280 const uint64_t LoadSize = Size.getZExtValue(); in isSafeToLoadUnconditionally() local
DTargetTransformInfo.cpp829 unsigned LoadSize, in getLoadVectorFactor()
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp628 static bool isBlockingStore(int64_t LoadDispImm, unsigned LoadSize, in isBlockingStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h594 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
DTargetTransformInfo.h1859 unsigned getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp3841 uint64_t LoadSize = Ty->getBitWidth() / 8; in presplitLoadsAndStores() local