HomeSort by: relevance | last modified time | path
    Searched refs:AlwaysInline (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.h 25 bool AlwaysInline,
XCoreSelectionDAGInfo.cpp 20 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline,
24 if (!AlwaysInline && Alignment >= Align(4) &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFSelectionDAGInfo.h 25 bool isVolatile, bool AlwaysInline,
BPFSelectionDAGInfo.cpp 22 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.h 27 bool isVolatile, bool AlwaysInline,
HexagonSelectionDAGInfo.cpp 21 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline,
24 if (AlwaysInline || Alignment < Align(4) || !ConstantSize)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiSelectionDAGInfo.h 28 bool isVolatile, bool AlwaysInline,
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblySelectionDAGInfo.h 28 bool AlwaysInline,
WebAssemblySelectionDAGInfo.cpp 23 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86SelectionDAGInfo.h 38 bool isVolatile, bool AlwaysInline,
X86SelectionDAGInfo.cpp 238 unsigned Align, bool isVolatile, bool AlwaysInline,
243 if (!AlwaysInline && Size > Subtarget.getMaxInlineSizeThreshold())
253 if (!AlwaysInline && (Align & 3) != 0)
286 /*AlwaysInline*/ true, /*isTailCall*/ false,
293 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline,
317 Size.getValueType(), Alignment.value(), isVolatile, AlwaysInline,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAlwaysInlinePass.cpp 131 = StressCalls ? Attribute::AlwaysInline : Attribute::NoInline;
146 F->addFnAttr(Attribute::AlwaysInline);
AMDGPURewriteOutArguments.cpp 456 F.addFnAttr(Attribute::AlwaysInline);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.h 43 bool isVolatile, bool AlwaysInline,
ARMSelectionDAGInfo.cpp 171 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline,
192 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AlwaysInliner.cpp 57 if (!F.isDeclaration() && F.hasFnAttribute(Attribute::AlwaysInline) &&
204 if (!CB.hasFnAttr(Attribute::AlwaysInline))
205 return InlineCost::getNever("no alwaysinline attribute");
SyntheticCountsPropagation.cpp 79 if (F.hasFnAttribute(Attribute::AlwaysInline) ||
ForceFunctionAttrs.cpp 38 .Case("alwaysinline", Attribute::AlwaysInline)
HotColdSplitting.cpp 219 if (F.hasFnAttribute(Attribute::AlwaysInline))
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h 29 bool IsVolatile, bool AlwaysInline,
SystemZSelectionDAGInfo.cpp 50 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 45 /// If AlwaysInline is true, the size is constant and the target should not
49 /// for another call). If the target chooses to decline an AlwaysInline
55 bool AlwaysInline,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineAdvisor.cpp 440 bool AlwaysInline = IC.isAlways();
441 StringRef RemarkName = AlwaysInline ? "AlwaysInline" : "Inlined";
ModuleSummaryAnalysis.cpp 468 F.hasFnAttribute(Attribute::AlwaysInline)};
714 F->hasFnAttribute(Attribute::AlwaysInline)},
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 451 FlagValue(F.NoInline), FlagValue(F.AlwaysInline), 0};

Completed in 31 milliseconds

1 2