Home
last modified time | relevance | path

Searched refs:AlwaysInline (Results 1 – 25 of 50) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp20 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
24 if (!AlwaysInline && Alignment >= Align(4) && in EmitTargetCodeForMemcpy()
DXCoreSelectionDAGInfo.h25 bool AlwaysInline,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp21 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
24 if (AlwaysInline || Alignment < Align(4) || !ConstantSize) in EmitTargetCodeForMemcpy()
DHexagonSelectionDAGInfo.h27 bool isVolatile, bool AlwaysInline,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp238 unsigned Align, bool isVolatile, bool AlwaysInline, in emitConstantSizeRepmov() argument
243 if (!AlwaysInline && Size > Subtarget.getMaxInlineSizeThreshold()) in emitConstantSizeRepmov()
253 if (!AlwaysInline && (Align & 3) != 0) in emitConstantSizeRepmov()
293 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
317 Size.getValueType(), Alignment.value(), isVolatile, AlwaysInline, in EmitTargetCodeForMemcpy()
DX86SelectionDAGInfo.h38 bool isVolatile, bool AlwaysInline,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAlwaysInlinePass.cpp131 = StressCalls ? Attribute::AlwaysInline : Attribute::NoInline; in alwaysInlineImpl()
146 F->addFnAttr(Attribute::AlwaysInline); in alwaysInlineImpl()
DAMDGPURewriteOutArguments.cpp456 F.addFnAttr(Attribute::AlwaysInline); in runOnFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAlwaysInliner.cpp57 if (!F.isDeclaration() && F.hasFnAttribute(Attribute::AlwaysInline) && in run()
204 if (!CB.hasFnAttr(Attribute::AlwaysInline)) in getInlineCost()
DSyntheticCountsPropagation.cpp79 if (F.hasFnAttribute(Attribute::AlwaysInline) || in initializeCounts()
DFunctionImport.cpp234 !Summary->fflags().AlwaysInline && !ForceImportAll) { in selectCallee()
514 assert((ResolvedCalleeSummary->fflags().AlwaysInline || ForceImportAll || in computeImportForFunction()
DHotColdSplitting.cpp220 if (F.hasFnAttribute(Attribute::AlwaysInline)) in shouldOutlineFrom()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.h25 bool isVolatile, bool AlwaysInline,
DBPFSelectionDAGInfo.cpp22 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiSelectionDAGInfo.h28 bool isVolatile, bool AlwaysInline,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.h28 bool AlwaysInline,
DWebAssemblySelectionDAGInfo.cpp23 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h43 bool isVolatile, bool AlwaysInline,
DARMSelectionDAGInfo.cpp171 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
192 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.h29 bool IsVolatile, bool AlwaysInline,
DSystemZSelectionDAGInfo.cpp50 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h55 bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DInlineAdvisor.cpp443 bool AlwaysInline = IC.isAlways(); in emitInlinedInto() local
444 StringRef RemarkName = AlwaysInline ? "AlwaysInline" : "Inlined"; in emitInlinedInto()
DModuleSummaryAnalysis.cpp468 F.hasFnAttribute(Attribute::AlwaysInline)}; in computeFunctionSummary()
714 F->hasFnAttribute(Attribute::AlwaysInline)}, in buildModuleSummaryIndex()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DModuleSummaryIndex.cpp451 FlagValue(F.NoInline), FlagValue(F.AlwaysInline), 0}; in fflagsToString()

12