OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alwaysinline
(Results
1 - 25
of
63
) sorted by null
1
2
3
/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/rs/driver/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
{
/external/llvm/test/CodeGen/NVPTX/
refl1.ll
23
; Function Attrs:
alwaysinline
inlinehint nounwind readnone
35
attributes #2 = {
alwaysinline
inlinehint nounwind readnone }
/external/llvm/unittests/IR/
AttributesTest.cpp
20
Attribute AttrA = Attribute::get(C, Attribute::
AlwaysInline
);
21
Attribute AttrB = Attribute::get(C, Attribute::
AlwaysInline
);
/frameworks/rs/driver/runtime/arch/
x86_sse2.ll
17
define <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %in, <4 x float> %low, <4 x float> %high) nounwind readnone
alwaysinline
{
23
define <3 x float> @_Z5clampDv3_fS_S_(<3 x float> %in, <3 x float> %low, <3 x float> %high) nounwind readnone
alwaysinline
{
32
define <2 x float> @_Z5clampDv2_fS_S_(<2 x float> %in, <2 x float> %low, <2 x float> %high) nounwind readnone
alwaysinline
{
41
define float @_Z5clampfff(float %in, float %low, float %high) nounwind readnone
alwaysinline
{
84
define float @_Z4sqrtf(float %in) nounwind readnone
alwaysinline
{
89
define <2 x float> @_Z4sqrtDv2_f(<2 x float> %in) nounwind readnone
alwaysinline
{
94
define <3 x float> @_Z4sqrtDv3_f(<3 x float> %in) nounwind readnone
alwaysinline
{
99
define <4 x float> @_Z4sqrtDv4_f(<4 x float> %in) nounwind readnone
alwaysinline
{
x86_sse3.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
{
/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
{
avx-shuffle.ll
178
define <4 x i32> @blend1(<4 x i32> %a, <4 x i32> %b) nounwind
alwaysinline
{
186
define <4 x i32> @blend2(<4 x i32> %a, <4 x i32> %b) nounwind
alwaysinline
{
194
define <4 x float> @blend2a(<4 x float> %a, <4 x float> %b) nounwind
alwaysinline
{
202
define <4 x i32> @blend3(<4 x i32> %a, <4 x i32> %b) nounwind
alwaysinline
{
210
define <4 x i64> @blend4(<4 x i64> %a, <4 x i64> %b) nounwind
alwaysinline
{
218
define <16 x i16> @narrow(<16 x i16> %a) nounwind
alwaysinline
{
/external/llvm/test/CodeGen/PowerPC/
inlineasm-i64-reg.ll
7
; Function Attrs:
alwaysinline
inlinehint nounwind
62
attributes #0 = {
alwaysinline
inlinehint nounwind }
/external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp
32
bool isVolatile, bool
AlwaysInline
,
HexagonSelectionDAGInfo.h
33
bool isVolatile, bool
AlwaysInline
,
/external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h
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/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
,
ARMSelectionDAGInfo.cpp
33
bool isVolatile, bool
AlwaysInline
,
46
if (!
AlwaysInline
&& SizeVal > Subtarget->getMaxInlineSizeThreshold())
/external/llvm/test/Bitcode/
attributes-3.3.ll
79
define void @f13()
alwaysinline
218
; CHECK: attributes #5 = {
alwaysinline
}
attributes.ll
76
define void @f13()
alwaysinline
215
; CHECK: attributes #5 = {
alwaysinline
}
/external/clang/test/CodeGen/
function-attributes.c
121
// CHECK: attributes [[AI]] = {
alwaysinline
nounwind optsize readnone{{.*}} }
/external/llvm/bindings/python/llvm/
enumerations.py
46
('
AlwaysInline
', 1 << 12),
/external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h
72
/// which restricts it to deleting functions with an '
AlwaysInline
'
Completed in 3075 milliseconds
1
2
3