Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp20 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
24 if (!AlwaysInline && (Align & 3) == 0 && in EmitTargetCodeForMemcpy()
DXCoreSelectionDAGInfo.h27 bool AlwaysInline,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp239 unsigned Align, bool isVolatile, bool AlwaysInline, in emitConstantSizeRepmov() argument
244 if (!AlwaysInline && Size > Subtarget.getMaxInlineSizeThreshold()) in emitConstantSizeRepmov()
254 if (!AlwaysInline && (Align & 3) != 0) in emitConstantSizeRepmov()
294 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
315 AlwaysInline, DstPtrInfo, SrcPtrInfo); in EmitTargetCodeForMemcpy()
DX86SelectionDAGInfo.h42 bool AlwaysInline,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp21 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
24 if (AlwaysInline || (Align & 0x3) != 0 || !ConstantSize) in EmitTargetCodeForMemcpy()
DHexagonSelectionDAGInfo.h27 bool AlwaysInline,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAlwaysInliner.cpp50 if (!F.isDeclaration() && F.hasFnAttribute(Attribute::AlwaysInline) && in run()
166 if (!CS.hasFnAttr(Attribute::AlwaysInline)) in getInlineCost()
DForceFunctionAttrs.cpp31 .Case("alwaysinline", Attribute::AlwaysInline) in parseAttrKind()
DSyntheticCountsPropagation.cpp79 if (F.hasFnAttribute(Attribute::AlwaysInline) || in initializeCounts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAlwaysInlinePass.cpp130 = StressCalls ? Attribute::AlwaysInline : Attribute::NoInline; in runOnModule()
145 F->addFnAttr(Attribute::AlwaysInline); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiSelectionDAGInfo.h28 bool AlwaysInline,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.h25 bool AlwaysInline,
DBPFSelectionDAGInfo.cpp22 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.h28 bool AlwaysInline,
DWebAssemblySelectionDAGInfo.cpp23 SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h43 bool AlwaysInline,
DARMSelectionDAGInfo.cpp129 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
144 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen5 AlwaysInline,
62 .Case("alwaysinline", Attribute::AlwaysInline)
159 return llvm::Attribute::AlwaysInline;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen5 AlwaysInline,
62 .Case("alwaysinline", Attribute::AlwaysInline)
159 return llvm::Attribute::AlwaysInline;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen5 AlwaysInline,
62 .Case("alwaysinline", Attribute::AlwaysInline)
159 return llvm::Attribute::AlwaysInline;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen5 AlwaysInline,
62 .Case("alwaysinline", Attribute::AlwaysInline)
159 return llvm::Attribute::AlwaysInline;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc5 AlwaysInline,
62 .Case("alwaysinline", Attribute::AlwaysInline)
159 return llvm::Attribute::AlwaysInline;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/
DAttributes.gen5 AlwaysInline,
62 .Case("alwaysinline", Attribute::AlwaysInline)
159 return llvm::Attribute::AlwaysInline;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.h29 bool AlwaysInline,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h55 bool AlwaysInline, in EmitTargetCodeForMemcpy() argument

123