/external/llvm/unittests/IR/ |
D | AttributesTest.cpp | 20 Attribute AttrA = Attribute::get(C, Attribute::AlwaysInline); in TEST() 21 Attribute AttrB = Attribute::get(C, Attribute::AlwaysInline); in TEST()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 28 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 34 if (!AlwaysInline && (Align & 3) == 0 && in EmitTargetCodeForMemcpy()
|
D | XCoreSelectionDAGInfo.h | 33 bool AlwaysInline,
|
/external/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 179 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()
|
D | X86SelectionDAGInfo.h | 41 bool isVolatile, bool AlwaysInline,
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.h | 30 bool isVolatile, bool AlwaysInline,
|
D | HexagonSelectionDAGInfo.cpp | 31 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.h | 47 bool isVolatile, bool AlwaysInline,
|
D | ARMSelectionDAGInfo.cpp | 32 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 46 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Transforms/IPO/ |
D | InlineAlways.cpp | 98 CS.hasFnAttr(Attribute::AlwaysInline) && in getInlineCost()
|
D | Inliner.cpp | 658 Attribute::AlwaysInline)) in removeDeadFunctions()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.h | 31 bool IsVolatile, bool AlwaysInline,
|
D | SystemZSelectionDAGInfo.cpp | 58 bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAGInfo.h | 61 bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 70 AlwaysInline, ///< inline=always enumerator
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 164 if (hasAttribute(Attribute::AlwaysInline)) in getAsString() 373 case Attribute::AlwaysInline: return 1 << 12; in getAttrMask()
|
D | Verifier.cpp | 755 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/ |
D | SelectionDAG.cpp | 3887 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/ |
D | InlineCost.cpp | 1268 if (CS.hasFnAttr(Attribute::AlwaysInline)) { in getInlineCost()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 668 SDValue Size, unsigned Align, bool isVol, bool AlwaysInline,
|
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 1332 CurFn->addFnAttr(llvm::Attribute::AlwaysInline); in EmitDestructorBody()
|
D | CGCall.cpp | 2953 llvm::Attribute::AlwaysInline); in EmitCall()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 507 HANDLE_ATTR(AlwaysInline); in printAttributes()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 166 case Attribute::AlwaysInline: in getAttrKindEncoding()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 364 def AlwaysInline : InheritableAttr {
|