Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp108 uint64_t getNumLoads() const { return LoadSequence.size(); } in getNumLoads() function in __anon507f8fed0111::MemCmpExpansion
174 return getNumLoads() / NumLoadsPerBlockForZeroCmp + in getNumBlocks()
175 (getNumLoads() % NumLoadsPerBlockForZeroCmp != 0 ? 1 : 0); in getNumBlocks()
176 return getNumLoads(); in getNumBlocks()
246 assert(LoadIndex < getNumLoads() && in getCompareLoadPairs()
252 std::min(getNumLoads() - LoadIndex, NumLoadsPerBlockForZeroCmp); in getCompareLoadPairs()
515 assert(LoadIndex == getNumLoads() && "some entries were not consumed"); in getMemCmpEqZeroOneBlock()
715 if (Expansion.getNumLoads() == 0) { in expandMemCmp()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h320 unsigned getNumLoads() const { return LAI->getNumLoads(); } in getNumLoads() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h522 unsigned getNumLoads() const { return NumLoads;} in getNumLoads() function
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h573 unsigned getNumLoads() const { return NumLoads;} in getNumLoads() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1477 unsigned getNumLoads() const { return LAI->getNumLoads(); } in getNumLoads() function in __anon63bf7e8f0111::LoopVectorizationLegality
5488 unsigned NumLoads = Legal->getNumLoads(); in selectInterleaveCount()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5249 unsigned NumLoads = Legal->getNumLoads(); in selectInterleaveCount()