Searched refs:iwork (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/Transforms/LoopIdiom/ |
D | crash.ll | 7 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopIdiom/ |
D | crash.ll | 7 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/ |
D | SparseLU_heap_relax_snode.h | 56 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()
|
D | SparseLU.h | 448 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/ |
D | lapacke.h | 1373 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 …]
|