Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCombiner.cpp49 bool OptSize; member in __anon8d81165a0111::MachineCombiner
DCodeGenPrepare.cpp148 bool OptSize; member in __anon0965895a0111::CodeGenPrepare
/external/llvm/lib/Transforms/IPO/
DInliner.cpp261 bool OptSize = Caller && !Caller->isDeclaration() && in getInlineThreshold() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp4035 unsigned OptSize, in IsMulWideOperandDemotable()
4062 unsigned OptSize, in AreMulWideOperandsDemotable()
4114 unsigned OptSize = MulType.getSizeInBits() >> 1; in TryMULWIDECombine() local
/external/llvm/include/llvm/Target/
DTargetLowering.h826 unsigned getMaxStoresPerMemset(bool OptSize) const { in getMaxStoresPerMemset()
836 unsigned getMaxStoresPerMemcpy(bool OptSize) const { in getMaxStoresPerMemcpy()
846 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1637 OptSize = getOptimizationLevelSize(Args); in ParseLangArgs() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4024 bool OptSize = MF.getFunction()->hasFnAttribute(Attribute::OptimizeForSize); in getMemcpyLoadsAndStores() local
4137 bool OptSize = MF.getFunction()->hasFnAttribute(Attribute::OptimizeForSize); in getMemmoveLoadsAndStores() local
4231 bool OptSize = MF.getFunction()->hasFnAttribute(Attribute::OptimizeForSize); in getMemsetStores() local