/external/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 181 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()
|
D | X86SelectionDAGInfo.h | 49 bool isVolatile, bool AlwaysInline,
|
/external/webkit/Source/WebKit/mac/ForwardingHeaders/wtf/ |
D | AlwaysInline.h | 1 #import <JavaScriptCore/AlwaysInline.h>
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 52 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/ |
D | HexagonSelectionDAGInfo.h | 33 bool isVolatile, bool AlwaysInline,
|
D | HexagonSelectionDAGInfo.cpp | 32 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.h | 52 bool isVolatile, bool AlwaysInline,
|
D | ARMSelectionDAGInfo.cpp | 33 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAGInfo.h | 61 bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
|
/external/llvm/lib/Transforms/IPO/ |
D | InlineAlways.cpp | 117 if (!Callee->hasFnAttr(Attribute::AlwaysInline)) in getInlineCost()
|
D | Inliner.cpp | 535 if (AlwaysInlineOnly && !F->hasFnAttr(Attribute::AlwaysInline)) in removeDeadFunctions()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | CMakeLists.txt | 5 AlwaysInline.h
|
/external/llvm/include/llvm/ |
D | Attributes.h | 111 DECLARE_LLVM_ATTRIBUTE(AlwaysInline,1<<12) ///< inline=always
|
/external/llvm/lib/VMCore/ |
D | Attributes.cpp | 65 if (Attrs & Attribute::AlwaysInline) in getAsString()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3503 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/ |
D | Attr.td | 159 def AlwaysInline : InheritableAttr {
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 592 SDValue Size, unsigned Align, bool isVol, bool AlwaysInline,
|
/external/webkit/Source/JavaScriptCore/ |
D | JavaScriptCore.gypi | 134 'wtf/AlwaysInline.h',
|
D | GNUmakefile.list.am | 399 Source/JavaScriptCore/wtf/AlwaysInline.h \
|
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 956 CurFn->addFnAttr(llvm::Attribute::AlwaysInline); in EmitDestructorBody()
|
D | CodeGenModule.cpp | 576 F->addFnAttr(llvm::Attribute::AlwaysInline); in SetLLVMFunctionAttributesForDefinition()
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/ |
D | project.pbxproj | 425 …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/ |
D | ChangeLog | 3022 * wtf/AlwaysInline.h: Removed. 3050 * kxmlcore/AlwaysInline.h: Removed. 3228 * kxmlcore/AlwaysInline.h: Added.
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 496 HANDLE_ATTR(AlwaysInline); in printAttributes()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 956 case lltok::kw_alwaysinline: Attrs |= Attribute::AlwaysInline; break; in ParseOptionalAttrs()
|