HomeSort by relevance Sort by last modified time
    Searched full:alwaysinline (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/webkit/Source/JavaScriptCore/wtf/
CMakeLists.txt 5 AlwaysInline.h
BloomFilter.h 29 #include <wtf/AlwaysInline.h>
PassRefPtr.h 24 #include "AlwaysInline.h"
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 33 bool isVolatile, bool AlwaysInline,
46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
  /frameworks/compile/libbcc/lib/ScriptCRT/neon/
clamp.ll 4 define internal <4 x float> @smear_4f(float %in) nounwind readnone alwaysinline {
12 define internal <2 x float> @smear_2f(float %in) nounwind readnone alwaysinline {
  /external/llvm/lib/Analysis/
InlineCost.cpp 52 const bool AlwaysInline;
128 AlwaysInline(F.hasFnAttr(Attribute::AlwaysInline)),
274 if (AlwaysInline || I.isStaticAlloca())
755 if (!AlwaysInline && Cost > (Threshold + VectorBonus))
819 if (!AlwaysInline) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 117 if (!Callee->hasFnAttr(Attribute::AlwaysInline))
Inliner.cpp 530 if (AlwaysInlineOnly && !F->hasFnAttr(Attribute::AlwaysInline))
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.h 31 #include <wtf/AlwaysInline.h>
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GRefPtr.h 28 #include "AlwaysInline.h"
  /external/llvm/lib/VMCore/
Attributes.cpp 65 if (Attrs & Attribute::AlwaysInline)
66 Result += "alwaysinline ";
  /external/llvm/test/Transforms/InstCombine/
vector-casts.ll 127 define <4 x float> @f(i32 %a) nounwind alwaysinline {
  /external/llvm/utils/kate/
llvm.xml 80 <item> alwaysinline </item>
  /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/utils/
llvm.grm 171 | alwaysinline
  /external/clang/include/clang/Basic/
Attr.td 132 def AlwaysInline : InheritableAttr {
  /external/llvm/test/Transforms/Inline/
inline_invoke.ll 31 define internal void @test0_in() alwaysinline uwtable ssp {
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/
WTF.vcproj 516 RelativePath="..\..\wtf\AlwaysInline.h"
  /external/webkit/Source/JavaScriptCore/jit/
JSInterfaceJIT.h 34 #include <wtf/AlwaysInline.h>
  /external/webkit/Source/JavaScriptCore/runtime/
JSValue.h 29 #include <wtf/AlwaysInline.h>
  /frameworks/compile/libbcc/lib/ScriptCRT/
matrix.ll 9 define internal <4 x float> @smear_f(float %in) nounwind readnone alwaysinline {
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 87 | Alwaysinline
669 | Attribute.Alwaysinline -> Int32.shift_left 1l 12
705 checkattr Attribute.Alwaysinline;
    [all...]
  /external/llvm/include/llvm/
Attributes.h 115 DECLARE_LLVM_ATTRIBUTE(AlwaysInline,1<<12) ///< inline=always
  /external/webkit/Source/JavaScriptCore/
GNUmakefile.list.am 399 Source/JavaScriptCore/wtf/AlwaysInline.h \

Completed in 1903 milliseconds

12 3 4