Home
last modified time | relevance | path

Searched refs:hasOptNone (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInferFunctionAttrs.cpp29 if (F.isDeclaration() && !F.hasOptNone()) in inferAllPrototypeAttributes()
DHotColdSplitting.cpp148 assert(!F.hasOptNone() && "Can't mark this cold"); in markFunctionCold()
657 if (F.hasOptNone()) in run()
DFunctionAttrs.cpp1430 if (F.hasOptNone() || F.hasFnAttribute(Attribute::Naked)) { in run()
1503 if (!F || F->hasOptNone() || F->hasFnAttribute(Attribute::Naked)) { in runImpl()
DInliner.cpp981 if (F.hasOptNone()) { in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DWarnMissedTransforms.cpp96 if (F.hasOptNone()) in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPass.cpp171 if (F.hasOptNone()) { in skipFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DRegionPass.cpp291 if (F.hasOptNone()) { in skipRegion()
DLoopPass.cpp403 if (F->hasOptNone()) { in skipLoop()
DGlobalsModRef.cpp520 if (F->isDeclaration() || F->hasOptNone()) { in AnalyzeCallGraph()
576 if (Node->getFunction()->hasOptNone()) in AnalyzeCallGraph()
DInlineCost.cpp2155 if (Caller->hasOptNone()) in getInlineCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp397 if (F.isDeclaration() || F.hasOptNone()) in promoteIndirectCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h627 bool hasOptNone() const { return hasFnAttribute(Attribute::OptimizeNone); } in hasOptNone() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp418 if (MergeInit && !F->hasOptNone() && LittleEndian) { in tagAlloca()
DAArch64InstrInfo.td579 …def OptimizedGISelOrOtherSelector : Predicate<"!MF->getFunction().hasOptNone() || MF->getPropertie…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp661 if (F.hasOptNone()) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp723 if(F.hasOptNone()) in TryInlinePointerAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp123 if (F.hasOptNone()) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp377 return MF.getFunction().hasOptNone() || in isOptNone()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1394 !GV.hasOptSize() && !GV.hasOptNone()) in beginFunctionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenGlobalISel.inc133 …if (!MF->getFunction().hasOptNone() || MF->getProperties().hasProperty(MachineFunctionProperties::…