| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SelectionDAGInfo.cpp | 127 bool isVolatile, bool AlwaysInline, in emitConstantSizeRepstos() argument 202 Alignment, isVolatile, AlwaysInline, in emitConstantSizeRepstos() 210 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemset() argument 230 Size.getValueType(), Alignment, isVolatile, AlwaysInline, DstPtrInfo); in EmitTargetCodeForMemset() 270 Align Alignment, bool isVolatile, bool AlwaysInline, in emitConstantSizeRepmov() argument 279 if (!AlwaysInline && Size > Subtarget.getMaxInlineSizeThreshold()) in emitConstantSizeRepmov() 289 if (!AlwaysInline && (Alignment < Align(4))) in emitConstantSizeRepmov() 324 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 349 AlwaysInline, DstPtrInfo, SrcPtrInfo); in EmitTargetCodeForMemcpy()
|
| H A D | X86SelectionDAGInfo.h | 36 bool isVolatile, bool AlwaysInline, 42 bool isVolatile, bool AlwaysInline,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySelectionDAGInfo.h | 31 bool AlwaysInline, 43 bool AlwaysInline,
|
| H A D | WebAssemblySelectionDAGInfo.cpp | 35 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 63 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemset() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreSelectionDAGInfo.cpp | 28 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 32 if (!AlwaysInline && Alignment >= Align(4) && in EmitTargetCodeForMemcpy()
|
| H A D | XCoreSelectionDAGInfo.h | 30 bool AlwaysInline,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.h | 45 bool isVolatile, bool AlwaysInline, 60 bool AlwaysInline,
|
| H A D | ARMSelectionDAGInfo.cpp | 175 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 196 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy() 301 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemset() argument 319 if (!AlwaysInline) in EmitTargetCodeForMemset()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSelectionDAGInfo.cpp | 21 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 24 if (AlwaysInline || Alignment < Align(4) || !ConstantSize) in EmitTargetCodeForMemcpy()
|
| H A D | HexagonSelectionDAGInfo.h | 27 bool isVolatile, bool AlwaysInline,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SelectionDAGInfo.h | 41 bool isVolatile, bool AlwaysInline, 47 bool isVolatile, bool AlwaysInline,
|
| H A D | AArch64SelectionDAGInfo.cpp | 219 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 238 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemset() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSelectionDAGInfo.h | 31 bool IsVolatile, bool AlwaysInline, 38 bool IsVolatile, bool AlwaysInline,
|
| H A D | SystemZSelectionDAGInfo.cpp | 72 SDValue Size, Align Alignment, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 101 bool AlwaysInline, MachinePointerInfo DstPtrInfo) const { in EmitTargetCodeForMemset() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAlwaysInlinePass.cpp | 137 = StressCalls ? Attribute::AlwaysInline : Attribute::NoInline; in alwaysInlineImpl() 152 F->addFnAttr(Attribute::AlwaysInline); in alwaysInlineImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AlwaysInliner.cpp | 54 CB->hasFnAttr(Attribute::AlwaysInline) && in AlwaysInlineImpl() 88 if (F.hasFnAttribute(Attribute::AlwaysInline) && F.isDefTriviallyDead()) { in AlwaysInlineImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGTargetInfo.h | 79 bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 109 bool AlwaysInline, in EmitTargetCodeForMemset() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFSelectionDAGInfo.h | 25 bool isVolatile, bool AlwaysInline,
|
| H A D | BPFSelectionDAGInfo.cpp | 21 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiSelectionDAGInfo.h | 31 bool isVolatile, bool AlwaysInline,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOForceFunctionAttrs.cpp | 56 if (F.hasFnAttribute(Attribute::AlwaysInline)) in run()
|
| H A D | PGOCtxProfLowering.cpp | 427 if (F.hasFnAttribute(Attribute::AlwaysInline)) in run() 428 F.removeFnAttr(Attribute::AlwaysInline); in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ReplayInlineAdvisor.h | 44 enum class Fallback : int { Original, AlwaysInline, NeverInline }; enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ReplayInlineAdvisor.cpp | 134 ReplayInlinerSettings::Fallback::AlwaysInline) in getAdviceImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 764 unsigned AlwaysInline : 1; 787 this->AlwaysInline &= RHS.AlwaysInline; 797 this->ReturnDoesNotAlias | this->NoInline | this->AlwaysInline | 811 OS << ", alwaysInline: " << this->AlwaysInline;
|