Home
last modified time | relevance | path

Searched defs:TypeByteSize (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1753 couldPreventStoreLoadForward(uint64_t Distance,uint64_t TypeByteSize) couldPreventStoreLoadForward() argument
1816 isSafeDependenceDistance(const DataLayout & DL,ScalarEvolution & SE,const SCEV & MaxBTC,const SCEV & Dist,uint64_t MaxStride,uint64_t TypeByteSize) isSafeDependenceDistance() argument
1871 areStridedAccessesIndependent(uint64_t Distance,uint64_t Stride,uint64_t TypeByteSize) areStridedAccessesIndependent() argument
1998 uint64_t TypeByteSize = DL.getTypeAllocSize(ATy); getDependenceDistanceStrideAndSize() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp122 unsigned TypeByteSize = DL.getTypeAllocSize(const_cast<Type *>(LoadType)); isDependenceDistanceOfOne() local
/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h373 uint64_t TypeByteSize; global() member
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1526 unsigned TypeByteSize = MemVT.getSizeInBits() / 8; ExpandVectorBuildThroughStack() local