Home
last modified time | relevance | path

Searched refs:OptSize (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetLowering.h663 unsigned getMaxStoresPerMemset(bool OptSize) const { in getMaxStoresPerMemset() argument
664 return OptSize ? MaxStoresPerMemsetOptSize : MaxStoresPerMemset; in getMaxStoresPerMemset()
672 unsigned getMaxStoresPerMemcpy(bool OptSize) const { in getMaxStoresPerMemcpy() argument
673 return OptSize ? MaxStoresPerMemcpyOptSize : MaxStoresPerMemcpy; in getMaxStoresPerMemcpy()
681 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove() argument
682 return OptSize ? MaxStoresPerMemmoveOptSize : MaxStoresPerMemmove; in getMaxStoresPerMemmove()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp239 bool OptSize = Caller && !Caller->isDeclaration() && in getInlineThreshold() local
242 if (!(InlineLimit.getNumOccurrences() > 0) && OptSize && in getInlineThreshold()
/external/llvm/lib/Transforms/Scalar/
DCodeGenPrepare.cpp98 bool OptSize; member in __anon3005b4ff0111::CodeGenPrepare
152 OptSize = F.getAttributes().hasAttribute(AttributeSet::FunctionIndex, in runOnFunction()
157 if (!OptSize && TLI && TLI->isSlowDivBypassed()) { in runOnFunction()
1841 if (DisableSelectToBranch || OptSize || !TLI || VectorCond) in OptimizeSelectInst()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1290 OptSize = getOptimizationLevelSize(Args, IK, Diags); in ParseLangArgs() local
1292 Opts.OptimizeSize = OptSize != 0; in ParseLangArgs()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3604 bool OptSize = in getMemcpyLoadsAndStores() local
3616 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize); in getMemcpyLoadsAndStores()
3720 bool OptSize = MF.getFunction()->getAttributes(). in getMemmoveLoadsAndStores() local
3728 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); in getMemmoveLoadsAndStores()
3799 bool OptSize = MF.getFunction()->getAttributes(). in getMemsetStores() local
3806 if (!FindOptimalMemOpLowering(MemOps, TLI.getMaxStoresPerMemset(OptSize), in getMemsetStores()