Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp123 uint64_t getNumLoads() const { return LoadSequence.size(); } in getNumLoads() function in __anon78f8bc7d0111::MemCmpExpansion
246 return getNumLoads() / NumLoadsPerBlockForZeroCmp + in getNumBlocks()
247 (getNumLoads() % NumLoadsPerBlockForZeroCmp != 0 ? 1 : 0); in getNumBlocks()
248 return getNumLoads(); in getNumBlocks()
320 assert(LoadIndex < getNumLoads() && in getCompareLoadPairs()
326 std::min(getNumLoads() - LoadIndex, NumLoadsPerBlockForZeroCmp); in getCompareLoadPairs()
563 assert(LoadIndex == getNumLoads() && "some entries were not consumed"); in getMemCmpEqZeroOneBlock()
768 if (Expansion.getNumLoads() == 0) { in expandMemCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h310 unsigned getNumLoads() const { return LAI->getNumLoads(); } in getNumLoads() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h550 unsigned getNumLoads() const { return NumLoads;} in getNumLoads() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5320 unsigned NumLoads = Legal->getNumLoads(); in selectInterleaveCount()