Home
last modified time | relevance | path

Searched refs:getMaxStoresPerMemcpy (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h672 unsigned getMaxStoresPerMemcpy(bool OptSize) const { in getMaxStoresPerMemcpy() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3616 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize); in getMemcpyLoadsAndStores()