OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noalias
(Results
26 - 50
of
412
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Analysis/BasicAA/
noalias-param.ll
5
define void @no(i32*
noalias
%a, i32* %b) nounwind {
13
; CHECK:
NoAlias
: i32* %a, i32* %b
2008-11-23-NoaliasRet.ll
3
declare
noalias
i32* @_Znwj(i32 %x) nounwind
noalias-geps.ll
5
; Check that geps with equal base offsets of
noalias
base pointers stay
noalias
.
24
; CHECK:
NoAlias
: i32* %f1, i32* %g1
31
; Check that geps with equal indices of
noalias
base pointers stay
noalias
.
49
; CHECK:
NoAlias
: i32* %f1, i32* %g1
2007-08-01-NoAliasAndCalls.ll
6
define void @foo(i32*
noalias
%x) {
/external/clang/test/CodeGenCXX/
new-alias.cpp
9
// CHECK: call
noalias
i8* @_Znwm(i64 4){{$}}
multi-dim-operator-new.cpp
46
// CHECK: call
noalias
i8* @_Znam
47
// CHECK: call
noalias
i8* @_Znam
48
// CHECK: call
noalias
i8* @_Znam
new.cpp
6
// '
noalias
' attribute.
14
// CHECK: declare
noalias
i8* @_Znwm(i64) [[ATTR_NOBUILTIN:#[^ ]*]]
16
// CHECK: declare
noalias
i8* @_Znam(i64) [[ATTR_NOBUILTIN]]
124
// CHECK: call
noalias
i8* @_Znwm
128
// CHECK: call
noalias
i8* @_Znam
132
// CHECK: call
noalias
i8* @_Znam
145
// CHECK: call
noalias
i8* @_Znam
149
// CHECK: call
noalias
i8* @_Znam
159
// CHECK: call
noalias
i8* @_Znwm
163
// CHECK: call
noalias
i8* @_Zna
[
all
...]
microsoft-abi-sret-and-byval.cpp
52
// LINUX: define void @_Z12small_returnv(%struct.Small*
noalias
sret %agg.result)
57
// LINUX: define void @_Z13medium_returnv(%struct.Medium*
noalias
sret %agg.result)
63
// LINUX: define void @_Z20small_non_pod_returnv(%struct.SmallCpp11NotCpp03Pod*
noalias
sret %agg.result)
64
// WIN32: define void @"\01?small_non_pod_return@@YA?AUSmallCpp11NotCpp03Pod@@XZ"(%struct.SmallCpp11NotCpp03Pod*
noalias
sret %agg.result)
65
// WIN64: define void @"\01?small_non_pod_return@@YA?AUSmallCpp11NotCpp03Pod@@XZ"(%struct.SmallCpp11NotCpp03Pod*
noalias
sret %agg.result)
68
// LINUX: define void @_Z22small_with_ctor_returnv(%struct.SmallWithCtor*
noalias
sret %agg.result)
69
// WIN32: define void @"\01?small_with_ctor_return@@YA?AUSmallWithCtor@@XZ"(%struct.SmallWithCtor*
noalias
sret %agg.result)
70
// WIN64: define void @"\01?small_with_ctor_return@@YA?AUSmallWithCtor@@XZ"(%struct.SmallWithCtor*
noalias
sret %agg.result)
73
// LINUX: define void @_Z25small_with_vftable_returnv(%struct.SmallWithVftable*
noalias
sret %agg.result)
74
// WIN32: define void @"\01?small_with_vftable_return@@YA?AUSmallWithVftable@@XZ"(%struct.SmallWithVftable*
noalias
sret %agg.result
[
all
...]
operator-new.cpp
14
// SANE: declare
noalias
i8* @_Znwj(
28
// SANE-NEXT: call
noalias
i8* @_Znaj(i32 [[RESULT]])
/external/llvm/test/Transforms/DeadStoreElimination/
no-targetdata.ll
5
define void @test1(i32*
noalias
%p) {
/external/llvm/test/Transforms/InstCombine/
badmalloc.ll
6
declare
noalias
i8* @malloc(i64) nounwind
11
%A = call
noalias
i8* @malloc(i64 4) nounwind
23
define
noalias
i8* @test2() nounwind {
26
%A = call
noalias
i8* @malloc(i64 4) nounwind
objsize-64.ll
4
declare
noalias
i8* @malloc(i32) nounwind
5
declare
noalias
i8* @_Znwm(i64) ; new(unsigned long)
23
; CHECK: invoke
noalias
i8* @_Znwm(i64 13)
24
%call = invoke
noalias
i8* @_Znwm(i64 13)
invoke.ll
13
; CHECK: nvoke
noalias
i8* undef()
14
%call = invoke
noalias
i8* undef()
33
; CHECK: nvoke
noalias
i8* null()
34
%call = invoke
noalias
i8* null()
53
%call = invoke
noalias
i8* @_Znwm(i64 13)
/external/clang/test/CodeGen/
arm-vector-arguments.c
12
// CHECK: define void @f0(%struct.int8x16x2_t*
noalias
sret %agg.result, <16 x i8> %{{.*}}, <16 x i8> %{{.*}})
28
// CHECK: define void @f1_2(<8 x float>*
noalias
sret %{{.*}}, <8 x float> %{{.*}})
30
// CHECK: define void @f1_3(<16 x float>*
noalias
sret %{{.*}}, <16 x float> %{{.*}})
mips-vector-return.c
11
// O32: define void @test_v4sf(<4 x float>*
noalias
nocapture sret
17
// O32: define void @test_v4df(<4 x double>*
noalias
nocapture sret
18
// N64: define void @test_v4df(<4 x double>*
noalias
nocapture sret
/external/llvm/test/CodeGen/PowerPC/
dcbt-sched.ll
5
define i8 @test1(i8*
noalias
%a, i8*
noalias
%b, i8*
noalias
%c) nounwind {
2008-10-28-UnprocessedNode.ll
3
define void @__divtc3({ ppc_fp128, ppc_fp128 }*
noalias
sret %agg.result, ppc_fp128 %a, ppc_fp128 %b, ppc_fp128 %c, ppc_fp128 %d) nounwind {
/external/llvm/test/CodeGen/X86/
small-byval-memcpy.ll
4
define void @ccosl({ x86_fp80, x86_fp80 }*
noalias
sret %agg.result, { x86_fp80, x86_fp80 }* byval align 4 %z) nounwind {
16
call void @ccoshl( { x86_fp80, x86_fp80 }*
noalias
sret %agg.result, { x86_fp80, x86_fp80 }* byval align 4 %iz ) nounwind
20
declare void @ccoshl({ x86_fp80, x86_fp80 }*
noalias
sret , { x86_fp80, x86_fp80 }* byval align 4 ) nounwind
tailcall.ll
16
define fastcc
noalias
i8* @noalias_caller() nounwind {
21
declare fastcc
noalias
i8* @noalias_callee()
24
%p = tail call fastcc
noalias
i8* @noalias_callee()
/external/llvm/test/Transforms/LoopVectorize/ARM/
gcc-examples.ll
42
define void @example10b(i16*
noalias
nocapture %sa, i16*
noalias
nocapture %sb, i16*
noalias
nocapture %sc, i32*
noalias
nocapture %ia, i32*
noalias
nocapture %ib, i32*
noalias
nocapture %ic) nounwind uwtable ssp {
/external/eigen/Eigen/src/Householder/
BlockHouseholder.h
34
triFactor.col(i).head(i).
noalias
() = -hCoeffs(i) * vectors.block(i, 0, rs, i).adjoint()
37
// FIXME add .
noalias
() once the triangular product can work inplace
59
// FIXME add .
noalias
() once the triangular product can work inplace
61
mat.
noalias
() -= V * tmp;
/external/llvm/test/CodeGen/ARM/
2009-09-21-LiveVariablesBug.ll
10
define arm_aapcs_vfpcc void @aaa(%foo*
noalias
sret %agg.result, %foo* %tfrm) nounwind {
/external/llvm/test/Transforms/GVN/
null-aliases-nothing.ll
6
define void @test1(%t*
noalias
%stuff ) {
/external/clang/test/Sema/
attr-malloc.c
22
// RUN: grep 'define
noalias
.* @xalloc(' %t
27
// RUN: grep 'define
noalias
.* @xalloc2(' %t
/external/eigen/test/
product_trmm.cpp
45
VERIFY_IS_APPROX( ge_xs.
noalias
() = mat.template triangularView<Mode>() * ge_right, tri * ge_right);
46
VERIFY_IS_APPROX( ge_sx.
noalias
() = ge_left * mat.template triangularView<Mode>(), ge_left * tri);
48
VERIFY_IS_APPROX( ge_xs.
noalias
() = (s1*mat.adjoint()).template triangularView<Mode>() * (s2*ge_left.transpose()), s1*triTr.conjugate() * (s2*ge_left.transpose()));
49
VERIFY_IS_APPROX( ge_sx.
noalias
() = ge_right.transpose() * mat.adjoint().template triangularView<Mode>(), ge_right.transpose() * triTr.conjugate());
51
VERIFY_IS_APPROX( ge_xs.
noalias
() = (s1*mat.adjoint()).template triangularView<Mode>() * (s2*ge_left.adjoint()), s1*triTr.conjugate() * (s2*ge_left.adjoint()));
52
VERIFY_IS_APPROX( ge_sx.
noalias
() = ge_right.adjoint() * mat.adjoint().template triangularView<Mode>(), ge_right.adjoint() * triTr.conjugate());
55
VERIFY_IS_APPROX( (ge_xs_save + s1*triTr.conjugate() * (s2*ge_left.adjoint())).eval(), ge_xs.
noalias
() += (s1*mat.adjoint()).template triangularView<Mode>() * (s2*ge_left.adjoint()) );
57
VERIFY_IS_APPROX( ge_sx_save - (ge_right.adjoint() * (-s1 * triTr).conjugate()).eval(), ge_sx.
noalias
() -= (ge_right.adjoint() * (-s1 * mat).adjoint().template triangularView<Mode>()).eval());
Completed in 1744 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>