Home
last modified time | relevance | path

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

123456

/external/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,
/external/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,
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp21 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
25 if (!AlwaysInline && (Align & 3) == 0 && in EmitTargetCodeForMemcpy()
DXCoreSelectionDAGInfo.h28 bool AlwaysInline,
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp22 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
25 if (AlwaysInline || (Align & 0x3) != 0 || !ConstantSize) in EmitTargetCodeForMemcpy()
DHexagonSelectionDAGInfo.h26 bool AlwaysInline,
/external/llvm/unittests/IR/
DAttributesTest.cpp20 Attribute AttrA = Attribute::get(C, Attribute::AlwaysInline); in TEST()
21 Attribute AttrB = Attribute::get(C, Attribute::AlwaysInline); in TEST()
/external/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()
/external/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,
/external/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()
/external/llvm-project/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp242 unsigned Align, bool isVolatile, bool AlwaysInline, in emitConstantSizeRepmov() argument
247 if (!AlwaysInline && Size > Subtarget.getMaxInlineSizeThreshold()) in emitConstantSizeRepmov()
257 if (!AlwaysInline && (Align & 3) != 0) in emitConstantSizeRepmov()
297 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
321 Size.getValueType(), Alignment.value(), isVolatile, AlwaysInline, in EmitTargetCodeForMemcpy()
/external/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()
/external/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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAlwaysInlinePass.cpp137 = StressCalls ? Attribute::AlwaysInline : Attribute::NoInline; in runOnModule()
152 F->addFnAttr(Attribute::AlwaysInline); in runOnModule()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp198 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
208 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
215 if (!AlwaysInline && (Align & 3) != 0) in EmitTargetCodeForMemcpy()
277 Align, isVolatile, AlwaysInline, false, in EmitTargetCodeForMemcpy()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.h25 bool AlwaysInline,
/external/llvm/lib/Target/Lanai/
DLanaiSelectionDAGInfo.cpp24 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
DLanaiSelectionDAGInfo.h29 bool AlwaysInline,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiSelectionDAGInfo.h28 bool AlwaysInline,
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiSelectionDAGInfo.h28 bool isVolatile, bool AlwaysInline,
/external/llvm-project/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.h25 bool isVolatile, bool AlwaysInline,

123456