Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineCombiner.cpp49 bool OptSize; member in __anon7d7d09870111::MachineCombiner
HDCodeGenPrepare.cpp148 bool OptSize; member in __anon08e94ae70111::CodeGenPrepare
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDInliner.cpp267 bool OptSize = Caller && !Caller->isDeclaration() && in getInlineThreshold() local
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.cpp4070 unsigned OptSize, in IsMulWideOperandDemotable()
4097 unsigned OptSize, in AreMulWideOperandsDemotable()
4150 unsigned OptSize = MulType.getSizeInBits() >> 1; in TryMULWIDECombine() local
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetLowering.h841 unsigned getMaxStoresPerMemset(bool OptSize) const { in getMaxStoresPerMemset()
851 unsigned getMaxStoresPerMemcpy(bool OptSize) const { in getMaxStoresPerMemcpy()
861 unsigned getMaxStoresPerMemmove(bool OptSize) const { in getMaxStoresPerMemmove()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInvocation.cpp1670 OptSize = getOptimizationLevelSize(Args); in ParseLangArgs() local
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp4176 bool OptSize = MF.getFunction()->hasFnAttribute(Attribute::OptimizeForSize); in getMemcpyLoadsAndStores() local
4289 bool OptSize = MF.getFunction()->hasFnAttribute(Attribute::OptimizeForSize); in getMemmoveLoadsAndStores() local
4383 bool OptSize = MF.getFunction()->hasFnAttribute(Attribute::OptimizeForSize); in getMemsetStores() local