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 __anon455dbdd30111::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.h391 unsigned getNumLoads() const { return LAI->getNumLoads(); } in getNumLoads() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h662 unsigned getNumLoads() const { return NumLoads;} in getNumLoads() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp462 unsigned getNumLoads() const { return OpInfo.NumLoads; } in getNumLoads() function in __anon821fcdb70111::LowerMatrixIntrinsics::MatrixTy
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5033 unsigned NumLoads = Legal->getNumLoads(); in selectInterleaveCount()