/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 311 return isTargetWatchABI() || (isSwift() && !MF.getFunction()->optForMinSize()); in useStride4VFPs() 319 (isTargetWindows() || !MF.getFunction()->optForMinSize()); in useMovt()
|
D | ARMSelectionDAGInfo.cpp | 174 if (NumMEMCPYs > 1 && DAG.getMachineFunction().getFunction()->optForMinSize()) { in EmitTargetCodeForMemcpy()
|
D | Thumb2SizeReduction.cpp | 430 if (!MBB.getParent()->getFunction()->optForMinSize()) in ReduceLoadStore() 1082 MinimizeSize = MF.getFunction()->optForMinSize(); in runOnMachineFunction()
|
D | ARMAsmPrinter.cpp | 116 else if (F->optForMinSize()) in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 373 return isTargetWatchABI() || (isSwift() && !MF.getFunction().optForMinSize()); in useStride4VFPs() 381 (isTargetWindows() || !MF.getFunction().optForMinSize() || genExecuteOnly()); in useMovt()
|
D | ARMSelectionDAGInfo.cpp | 174 if (NumMEMCPYs > 1 && DAG.getMachineFunction().getFunction().optForMinSize()) { in EmitTargetCodeForMemcpy()
|
D | Thumb2SizeReduction.cpp | 456 if (!MBB.getParent()->getFunction().optForMinSize()) in ReduceLoadStore() 1106 MinimizeSize = MF.getFunction().optForMinSize(); in runOnMachineFunction()
|
D | ARMAsmPrinter.cpp | 126 else if (F.optForMinSize()) in runOnMachineFunction()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 434 bool optForMinSize() const { return hasFnAttribute(Attribute::MinSize); }; 438 return hasFnAttribute(Attribute::OptimizeForSize) || optForMinSize();
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 457 bool optForMinSize() const { return hasFnAttribute(Attribute::MinSize); } in optForMinSize() function 461 return hasFnAttribute(Attribute::OptimizeForSize) || optForMinSize(); in optForSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Function.h | 581 bool optForMinSize() const { return hasFnAttribute(Attribute::MinSize); } in optForMinSize() function 585 return hasFnAttribute(Attribute::OptimizeForSize) || optForMinSize(); in optForSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 251 DAG.getMachineFunction().getFunction().optForMinSize()) { in EmitTargetCodeForMemcpy()
|
D | X86FixupLEAs.cpp | 200 OptIncDec = !ST.slowIncDec() || Func.getFunction().optForMinSize(); in runOnMachineFunction()
|
/external/llvm/lib/Target/X86/ |
D | X86FixupLEAs.cpp | 170 OptIncDec = !ST.slowIncDec() || Func.getFunction()->optForMinSize(); in runOnMachineFunction()
|
/external/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 316 if (OnlyOptimizeForSize && !ParentFn->optForMinSize()) in doMerge()
|
D | AtomicExpandPass.cpp | 981 !F->optForMinSize(); in expandAtomicCmpXchg() 985 bool UseUnconditionalReleaseBarrier = F->optForMinSize() && !CI->isWeak(); in expandAtomicCmpXchg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 334 if (OnlyOptimizeForSize && !ParentFn->optForMinSize()) in doMerge()
|
D | ExpandMemCmp.cpp | 683 if (CI->getFunction()->optForMinSize()) in expandMemCmp()
|
D | AtomicExpandPass.cpp | 989 !F->optForMinSize(); in expandAtomicCmpXchg() 993 bool UseUnconditionalReleaseBarrier = F->optForMinSize() && !CI->isWeak(); in expandAtomicCmpXchg()
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 630 if (Caller->optForMinSize() && OptMinSizeThreshold < Threshold) in updateThreshold() 648 if (InlineHint && HintThreshold > Threshold && !Caller->optForMinSize()) in updateThreshold()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ConditionalCompares.cpp | 900 MinSize = MF.getFunction()->optForMinSize(); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ConditionalCompares.cpp | 944 MinSize = MF.getFunction().optForMinSize(); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 898 if (Caller->optForMinSize()) { in updateThreshold() 911 if (!Caller->optForMinSize()) { in updateThreshold()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 322 return F.optForSize() && !F.optForMinSize(); in isOptSize() 326 return MF.getFunction()->optForMinSize(); in isMinSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 384 return F.optForSize() && !F.optForMinSize(); in isOptSize() 388 return MF.getFunction().optForMinSize(); in isMinSize()
|