Searched refs:optForSize (Results 1 - 25 of 27) sorted by relevance

12

/external/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp104 if (MF.getFunction()->optForSize()) {
H A DX86FixupBWInsts.cpp159 OptForSize = MF.getFunction()->optForSize();
H A DX86OptimizeLEAs.cpp642 if (MF.getFunction()->optForSize())
H A DX86ISelDAGToDAG.cpp538 OptForSize = MF->getFunction()->optForSize();
H A DX86InstrInfo.cpp6115 if (!MF.getFunction()->optForSize() && hasPartialRegUpdate(MI.getOpcode()))
6235 if (!MF.getFunction()->optForSize() && hasPartialRegUpdate(MI.getOpcode()))
/external/llvm/include/llvm/IR/
H A DFunction.h437 bool optForSize() const { function in class:llvm::Function
/external/llvm/lib/CodeGen/
H A DMachineCombiner.cpp462 OptSize = MF.getFunction()->optForSize();
H A DMachineBlockPlacement.cpp1579 if (F->getFunction()->optForSize())
H A DBranchFolding.cpp654 return EffectiveTailLen >= 2 && MF->getFunction()->optForSize() &&
H A DCodeGenPrepare.cpp231 OptSize = F.optForSize();
3502 const bool OptSize = I->getFunction()->optForSize();
/external/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp496 if (L->getHeader()->getParent()->optForSize()) {
H A DConstantHoisting.cpp336 if(!Entry->getParent()->optForSize() || std::distance(S,E) > 100) {
H A DLoopUnrollPass.cpp135 if (L->getHeader()->getParent()->optForSize()) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h460 bool optForSize() const { function in class:llvm::Function
/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp1081 OptimizeSize = MF.getFunction()->optForSize();
H A DARMAsmPrinter.cpp119 else if (F->optForSize())
H A DARMBaseInstrInfo.cpp1709 if (MBB.getParent()->getFunction()->optForSize()) {
3733 // FIXME: Use Function::optForSize().
/external/llvm/lib/Analysis/
H A DInlineCost.cpp632 else if (Caller->optForSize() && OptSizeThreshold < Threshold)
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp322 return F.optForSize() && !F.optForMinSize();
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1841 if (CI->getParent()->getParent()->optForSize())
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp55 ForCodeSize = MF.getFunction()->optForSize();
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4319 (!MF->getFunction()->optForSize() && !Base.hasOneUse()))
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6442 Hints.getForce() != LoopVectorizeHints::FK_Enabled && F->optForSize();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4615 if (!F->optForSize() ||
8349 if (DefaultMBB->getParent()->getFunction()->optForSize())
H A DSelectionDAG.cpp4290 return MF.getFunction()->optForSize();

Completed in 1633 milliseconds

12