HomeSort by relevance Sort by last modified time
    Searched refs:AlwaysInline (Results 1 - 25 of 38) 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/unittests/IR/
AttributesTest.cpp 20 Attribute AttrA = Attribute::get(C, Attribute::AlwaysInline);
21 Attribute AttrB = Attribute::get(C, Attribute::AlwaysInline);
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.h 33 bool isVolatile, bool AlwaysInline,
HexagonSelectionDAGInfo.cpp 32 bool isVolatile, bool AlwaysInline,
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.h 49 bool isVolatile, bool AlwaysInline,
X86SelectionDAGInfo.cpp 181 bool isVolatile, bool AlwaysInline,
190 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
194 /// if calling the library is not allowed (AlwaysInline), then soldier on as
197 if (!AlwaysInline && (Align & 3) != 0)
263 Align, isVolatile, AlwaysInline,
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.h 52 bool isVolatile, bool AlwaysInline,
ARMSelectionDAGInfo.cpp 33 bool isVolatile, bool AlwaysInline,
46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
  /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/lib/Transforms/IPO/
InlineAlways.cpp 97 Attribute::AlwaysInline) &&
Inliner.cpp 571 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/include/llvm/IR/
Attributes.h 69 AlwaysInline, ///< inline=always
  /external/llvm/lib/IR/
Attributes.cpp 158 if (hasAttribute(Attribute::AlwaysInline))
159 return "alwaysinline";
375 case Attribute::AlwaysInline: return 1 << 12;
    [all...]

Completed in 432 milliseconds

1 2