Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1759 couldPreventStoreLoadForward(uint64_t Distance,uint64_t TypeByteSize) couldPreventStoreLoadForward() argument
1822 isSafeDependenceDistance(const DataLayout & DL,ScalarEvolution & SE,const SCEV & BackedgeTakenCount,const SCEV & Dist,uint64_t Stride,uint64_t TypeByteSize) isSafeDependenceDistance() argument
1880 areStridedAccessesIndependent(uint64_t Distance,uint64_t Stride,uint64_t TypeByteSize) areStridedAccessesIndependent() argument
1990 uint64_t TypeByteSize = DL.getTypeAllocSize(ATy); getDependenceDistanceStrideAndSize() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp122 unsigned TypeByteSize = DL.getTypeAllocSize(const_cast<Type *>(LoadType)); in isDependenceDistanceOfOne() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1516 unsigned TypeByteSize = MemVT.getSizeInBits() / 8; ExpandVectorBuildThroughStack() local