Home
last modified time | relevance | path

Searched refs:iwork (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/Transforms/LoopIdiom/
Dcrash.ll7 define void @test1(i64* %iwork, i64 %x) {
11 %arrayidx135 = getelementptr inbounds i64, i64* %iwork, i64 %incdec.ptr6.sum175
17 %arrayidx137 = getelementptr inbounds i64, i64* %iwork, i64 %incdec.ptr6.sum176
/external/eigen/Eigen/src/SparseLU/
DSparseLU_heap_relax_snode.h56 IndexVector iwork(n); in heap_relax_snode()
60 iwork(post(i)) = post(et(i)); in heap_relax_snode()
63 et = iwork; in heap_relax_snode()
DSparseLU.h448 IndexVector post, iwork; in analyzePattern() local
455 iwork.resize(m+1); in analyzePattern()
456 for (Index i = 0; i < m; ++i) iwork(post(i)) = post(m_etree(i)); in analyzePattern()
457 m_etree = iwork; in analyzePattern()
/external/eigen/Eigen/src/misc/
Dlapacke.h1373 lapack_int* iwork );
1380 lapack_int ldq, lapack_int* iwork );
1389 lapack_int ldq, lapack_int* iwork );
1399 lapack_int* iwork );
4478 lapack_int* iwork );
4483 lapack_int* iwork );
4546 lapack_int* iwork );
4551 lapack_int* iwork );
4610 lapack_int* iwork );
4618 lapack_int* iwork );
[all …]