Home
last modified time | relevance | path

Searched refs:getNumLoads (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp146 uint64_t getNumLoads() const { return LoadSequence.size(); } in getNumLoads() function in __anon28c0a69b0111::MemCmpExpansion
302 return getNumLoads() / NumLoadsPerBlockForZeroCmp + in getNumBlocks()
303 (getNumLoads() % NumLoadsPerBlockForZeroCmp != 0 ? 1 : 0); in getNumBlocks()
304 return getNumLoads(); in getNumBlocks()
413 assert(LoadIndex < getNumLoads() && in getCompareLoadPairs()
419 std::min(getNumLoads() - LoadIndex, NumLoadsPerBlockForZeroCmp); in getCompareLoadPairs()
636 assert(LoadIndex == getNumLoads() && "some entries were not consumed"); in getMemCmpEqZeroOneBlock()
874 if (Expansion.getNumLoads() == 0) { in expandMemCmp()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h388 unsigned getNumLoads() const { return LAI->getNumLoads(); } in getNumLoads() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h609 unsigned getNumLoads() const { return NumLoads;} in getNumLoads() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp358 unsigned getNumLoads() const { return OpInfo.NumLoads; } in getNumLoads() function in __anon46e5f17f0111::LowerMatrixIntrinsics::MatrixTy
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5528 unsigned NumLoads = Legal->getNumLoads(); in selectInterleaveCount()