Searched refs:AlwaysInline (Results 1 - 25 of 36) sorted by relevance

12

/external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
H A DAlwaysInline.h1 #include <JavaScriptCore/AlwaysInline.h>
/external/webkit/Source/WebKit/mac/ForwardingHeaders/wtf/
H A DAlwaysInline.h1 #import <JavaScriptCore/AlwaysInline.h>
/external/webkit/Source/WebCore/ForwardingHeaders/wtf/
H A DAlwaysInline.h3 #include <JavaScriptCore/AlwaysInline.h>
/external/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.h33 bool isVolatile, bool AlwaysInline,
H A DHexagonSelectionDAGInfo.cpp32 bool isVolatile, bool AlwaysInline,
30 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.h52 bool isVolatile, bool AlwaysInline,
H A DARMSelectionDAGInfo.cpp33 bool isVolatile, bool AlwaysInline,
46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
29 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h49 bool isVolatile, bool AlwaysInline,
H A DX86SelectionDAGInfo.cpp181 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)
255 Align, isVolatile, AlwaysInline,
178 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/external/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h50 /// 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,
57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl, SDValue Chain, SDValue Op1, SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
/external/webkit/Source/JavaScriptCore/runtime/
H A DSymbolTable.h34 #include <wtf/AlwaysInline.h>
H A DJSValue.h29 #include <wtf/AlwaysInline.h>
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowCustom.h24 #include <wtf/AlwaysInline.h>
H A DJSNodeCustom.h30 #include <wtf/AlwaysInline.h>
/external/webkit/Source/WebKit/qt/
H A DWebKit_pch.h78 #include <wtf/AlwaysInline.h>
/external/llvm/lib/Transforms/IPO/
H A DInlineAlways.cpp117 if (!Callee->hasFnAttr(Attribute::AlwaysInline))
H A DInliner.cpp535 if (AlwaysInlineOnly && !F->hasFnAttr(Attribute::AlwaysInline))
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEConvolveMatrix.h31 #include <wtf/AlwaysInline.h>
/external/webkit/Source/JavaScriptCore/wtf/
H A DBloomFilter.h29 #include <wtf/AlwaysInline.h>
/external/llvm/lib/Analysis/
H A DInlineCost.cpp52 const bool AlwaysInline; member in class:__anon8599::CallAnalyzer
128 AlwaysInline(F.hasFnAttr(Attribute::AlwaysInline)),
274 if (AlwaysInline || I.isStaticAlloca())
727 if (!AlwaysInline && Cost > (Threshold + VectorBonus))
791 if (!AlwaysInline) {
898 if (!AlwaysInline && Cost > (Threshold + VectorBonus))
974 return AlwaysInline || Cost < Threshold;
/external/webkit/Source/JavaScriptCore/parser/
H A DLexer.h31 #include <wtf/AlwaysInline.h>
/external/llvm/include/llvm/
H A DAttributes.h111 DECLARE_LLVM_ATTRIBUTE(AlwaysInline,1<<12) ///< inline=always
/external/webkit/Source/WebCore/rendering/
H A DInlineIterator.h29 #include <wtf/AlwaysInline.h>
/external/webkit/Tools/DumpRenderTree/qt/
H A Dmain.cpp32 #include <wtf/AlwaysInline.h>
/external/llvm/lib/VMCore/
H A DAttributes.cpp65 if (Attrs & Attribute::AlwaysInline)

Completed in 601 milliseconds

12