Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp137 uint64_t getNumLoads() const { return LoadSequence.size(); } in getNumLoads() function in __anone23f4d030111::MemCmpExpansion
261 return getNumLoads() / NumLoadsPerBlockForZeroCmp + in getNumBlocks()
262 (getNumLoads() % NumLoadsPerBlockForZeroCmp != 0 ? 1 : 0); in getNumBlocks()
263 return getNumLoads(); in getNumBlocks()
372 assert(LoadIndex < getNumLoads() && in getCompareLoadPairs()
378 std::min(getNumLoads() - LoadIndex, NumLoadsPerBlockForZeroCmp); in getCompareLoadPairs()
588 assert(LoadIndex == getNumLoads() && "some entries were not consumed"); in getMemCmpEqZeroOneBlock()
784 if (Expansion.getNumLoads() == 0) { in expandMemCmp()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h396 unsigned getNumLoads() const { return LAI->getNumLoads(); } in getNumLoads() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h595 unsigned getNumLoads() const { return NumLoads;} in getNumLoads() function
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp322 unsigned getNumLoads() const { return OpInfo.NumLoads; } in getNumLoads() function in __anon8ba1aee70111::LowerMatrixIntrinsics::MatrixTy
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5781 unsigned NumLoads = Legal->getNumLoads(); in selectInterleaveCount()