Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h50 const Attributes OptimizeForSize = 1<<13; ///< opt_size variable
93 NoInline | AlwaysInline | OptimizeForSize | StackProtect | StackProtectReq |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp51 ForCodeSize = MF.getFunction().hasFnAttribute(Attribute::OptimizeForSize) || in runOnMachineFunction()
/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/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc34 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/Fuchsia/include/llvm/IR/
DAttributes.gen34 OptimizeForSize,
91 .Case("optsize", Attribute::OptimizeForSize)
304 return llvm::Attribute::OptimizeForSize;
/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/MacOS/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/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp48 .Case("optsize", Attribute::OptimizeForSize) in parseAttrKind()
/external/llvm/include/llvm/Transforms/
DScalar.h159 Pass *createLoopUnswitchPass(bool OptimizeForSize = false);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DScalar.h174 Pass *createLoopUnswitchPass(bool OptimizeForSize = false,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp50 .Case("optsize", Attribute::OptimizeForSize) in parseAttrKind()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/IR/
DAttributesCompatFunc.inc36 OptimizeForSize,
99 .Case("optsize", Attribute::OptimizeForSize)
326 return llvm::Attribute::OptimizeForSize;
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/
DAttributes.inc36 OptimizeForSize,
99 .Case("optsize", Attribute::OptimizeForSize)
326 return llvm::Attribute::OptimizeForSize;
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnswitch.cpp76 bool OptimizeForSize; member in __anondb7020390111::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 __anonbcfadd0d0111::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-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp178 bool OptimizeForSize; member in __anon2e9142650111::LoopUnswitch
202 : LoopPass(ID), OptimizeForSize(Os), in LoopUnswitch()
640 if (OptimizeForSize || in processCurrentLoop()
641 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp421 if (F.hasFnAttribute(Attribute::OptimizeForSize)) in PGOMemOPSizeOptImpl()
/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();

123