Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1759 uint64_t TypeByteSize) { in couldPreventStoreLoadForward()
1822 uint64_t TypeByteSize) { in isSafeDependenceDistance()
1880 uint64_t TypeByteSize) { in areStridedAccessesIndependent()
1990 uint64_t TypeByteSize = DL.getTypeAllocSize(ATy); in getDependenceDistanceStrideAndSize() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp122 unsigned TypeByteSize = DL.getTypeAllocSize(const_cast<Type *>(LoadType)); in isDependenceDistanceOfOne() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1516 unsigned TypeByteSize = MemVT.getSizeInBits() / 8; in ExpandVectorBuildThroughStack() local