Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp134 uint64_t getNumLoads() const { return LoadSequence.size(); } in getNumLoads() function in __anon3898e6340111::MemCmpExpansion
259 return getNumLoads() / NumLoadsPerBlockForZeroCmp + in getNumBlocks()
260 (getNumLoads() % NumLoadsPerBlockForZeroCmp != 0 ? 1 : 0); in getNumBlocks()
261 return getNumLoads(); in getNumBlocks()
370 assert(LoadIndex < getNumLoads() && in getCompareLoadPairs()
376 std::min(getNumLoads() - LoadIndex, NumLoadsPerBlockForZeroCmp); in getCompareLoadPairs()
586 assert(LoadIndex == getNumLoads() && "some entries were not consumed"); in getMemCmpEqZeroOneBlock()
781 if (Expansion.getNumLoads() == 0) { in expandMemCmp()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h382 unsigned getNumLoads() const { return LAI->getNumLoads(); } in getNumLoads() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h553 unsigned getNumLoads() const { return NumLoads;} in getNumLoads() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp313 unsigned getNumLoads() const { return OpInfo.NumLoads; } in getNumLoads() function in __anonbf9288780111::LowerMatrixIntrinsics::MatrixTy
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6442 unsigned NumLoads = Legal->getNumLoads(); in selectInterleaveCount()