Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h391 unsigned getNumLoads() const { return LAI->getNumLoads(); } getNumLoads() function
/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h665 unsigned getNumLoads() const { return NumLoads;} getNumLoads() function
/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp146 uint64_t getNumLoads() const { return LoadSequence.size(); } in getNumLoads() function in __anon79101d860111::MemCmpExpansion
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp462 unsigned getNumLoads() const { return OpInfo.NumLoads; } getNumLoads() function in __anon5e2d3a8a0111::LowerMatrixIntrinsics::MatrixTy