Home
last modified time | relevance | path

Searched defs:OptSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h602 unsigned getMaxStoresPerMemset(bool OptSize) const { in getMaxStoresPerMemset()
611 unsigned getMaxStoresPerMemcpy(bool OptSize) const { in getMaxStoresPerMemcpy()
620 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3428 bool OptSize = MF.getFunction()->hasFnAttr(Attribute::OptimizeForSize); in getMemcpyLoadsAndStores() local
3521 bool OptSize = MF.getFunction()->hasFnAttr(Attribute::OptimizeForSize); in getMemmoveLoadsAndStores() local
3599 bool OptSize = MF.getFunction()->hasFnAttr(Attribute::OptimizeForSize); in getMemsetStores() local