Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp120 unsigned TypeByteSize = DL.getTypeAllocSize(const_cast<Type *>(LoadType)); in isDependenceDistanceOfOne() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1804 uint64_t TypeByteSize, in couldPreventStoreLoadForward()
1929 uint64_t TypeByteSize) { in areStridedAccessesIndependent()
2071 uint64_t TypeByteSize = (AStoreSz == BStoreSz) ? BSz : 0; in getDependenceDistanceStrideAndSize() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h401 uint64_t TypeByteSize; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1592 unsigned TypeByteSize = MemVT.getSizeInBits() / 8; in ExpandVectorBuildThroughStack() local