OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noalias
(Results
176 - 200
of
440
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/eigen/Eigen/src/Geometry/
Umeyama.h
146
Rt.block(0,0,m,m).
noalias
() = svd.matrixU()*svd.matrixV().transpose();
149
Rt.block(0,0,m,m).
noalias
() = svd.matrixU() * S.asDiagonal() * svd.matrixV().transpose();
153
Rt.block(0,0,m,m).
noalias
() = svd.matrixU() * S.asDiagonal() * svd.matrixV().transpose();
163
Rt.col(m).head(m).
noalias
() -= c*Rt.topLeftCorner(m,m)*src_mean;
169
Rt.col(m).head(m).
noalias
() -= Rt.topLeftCorner(m,m)*src_mean;
/external/llvm/test/Transforms/InstSimplify/
call.ll
107
%call = tail call
noalias
i8* @_Znwm(i64 8)
123
declare
noalias
i8* @_Znwm(i64)
130
%call = tail call
noalias
i8* @_ZnamRKSt9nothrow_t(i64 8, %"struct.std::nothrow_t"* @_ZSt7nothrow)
150
%call = tail call
noalias
i8* @malloc(i64 8)
166
declare
noalias
i8* @malloc(i64)
/external/clang/test/CodeGen/
x86_32-arguments-darwin.c
74
// CHECK: void @f12(<2 x i32>*
noalias
sret %agg.result)
96
// CHECK: void @f18(%{{.*}}*
noalias
sret %agg.result)
97
// CHECK: void @f19(%{{.*}}*
noalias
sret %agg.result)
98
// CHECK: void @f20(%{{.*}}*
noalias
sret %agg.result)
99
// CHECK: void @f21(%{{.*}}*
noalias
sret %agg.result)
100
// CHECK: void @f22(%{{.*}}*
noalias
sret %agg.result)
119
// CHECK: void @f27(%struct.s27*
noalias
sret %agg.result)
123
// CHECK: void @f28(%struct.s28*
noalias
sret %agg.result)
153
// CHECK-LABEL: define void @f38(%struct.s38*
noalias
sret %agg.result)
x86_64-arguments-nacl.c
64
// CHECK: define void @f13(%struct.s13_0*
noalias
sret %agg.result, i32 %a, i32 %b, i32 %c, i32 %d, {{.*}}* byval align 8 %e, i32 %f)
102
// CHECK-LABEL: define void @f49(%struct.s1*
noalias
sret %agg.result)
/external/clang/test/CodeGenCXX/
arm.cpp
112
// CHECK: call
noalias
i8* @_Znam(i32 48)
125
// CHECK: call
noalias
i8* @_Znam(i32 [[SZ]])
133
// CHECK: call
noalias
i8* @_Znam(i32 808)
146
// CHECK: call
noalias
i8* @_Znam(i32 [[SZ]])
185
// CHECK: call
noalias
i8* @_Znam(i32 48)
197
// CHECK: call
noalias
i8* @_Znam(i32 [[SZ]])
205
// CHECK: call
noalias
i8* @_Znam(i32 808)
218
// CHECK: call
noalias
i8* @_Znam(i32 [[SZ]])
386
// CHECK-NEXT: [[ALLOC:%.*]] = call
noalias
i8* @_Znam(i32 [[T4]])
/external/eigen/doc/
TopicAliasing.dox
176
The user can indicate with the \link MatrixBase::
noalias
()
noalias
()\endlink function that there is no
177
aliasing, as follows: <tt>matB.
noalias
() = matA * matA</tt>. This allows %Eigen to evaluate the matrix product
189
Of course, you should not use \c
noalias
() when there is in fact aliasing taking place. If you do, then you
209
then you can use \link MatrixBase::
noalias
()
noalias
()\endlink.
/external/llvm/test/Transforms/LoopVectorize/X86/
metadata-enable.ll
51
define i32 @enabled(i32*
noalias
nocapture %a, i32*
noalias
nocapture readonly %b, i32 %N) {
102
define i32 @nopragma(i32*
noalias
nocapture %a, i32*
noalias
nocapture readonly %b, i32 %N) {
153
define i32 @disabled(i32*
noalias
nocapture %a, i32*
noalias
nocapture readonly %b, i32 %N) {
/external/ceres-solver/internal/ceres/
small_blas.h
147
block.
noalias
() += Aref * Bref;
149
block.
noalias
() -= Aref * Bref;
151
block.
noalias
() = Aref * Bref;
207
block.
noalias
() += Aref.transpose() * Bref;
209
block.
noalias
() -= Aref.transpose() * Bref;
211
block.
noalias
() = Aref.transpose() * Bref;
286
// lazyProduct works better than .
noalias
() for matrix-vector
337
// lazyProduct works better than .
noalias
() for matrix-vector
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILEvergreenDevice.cpp
107
if (mSTM->isOverride(AMDGPUDeviceInfo::
NoAlias
)) {
108
mHWBits.set(AMDGPUDeviceInfo::
NoAlias
);
/external/clang/test/Parser/
MicrosoftExtensions.c
8
__declspec(safebuffers) __declspec(
noalias
) __declspec(restrict) void * __cdecl xxx(void *_Memory); /* expected-warning{{__declspec attribute 'safebuffers' is not supported}} expected-warning{{__declspec attribute '
noalias
' is not supported}} expected-warning{{__declspec attribute 'restrict' is not supported}} */
/external/llvm/test/CodeGen/ARM/
2010-09-21-OptCmpBug.ll
3
declare
noalias
i8* @malloc(i32) nounwind
52
%3 = call
noalias
i8* @malloc(i32 %storemerge2.i) nounwind
alloc-no-stack-realign.ll
9
define void @test1(<16 x float>*
noalias
sret %agg.result) nounwind ssp "no-realign-stack" {
34
define void @test2(<16 x float>*
noalias
sret %agg.result) nounwind ssp {
/external/llvm/test/CodeGen/PowerPC/
asym-regclass-copy.ll
27
%call1 = tail call
noalias
i8* @malloc(i64 %mul) #1
47
declare
noalias
i8* @malloc(i64) #0
emptystruct.ll
17
define void @callee(%struct.empty*
noalias
sret %agg.result, %struct.empty* byval %a1, %struct.empty* %a2, %struct.empty* byval %a3) nounwind {
36
define void @caller(%struct.empty*
noalias
sret %agg.result) nounwind {
unal-altivec.ll
5
define void @foo(float*
noalias
nocapture %a, float*
noalias
nocapture %b) #0 {
/external/llvm/test/CodeGen/X86/
widen_load-1.ll
18
declare void @killcommon(i32*
noalias
)
20
define void @reset(<2 x float>*
noalias
%garbage1) {
/external/llvm/test/ExecutionEngine/
2008-06-05-APInt-OverAShr.ll
51
%tmp7 = call i32 (i8*, ...)* @printf( i8*
noalias
%tmp5, i32 %tmp6 ) nounwind ; <i32> [#uses=0]
60
declare i32 @printf(i8*
noalias
, ...) nounwind
/external/llvm/test/ExecutionEngine/MCJIT/
2008-06-05-APInt-OverAShr.ll
51
%tmp7 = call i32 (i8*, ...)* @printf( i8*
noalias
%tmp5, i32 %tmp6 ) nounwind ; <i32> [#uses=0]
60
declare i32 @printf(i8*
noalias
, ...) nounwind
/external/llvm/test/Transforms/GlobalOpt/
crash.ll
28
%C = call
noalias
i8* @malloc(i64 %B) nounwind
42
declare
noalias
i8* @malloc(i64) nounwind
/external/llvm/test/Transforms/InstCombine/
objsize.ll
127
%0 = tail call
noalias
i8* @malloc(i32 20) nounwind
139
%0 = tail call
noalias
i8* @malloc(i32 20) nounwind
150
declare
noalias
i8* @malloc(i32) nounwind
154
%alloc = call
noalias
i8* @malloc(i32 48) nounwind
162
declare
noalias
i8* @calloc(i32, i32) nounwind
166
%alloc = call
noalias
i8* @calloc(i32 5, i32 7) nounwind
174
declare
noalias
i8* @strdup(i8* nocapture) nounwind
175
declare
noalias
i8* @strndup(i8* nocapture, i32) nounwind
/external/llvm/test/Transforms/JumpThreading/
or-undef.ll
19
%tmp2 = call
noalias
i8** @buildargv(i8* %args) nounwind ; <i8**> [#uses=4]
59
declare
noalias
i8** @buildargv(i8*)
/external/llvm/test/Transforms/LoopVectorize/
calloc.ll
10
define
noalias
i8* @hexit(i8* nocapture %bytes, i64 %length) nounwind uwtable ssp {
50
declare
noalias
i8* @calloc(i64, i64) nounwind
increment.ll
45
define i32 @histogram(i32* nocapture
noalias
%A, i32* nocapture
noalias
%B, i32 %n) nounwind uwtable ssp {
/external/llvm/test/Transforms/MemCpyOpt/
memcpy-undef.ll
24
define void @test2(i8* sret
noalias
nocapture %out, i8* %in) nounwind noinline ssp uwtable {
34
define void @test3(i8* sret
noalias
nocapture %out, i8* %in) nounwind noinline ssp uwtable {
/external/llvm/test/Transforms/SLPVectorizer/X86/
flag.ll
11
define i32 @rollable(i32*
noalias
nocapture %in, i32*
noalias
nocapture %out, i64 %n) {
Completed in 228 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>