Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h49 const Attributes AlwaysInline = 1<<12; ///< inline=always variable
93 NoInline | AlwaysInline | OptimizeForSize | StackProtect | StackProtectReq |
105 NoInline | 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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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.h28 bool AlwaysInline,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86SelectionDAGInfo.cpp178 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
187 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
194 if (!AlwaysInline && (Align & 3) != 0) in EmitTargetCodeForMemcpy()
252 Align, isVolatile, AlwaysInline, in EmitTargetCodeForMemcpy()
DX86SelectionDAGInfo.h49 bool isVolatile, bool AlwaysInline,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DAlwaysInliner.cpp41 if (!F.isDeclaration() && F.hasFnAttribute(Attribute::AlwaysInline) && in run()
152 CS.hasFnAttr(Attribute::AlwaysInline) && isInlineViable(*Callee)) in getInlineCost()
DInliner.cpp623 bool AlwaysInline = OIC->isAlways(); in inlineCallsImpl() local
624 StringRef RemarkName = AlwaysInline ? "AlwaysInline" : "Inlined"; in inlineCallsImpl()
628 if (AlwaysInline) in inlineCallsImpl()
744 if (AlwaysInlineOnly && !F->hasFnAttribute(Attribute::AlwaysInline)) in removeDeadFunctions()
1002 bool AlwaysInline = OIC->isAlways(); in run() local
1003 StringRef RemarkName = AlwaysInline ? "AlwaysInline" : "Inlined"; in run()
1007 if (AlwaysInline) in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp205 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
215 if (!AlwaysInline && Repeats.Size > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
222 if (!AlwaysInline && (Align & 3) != 0) in EmitTargetCodeForMemcpy()
290 Align, isVolatile, AlwaysInline, false, in EmitTargetCodeForMemcpy()
DX86SelectionDAGInfo.h43 bool AlwaysInline,
/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()
DX86SelectionDAGInfo.h43 bool AlwaysInline,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAlwaysInlinePass.cpp133 = StressCalls ? Attribute::AlwaysInline : Attribute::NoInline; in runOnModule()
148 F->addFnAttr(Attribute::AlwaysInline); in runOnModule()
/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-7.0/llvm/lib/Target/Lanai/
DLanaiSelectionDAGInfo.h29 bool AlwaysInline,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFSelectionDAGInfo.h26 bool AlwaysInline,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSelectionDAGInfo.cpp33 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXSelectionDAGInfo.h37 bool isVolatile, bool AlwaysInline,

1234