Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp181 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
190 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
197 if (!AlwaysInline && (Align & 3) != 0) in EmitTargetCodeForMemcpy()
255 Align, isVolatile, AlwaysInline, in EmitTargetCodeForMemcpy()
DX86SelectionDAGInfo.h49 bool isVolatile, bool AlwaysInline,
/external/webkit/Source/WebKit/mac/ForwardingHeaders/wtf/
DAlwaysInline.h1 #import <JavaScriptCore/AlwaysInline.h>
/external/llvm/lib/Analysis/
DInlineCost.cpp52 const bool AlwaysInline; member in __anon8a7661030111::CallAnalyzer
128 AlwaysInline(F.hasFnAttr(Attribute::AlwaysInline)), in CallAnalyzer()
274 if (AlwaysInline || I.isStaticAlloca()) in visitAlloca()
727 if (!AlwaysInline && Cost > (Threshold + VectorBonus)) in analyzeBlock()
791 if (!AlwaysInline) { in analyzeCall()
898 if (!AlwaysInline && Cost > (Threshold + VectorBonus)) in analyzeCall()
974 return AlwaysInline || Cost < Threshold; in analyzeCall()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.h33 bool isVolatile, bool AlwaysInline,
DHexagonSelectionDAGInfo.cpp32 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h52 bool isVolatile, bool AlwaysInline,
DARMSelectionDAGInfo.cpp33 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
/external/llvm/include/llvm/Target/
DTargetSelectionDAGInfo.h61 bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/external/llvm/lib/Transforms/IPO/
DInlineAlways.cpp117 if (!Callee->hasFnAttr(Attribute::AlwaysInline)) in getInlineCost()
DInliner.cpp535 if (AlwaysInlineOnly && !F->hasFnAttr(Attribute::AlwaysInline)) in removeDeadFunctions()
/external/webkit/Source/JavaScriptCore/wtf/
DCMakeLists.txt5 AlwaysInline.h
/external/llvm/include/llvm/
DAttributes.h111 DECLARE_LLVM_ATTRIBUTE(AlwaysInline,1<<12) ///< inline=always
/external/llvm/lib/VMCore/
DAttributes.cpp65 if (Attrs & Attribute::AlwaysInline) in getAsString()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3503 bool AlwaysInline, in getMemcpyLoadsAndStores() argument
3529 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize); in getMemcpyLoadsAndStores()
3598 bool AlwaysInline, in getMemmoveLoadsAndStores() argument
3619 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); in getMemmoveLoadsAndStores()
3751 unsigned Align, bool isVol, bool AlwaysInline, in getMemcpy() argument
3774 isVol, AlwaysInline, in getMemcpy()
3781 if (AlwaysInline) { in getMemcpy()
/external/clang/include/clang/Basic/
DAttr.td159 def AlwaysInline : InheritableAttr {
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h592 SDValue Size, unsigned Align, bool isVol, bool AlwaysInline,
/external/webkit/Source/JavaScriptCore/
DJavaScriptCore.gypi134 'wtf/AlwaysInline.h',
DGNUmakefile.list.am399 Source/JavaScriptCore/wtf/AlwaysInline.h \
/external/clang/lib/CodeGen/
DCGClass.cpp956 CurFn->addFnAttr(llvm::Attribute::AlwaysInline); in EmitDestructorBody()
DCodeGenModule.cpp576 F->addFnAttr(llvm::Attribute::AlwaysInline); in SetLLVMFunctionAttributesForDefinition()
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj425 …8C3E40E16F5CD00B34460 /* AlwaysInline.h in Headers */ = {isa = PBXBuildFile; fileRef = 93AA4F77095…
1011 …4B3A7 /* AlwaysInline.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnown…
1611 93AA4F770957251F0084B3A7 /* AlwaysInline.h */,
2198 BC18C3E40E16F5CD00B34460 /* AlwaysInline.h in Headers */,
/external/webkit/Source/JavaScriptGlue/
DChangeLog3022 * wtf/AlwaysInline.h: Removed.
3050 * kxmlcore/AlwaysInline.h: Removed.
3228 * kxmlcore/AlwaysInline.h: Added.
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp496 HANDLE_ATTR(AlwaysInline); in printAttributes()
/external/llvm/lib/AsmParser/
DLLParser.cpp956 case lltok::kw_alwaysinline: Attrs |= Attribute::AlwaysInline; break; in ParseOptionalAttrs()

12