Searched refs:InlineHint (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInline.cpp115 bool InlineHint = Callee && !Callee->isDeclaration() && local
116 Callee->hasFnAttribute(Attribute::InlineHint);
117 if (InlineHint && Params.HintThreshold && Params.HintThreshold > Thres
219 if (IC && !IC.isAlways() && !Callee->hasFnAttribute(Attribute::InlineHint)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp35 .Case("inlinehint", Attribute::InlineHint)
H A DSyntheticCountsPropagation.cpp79 F.hasFnAttribute(Attribute::InlineHint)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp350 if (hasAttribute(Attribute::InlineHint))
H A DVerifier.cpp1560 case Attribute::InlineHint:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1685 F->addFnAttr(Attribute::InlineHint);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp906 case Attribute::InlineHint:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1355 if (Callee.hasFnAttribute(Attribute::InlineHint))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1250 case Attribute::InlineHint: return 1 << 25;
1420 return Attribute::InlineHint;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1406 if (GV.hasFnAttribute(Attribute::InlineHint))
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1643 B.addAttribute(llvm::Attribute::InlineHint);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp622 case Attribute::InlineHint:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1302 case lltok::kw_inlinehint: B.addAttribute(Attribute::InlineHint); break;

Completed in 200 milliseconds