| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86PadShortFunction.cpp | 101 if (MF.getFunction().optForSize()) in runOnMachineFunction()
|
| H A D | X86FixupBWInsts.cpp | 154 OptForSize = MF.getFunction().optForSize(); in runOnMachineFunction()
|
| H A D | X86OptimizeLEAs.cpp | 704 if (MF.getFunction().optForSize()) in runOnMachineFunction()
|
| H A D | X86InstrInfo.cpp | 1525 if (MI.getParent()->getParent()->getFunction().optForSize()) { in commuteInstructionImpl() 4803 if (MF.getFunction().optForSize() || !hasUndefRegUpdate(MI.getOpcode()) || in shouldPreventUndefRegUpdateMemFold() 4838 if (!MF.getFunction().optForSize() && in foldMemoryOperandImpl() 5006 if (!MF.getFunction().optForSize() && in foldMemoryOperandImpl() 5206 if (!MF.getFunction().optForSize() && in foldMemoryOperandImpl()
|
| H A D | X86InstrInfo.td | 931 def OptForSize : Predicate<"MF->getFunction().optForSize()">; 933 def OptForSpeed : Predicate<"!MF->getFunction().optForSize()">; 935 "MF->getFunction().optForSize()">; 936 def NoSSE41_Or_OptForSize : Predicate<"MF->getFunction().optForSize() || "
|
| H A D | X86ISelDAGToDAG.cpp | 724 OptForSize = MF->getFunction().optForSize(); in PreprocessISelDAG() 2650 CurDAG->getMachineFunction().getFunction().optForSize()) { in foldLoadStoreIntoMemOperand()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Function.h | 598 bool optForSize() const { in optForSize() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 532 if (L->getHeader()->getParent()->optForSize()) { in processLoop()
|
| H A D | ConstantHoisting.cpp | 551 if(!Entry->getParent()->optForSize() || std::distance(S,E) > 100) { in maximizeConstantsInRange()
|
| H A D | LoopUnrollPass.cpp | 202 if (L->getHeader()->getParent()->optForSize()) { in gatherUnrollingPreferences()
|
| H A D | LoopIdiomRecognize.cpp | 288 L->getHeader()->getParent()->optForSize() && UseLIRCodeSizeHeurs; in runOnLoop()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineCombiner.cpp | 644 OptSize = MF.getFunction().optForSize(); in runOnMachineFunction()
|
| H A D | MachineBlockPlacement.cpp | 1780 if (F->getFunction().optForSize()) in findBestLoopTop() 2501 (F->getFunction().optForSize() && !TLI->alignLoopsWithOptSize())) in alignBlocks() 2776 if (MF.getFunction().optForSize()) in runOnMachineFunction()
|
| H A D | BranchFolding.cpp | 725 return EffectiveTailLen >= 2 && MF->getFunction().optForSize() && in ProfitableToMerge() 1601 MF.getFunction().optForSize()) { in OptimizeBlock()
|
| H A D | ExpandMemCmp.cpp | 746 TLI->getMaxExpandSizeMemcmp(CI->getFunction()->optForSize()); in expandMemCmp()
|
| H A D | TailDuplicator.cpp | 561 MF->getFunction().optForSize()) in shouldTailDuplicate()
|
| H A D | CodeGenPrepare.cpp | 416 OptSize = F.optForSize(); in runOnFunction() 4271 const bool OptSize = I->getFunction()->optForSize(); in FindAllMemoryUses()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 909 } else if (Caller->optForSize()) in updateThreshold() 927 if (!Caller->optForSize() && HotCallSiteThreshold) { in updateThreshold()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 602 if (L->getHeader()->getParent()->optForSize()) in getUnrollingPreferences()
|
| H A D | Thumb2SizeReduction.cpp | 1131 OptimizeSize = MF.getFunction().optForSize(); in runOnMachineFunction()
|
| H A D | ARMAsmPrinter.cpp | 129 else if (F.optForSize()) in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 941 const bool OptForSize = SI->getParent()->getParent()->optForSize(); in isSuitableForJumpTable()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 384 return F.optForSize() && !F.optForMinSize(); in isOptSize()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2861 !MF->getFunction().optForSize() && in setupCodePaddingContext()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 2310 if (CI->getFunction()->optForSize()) in optimizeFPuts()
|