HomeSort by relevance Sort by last modified time
    Searched full:alwaysinline (Results 1 - 25 of 89) 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 2>&1 | grep "Attributes 'noinline and alwaysinline' are incompatible"
3 define void @fn1() alwaysinline noinline {
2008-09-02-FunctionNotes.ll 5 define void @fn1() alwaysinline {
20 ; CHECK: attributes #0 = { alwaysinline }
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
convert.ll 9 define <2 x float> @_Z14convert_float2Dv2_h(<2 x i8> %in) nounwind readnone alwaysinline {
14 define <3 x float> @_Z14convert_float3Dv3_h(<3 x i8> %in) nounwind readnone alwaysinline {
19 define <4 x float> @_Z14convert_float4Dv4_h(<4 x i8> %in) nounwind readnone alwaysinline {
24 define <2 x float> @_Z14convert_float2Dv2_c(<2 x i8> %in) nounwind readnone alwaysinline {
29 define <3 x float> @_Z14convert_float3Dv3_c(<3 x i8> %in) nounwind readnone alwaysinline {
34 define <4 x float> @_Z14convert_float4Dv4_c(<4 x i8> %in) nounwind readnone alwaysinline {
39 define <2 x float> @_Z14convert_float2Dv2_t(<2 x i16> %in) nounwind readnone alwaysinline {
44 define <3 x float> @_Z14convert_float3Dv3_t(<3 x i16> %in) nounwind readnone alwaysinline {
49 define <4 x float> @_Z14convert_float4Dv4_t(<4 x i16> %in) nounwind readnone alwaysinline {
54 define <2 x float> @_Z14convert_float2Dv2_s(<2 x i16> %in) nounwind readnone alwaysinline {
    [all...]
math.ll 11 define float @_Z4sqrtf(float %v) nounwind readnone alwaysinline {
16 define float @_Z3powf(float %v1, float %v2) nounwind readnone alwaysinline {
  /external/llvm/test/Transforms/Inline/
always-inline.ll 7 define i32 @inner1() alwaysinline {
25 define internal void @inner2(i32 %N) alwaysinline {
46 define i32 @inner3() alwaysinline {
63 define i32 @inner4() alwaysinline returns_twice {
81 define i32 @inner5(i8* %addr) alwaysinline {
102 define void @inner6(i32 %x) alwaysinline {
  /frameworks/compile/libbcc/lib/Renderscript/runtime/arch/
x86_math.ll 11 define float @_Z4sqrtf(float %in) nounwind readnone alwaysinline {
16 define <2 x float> @_Z4sqrtDv2_f(<2 x float> %in) nounwind readnone alwaysinline {
21 define <3 x float> @_Z4sqrtDv3_f(<3 x float> %in) nounwind readnone alwaysinline {
26 define <4 x float> @_Z4sqrtDv4_f(<4 x float> %in) nounwind readnone alwaysinline {
x86_dot_length.ll 41 define float @_Z6lengthDv4_f(<4 x float> %in) nounwind readnone alwaysinline {
50 define float @_Z6lengthDv3_f(<3 x float> %in) nounwind readnone alwaysinline {
63 define float @_Z6lengthDv2_f(<2 x float> %in) nounwind readnone alwaysinline {
72 define float @_Z6lengthf(float %in) nounwind readnone alwaysinline {
x86_clamp.ll 9 define <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %in, <4 x float> %low, <4 x float> %high) nounwind readnone alwaysinline {
15 define <3 x float> @_Z5clampDv3_fS_S_(<3 x float> %in, <3 x float> %low, <3 x float> %high) nounwind readnone alwaysinline {
24 define <2 x float> @_Z5clampDv2_fS_S_(<2 x float> %in, <2 x float> %low, <2 x float> %high) nounwind readnone alwaysinline {
33 define float @_Z5clampfff(float %in, float %low, float %high) nounwind readnone alwaysinline {
  /external/llvm/unittests/IR/
AttributesTest.cpp 20 Attribute AttrA = Attribute::get(C, Attribute::AlwaysInline);
21 Attribute AttrB = Attribute::get(C, Attribute::AlwaysInline);
  /external/llvm/test/CodeGen/X86/
avx2-shuffle.ll 11 define <16 x i16> @vpblendw_test1(<16 x i16> %a, <16 x i16> %b) nounwind alwaysinline {
24 define <16 x i16> @vpblendw_test2(<16 x i16> %a, <16 x i16> %b) nounwind alwaysinline {
33 define <8 x i32> @blend_test1(<8 x i32> %a, <8 x i32> %b) nounwind alwaysinline {
41 define <8 x i32> @blend_test2(<8 x i32> %a, <8 x i32> %b) nounwind alwaysinline {
50 define <8 x float> @blend_test3(<8 x float> %a, <8 x float> %b) nounwind alwaysinline {
58 define <4 x i64> @blend_test4(<4 x i64> %a, <4 x i64> %b) nounwind alwaysinline {
  /external/llvm/test/Bitcode/
attributes.ll 76 define void @f13() alwaysinline
187 ; CHECK: attributes #5 = { 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 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/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/lib/Target/ARM/
ARMSelectionDAGInfo.h 52 bool isVolatile, bool 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/clang/test/CodeGen/
function-attributes.c 121 // CHECK: attributes [[AI]] = { alwaysinline nounwind optsize readnone{{.*}} }

Completed in 284 milliseconds

1 2 3 4