Home
last modified time | relevance | path

Searched refs:OptimizeForSize (Results 1 – 25 of 41) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h50 const Attributes OptimizeForSize = 1<<13; ///< opt_size variable
93 NoInline | AlwaysInline | OptimizeForSize | StackProtect | StackProtectReq |
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp51 MF.getFunction()->hasFnAttribute(Attribute::OptimizeForSize) || in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/
DScalar.h119 Pass *createLoopUnswitchPass(bool OptimizeForSize = false);
/external/llvm/include/llvm/Transforms/
DScalar.h159 Pass *createLoopUnswitchPass(bool OptimizeForSize = false);
/external/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp48 .Case("optsize", Attribute::OptimizeForSize) in parseAttrKind()
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen34 OptimizeForSize,
91 .Case("optsize", Attribute::OptimizeForSize)
304 return llvm::Attribute::OptimizeForSize;
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen34 OptimizeForSize,
91 .Case("optsize", Attribute::OptimizeForSize)
304 return llvm::Attribute::OptimizeForSize;
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen34 OptimizeForSize,
91 .Case("optsize", Attribute::OptimizeForSize)
304 return llvm::Attribute::OptimizeForSize;
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen34 OptimizeForSize,
91 .Case("optsize", Attribute::OptimizeForSize)
304 return llvm::Attribute::OptimizeForSize;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc34 OptimizeForSize,
91 .Case("optsize", Attribute::OptimizeForSize)
304 return llvm::Attribute::OptimizeForSize;
DFunction.h461 return hasFnAttribute(Attribute::OptimizeForSize) || optForMinSize(); in optForSize()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnswitch.cpp76 bool OptimizeForSize; member in __anon02c629ef0111::LoopUnswitch
94 LoopPass(ID), OptimizeForSize(Os), redoLoop(false), in LoopUnswitch()
434 if (OptimizeForSize || F->hasFnAttr(Attribute::OptimizeForSize)) in UnswitchIfProfitable()
DLoopUnrollPass.cpp144 Header->getParent()->hasFnAttr(Attribute::OptimizeForSize)) in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp184 bool OptimizeForSize; member in __anonaec0e4c30111::LoopUnswitch
205 LoopPass(ID), OptimizeForSize(Os), redoLoop(false), in LoopUnswitch()
551 if (OptimizeForSize || in processCurrentLoop()
552 loopHeader->getParent()->hasFnAttribute(Attribute::OptimizeForSize)) in processCurrentLoop()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAttributes.cpp59 if (Attrs & Attribute::OptimizeForSize) in getAsString()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCodePlacementOpt.cpp379 if (F->hasFnAttr(Attribute::OptimizeForSize)) in AlignLoops()
DMachineFunction.cpp70 if (!Fn->hasFnAttr(Attribute::OptimizeForSize)) in MachineFunction()
DTailDuplication.cpp543 MF.getFunction()->hasFnAttr(Attribute::OptimizeForSize)) in shouldTailDuplicate()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp203 Caller->hasFnAttr(Attribute::OptimizeForSize) && in getInlineThreshold()
/external/llvm/include/llvm/IR/
DFunction.h438 return hasFnAttribute(Attribute::OptimizeForSize) || optForMinSize();
DAttributes.td113 def OptimizeForSize : EnumAttr<"optsize">;
/external/llvm/lib/IR/
DAttributes.cpp289 if (hasAttribute(Attribute::OptimizeForSize)) in getAsString()
487 case Attribute::OptimizeForSize: return 1 << 13; in getAttrMask()
/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp453 bool OptForSize = F->hasFnAttribute(Attribute::OptimizeForSize); in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DTailDuplicator.cpp523 MF.getFunction()->hasFnAttribute(Attribute::OptimizeForSize)) in shouldTailDuplicate()
DMachineFunction.cpp129 if (!Fn->hasFnAttribute(Attribute::OptimizeForSize)) in MachineFunction()

12