HomeSort by relevance Sort by last modified time
    Searched refs:AlwaysInline (Results 1 - 25 of 33) sorted by null

1 2

  /external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
AlwaysInline.h 1 #include <JavaScriptCore/AlwaysInline.h>
  /external/webkit/Source/WebKit/mac/ForwardingHeaders/wtf/
AlwaysInline.h 1 #import <JavaScriptCore/AlwaysInline.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/wtf/
AlwaysInline.h 3 #include <JavaScriptCore/AlwaysInline.h>
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.h 35 bool isVolatile, bool AlwaysInline,
ARMSelectionDAGInfo.cpp 33 bool isVolatile, bool AlwaysInline,
46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.h 49 bool isVolatile, bool AlwaysInline,
X86SelectionDAGInfo.cpp 178 bool isVolatile, bool AlwaysInline,
187 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
191 /// if calling the library is not allowed (AlwaysInline), then soldier on as
194 if (!AlwaysInline && (Align & 3) != 0)
252 Align, isVolatile, AlwaysInline,
  /external/llvm/include/llvm/Target/
TargetSelectionDAGInfo.h 50 /// If AlwaysInline is true, the size is constant and the target should not
54 /// for another call). If the target chooses to decline an AlwaysInline
61 bool AlwaysInline,
  /external/llvm/include/llvm/
Attributes.h 49 const Attributes AlwaysInline = 1<<12; ///< inline=always
94 NoInline | AlwaysInline | OptimizeForSize | StackProtect | StackProtectReq |
106 NoInline | AlwaysInline
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 81 if (!I->isDeclaration() && !I->hasFnAttr(Attribute::AlwaysInline))
  /external/webkit/Source/JavaScriptCore/runtime/
SymbolTable.h 34 #include <wtf/AlwaysInline.h>
JSValue.h 29 #include <wtf/AlwaysInline.h>
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.h 24 #include <wtf/AlwaysInline.h>
JSNodeCustom.h 30 #include <wtf/AlwaysInline.h>
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.h 31 #include <wtf/AlwaysInline.h>
  /external/webkit/Source/WebKit/qt/
WebKit_pch.h 78 #include <wtf/AlwaysInline.h>
  /external/webkit/Source/JavaScriptCore/wtf/
BloomFilter.h 29 #include <wtf/AlwaysInline.h>
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.h 31 #include <wtf/AlwaysInline.h>
  /external/webkit/Source/WebCore/rendering/
InlineIterator.h 29 #include <wtf/AlwaysInline.h>
  /external/webkit/Tools/DumpRenderTree/qt/
main.cpp 32 #include <wtf/AlwaysInline.h>
  /external/llvm/lib/VMCore/
Attributes.cpp 63 if (Attrs & Attribute::AlwaysInline)
64 Result += "alwaysinline ";
  /external/webkit/Source/JavaScriptCore/jit/
JSInterfaceJIT.h 34 #include <wtf/AlwaysInline.h>
  /external/llvm/lib/Analysis/
InlineCost.cpp 499 if (!Callee->isDeclaration() && Callee->hasFnAttr(Attribute::AlwaysInline))
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 545 SDValue Size, unsigned Align, bool isVol, bool AlwaysInline,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 380 milliseconds

1 2