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

1 2 3 4

  /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/test/Assembler/
2008-09-02-FunctionNotes2.ll 2 ; RUN: not llvm-as %s -o /dev/null |& grep "Attributes noinline alwaysinline are incompatible"
3 define void @fn1() alwaysinline noinline {
2008-09-02-FunctionNotes.ll 4 define void @fn1() alwaysinline {
  /frameworks/compile/libbcc/lib/ScriptCRT/
convert.ll 4 define <2 x float> @_Z14convert_float2Dv2_h(<2 x i8> %in) nounwind readnone alwaysinline {
9 define <3 x float> @_Z14convert_float3Dv3_h(<3 x i8> %in) nounwind readnone alwaysinline {
14 define <4 x float> @_Z14convert_float4Dv4_h(<4 x i8> %in) nounwind readnone alwaysinline {
19 define <2 x float> @_Z14convert_float2Dv2_c(<2 x i8> %in) nounwind readnone alwaysinline {
24 define <3 x float> @_Z14convert_float3Dv3_c(<3 x i8> %in) nounwind readnone alwaysinline {
29 define <4 x float> @_Z14convert_float4Dv4_c(<4 x i8> %in) nounwind readnone alwaysinline {
34 define <2 x float> @_Z14convert_float2Dv2_t(<2 x i16> %in) nounwind readnone alwaysinline {
39 define <3 x float> @_Z14convert_float3Dv3_t(<3 x i16> %in) nounwind readnone alwaysinline {
44 define <4 x float> @_Z14convert_float4Dv4_t(<4 x i16> %in) nounwind readnone alwaysinline {
49 define <2 x float> @_Z14convert_float2Dv2_s(<2 x i16> %in) nounwind readnone alwaysinline {
    [all...]
  /external/llvm/test/Transforms/Inline/
always-inline.ll 7 define i32 @inner1() alwaysinline {
25 define internal void @inner2(i32 %N) alwaysinline {
47 define i32 @inner3() alwaysinline {
64 define i32 @inner4() alwaysinline returns_twice {
82 define i32 @inner5(i8* %addr) alwaysinline {
103 define void @inner6(i32 %x) alwaysinline {
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 32 bool isVolatile, bool AlwaysInline,
HexagonSelectionDAGInfo.h 33 bool isVolatile, bool AlwaysInline,
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.h 49 bool isVolatile, bool AlwaysInline,
X86SelectionDAGInfo.cpp 179 bool isVolatile, bool AlwaysInline,
188 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
192 /// if calling the library is not allowed (AlwaysInline), then soldier on as
195 if (!AlwaysInline && (Align & 3) != 0)
253 Align, isVolatile, AlwaysInline,
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.h 24 #include <wtf/AlwaysInline.h>
JSNodeCustom.h 30 #include <wtf/AlwaysInline.h>
  /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/test/CodeGen/X86/
avx-shuffle.ll 169 define <4 x i32> @blend1(<4 x i32> %a, <4 x i32> %b) nounwind alwaysinline {
177 define <4 x i32> @blend2(<4 x i32> %a, <4 x i32> %b) nounwind alwaysinline {
185 define <4 x float> @blend2a(<4 x float> %a, <4 x float> %b) nounwind alwaysinline {
193 define <4 x i32> @blend3(<4 x i32> %a, <4 x i32> %b) nounwind alwaysinline {
201 define <4 x i64> @blend4(<4 x i64> %a, <4 x i64> %b) nounwind alwaysinline {
  /external/clang/test/CodeGen/
function-attributes.c 29 // CHECK: alwaysinline
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.h 52 bool isVolatile, bool AlwaysInline,
  /external/llvm/lib/Target/PTX/
PTXSelectionDAGInfo.h 37 bool isVolatile, bool AlwaysInline,
PTXSelectionDAGInfo.cpp 33 bool isVolatile, bool AlwaysInline,
48 //if (!AlwaysInline)
  /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/llvm/bindings/python/llvm/
enumerations.py 46 ('AlwaysInline', 1 << 12),
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 71 /// which restricts it to deleting functions with an 'AlwaysInline'
  /external/llvm/utils/vim/
llvm.vim 55 syn keyword llvmKeyword inlinehint noinline alwaysinline optsize ssp sspreq
  /external/webkit/Source/JavaScriptCore/runtime/
SymbolTable.h 34 #include <wtf/AlwaysInline.h>

Completed in 551 milliseconds

1 2 3 4