HomeSort by relevance Sort by last modified time
    Searched refs:VectorList (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteCholesky.h 65 typedef std::vector<std::list<StorageIndex> > VectorList;
187 inline void updateList(Ref<const VectorIx> colPtr, Ref<VectorIx> rowIdx, Ref<VectorSx> vals, const Index& col, const Index& jk, VectorIx& firstElt, VectorList& listCol);
222 VectorList listCol(n); // listCol(j) is a linked list of columns to update column j
379 inline void IncompleteCholesky<Scalar,_UpLo, OrderingType>::updateList(Ref<const VectorIx> colPtr, Ref<VectorIx> rowIdx, Ref<VectorSx> vals, const Index& col, const Index& jk, VectorIx& firstElt, VectorList& listCol)
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 573 struct VectorListOp VectorList;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 808 struct VectorListOp VectorList;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 395 struct VectorListOp VectorList;
443 VectorList = o.VectorList;
533 return VectorList.RegNum;
538 return VectorList.Count;
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 253 struct VectorListOp VectorList;
301 VectorList = o.VectorList;
381 return VectorList.RegNum;
386 return VectorList.Count;
936 return Kind == k_VectorList && VectorList.Count == NumRegs &&
937 !VectorList.ElementKind;
944 if (VectorList.Count != NumRegs)
946 if (VectorList.ElementKind != ElementKind)
948 return VectorList.NumElements == NumElements
    [all...]

Completed in 429 milliseconds