Home
last modified time | relevance | path

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

123

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp20 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
24 if (!AlwaysInline && Alignment >= Align(4) && in EmitTargetCodeForMemcpy()
H A DXCoreSelectionDAGInfo.h25 bool AlwaysInline,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp21 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
24 if (AlwaysInline || Alignment < Align(4) || !ConstantSize) in EmitTargetCodeForMemcpy()
H A DHexagonSelectionDAGInfo.h27 bool isVolatile, bool AlwaysInline,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A 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()
H A DX86SelectionDAGInfo.h38 bool isVolatile, bool AlwaysInline,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAlwaysInlinePass.cpp131 = StressCalls ? Attribute::AlwaysInline : Attribute::NoInline; in alwaysInlineImpl()
146 F->addFnAttr(Attribute::AlwaysInline); in alwaysInlineImpl()
H A DAMDGPURewriteOutArguments.cpp456 F.addFnAttr(Attribute::AlwaysInline); in runOnFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp57 if (!F.isDeclaration() && F.hasFnAttribute(Attribute::AlwaysInline) && in run()
204 if (!CB.hasFnAttr(Attribute::AlwaysInline)) in getInlineCost()
H A DSyntheticCountsPropagation.cpp79 if (F.hasFnAttribute(Attribute::AlwaysInline) || in initializeCounts()
H A DForceFunctionAttrs.cpp38 .Case("alwaysinline", Attribute::AlwaysInline) in parseAttrKind()
H A DFunctionImport.cpp234 !Summary->fflags().AlwaysInline && !ForceImportAll) { in selectCallee()
514 assert((ResolvedCalleeSummary->fflags().AlwaysInline || ForceImportAll || in computeImportForFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiSelectionDAGInfo.h28 bool isVolatile, bool AlwaysInline,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFSelectionDAGInfo.h25 bool isVolatile, bool AlwaysInline,
H A DBPFSelectionDAGInfo.cpp22 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.h28 bool AlwaysInline,
H A DWebAssemblySelectionDAGInfo.cpp23 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.h43 bool isVolatile, bool AlwaysInline,
H A DARMSelectionDAGInfo.cpp171 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
192 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h29 bool IsVolatile, bool AlwaysInline,
H A DSystemZSelectionDAGInfo.cpp50 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h55 bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineAdvisor.cpp440 bool AlwaysInline = IC.isAlways(); in emitInlinedInto() local
441 StringRef RemarkName = AlwaysInline ? "AlwaysInline" : "Inlined"; in emitInlinedInto()
H A DModuleSummaryAnalysis.cpp468 F.hasFnAttribute(Attribute::AlwaysInline)}; in computeFunctionSummary()
714 F->hasFnAttribute(Attribute::AlwaysInline)}, in buildModuleSummaryIndex()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp451 FlagValue(F.NoInline), FlagValue(F.AlwaysInline), 0}; in fflagsToString()

123