Home
last modified time | relevance | path

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

12

/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/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp28 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
34 if (!AlwaysInline && (Align & 3) == 0 && in EmitTargetCodeForMemcpy()
DXCoreSelectionDAGInfo.h33 bool AlwaysInline,
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp179 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
189 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
196 if (!AlwaysInline && (Align & 3) != 0) in EmitTargetCodeForMemcpy()
261 Align, isVolatile, AlwaysInline, in EmitTargetCodeForMemcpy()
DX86SelectionDAGInfo.h41 bool isVolatile, bool AlwaysInline,
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.h30 bool isVolatile, bool AlwaysInline,
DHexagonSelectionDAGInfo.cpp31 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h47 bool isVolatile, bool AlwaysInline,
DARMSelectionDAGInfo.cpp32 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
46 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
/external/llvm/lib/Transforms/IPO/
DInlineAlways.cpp98 CS.hasFnAttr(Attribute::AlwaysInline) && in getInlineCost()
DInliner.cpp658 Attribute::AlwaysInline)) in removeDeadFunctions()
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.h31 bool IsVolatile, bool AlwaysInline,
DSystemZSelectionDAGInfo.cpp58 bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/external/llvm/include/llvm/Target/
DTargetSelectionDAGInfo.h61 bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/external/llvm/include/llvm/IR/
DAttributes.h70 AlwaysInline, ///< inline=always enumerator
/external/llvm/lib/IR/
DAttributes.cpp164 if (hasAttribute(Attribute::AlwaysInline)) in getAsString()
373 case Attribute::AlwaysInline: return 1 << 12; in getAttrMask()
DVerifier.cpp755 I->getKindAsEnum() == Attribute::AlwaysInline || in VerifyAttributeTypes()
845 Attrs.hasAttribute(Idx, Attribute::AlwaysInline)), "Attributes " in VerifyParameterAttrs()
934 Attribute::AlwaysInline)), in VerifyFunctionAttrs()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3887 bool AlwaysInline, in getMemcpyLoadsAndStores() argument
3915 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize); in getMemcpyLoadsAndStores()
4004 bool AlwaysInline, in getMemmoveLoadsAndStores() argument
4026 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); in getMemmoveLoadsAndStores()
4182 unsigned Align, bool isVol, bool AlwaysInline, in getMemcpy() argument
4206 isVol, AlwaysInline, in getMemcpy()
4213 if (AlwaysInline) { in getMemcpy()
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp1268 if (CS.hasFnAttr(Attribute::AlwaysInline)) { in getInlineCost()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h668 SDValue Size, unsigned Align, bool isVol, bool AlwaysInline,
/external/clang/lib/CodeGen/
DCGClass.cpp1332 CurFn->addFnAttr(llvm::Attribute::AlwaysInline); in EmitDestructorBody()
DCGCall.cpp2953 llvm::Attribute::AlwaysInline); in EmitCall()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp507 HANDLE_ATTR(AlwaysInline); in printAttributes()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp166 case Attribute::AlwaysInline: in getAttrKindEncoding()
/external/clang/include/clang/Basic/
DAttr.td364 def AlwaysInline : InheritableAttr {

12