Home
last modified time | relevance | path

Searched defs:Matrix (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h169 Matrix(unsigned Rows, unsigned Cols) : in Matrix() function
175 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix() function
181 Matrix(const Matrix &M) in Matrix() function
187 Matrix(Matrix &&M) in Matrix() function
H A DReductionRules.h33 typedef typename GraphT::Matrix Matrix; in applyR1() typedef
77 typedef typename GraphT::Matrix Matrix; in applyR2() typedef
162 typedef typename GraphT::Matrix Matrix; in backpropagate() typedef
H A DCostAllocator.h115 typedef MatrixT Matrix; typedef
H A DGraph.h55 typedef typename SolverT::Matrix Matrix; typedef
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DCodeGenerator.rst1933 .. _feat_reliable:
1935 Is Generally Reliable
1944 Assembly Parser
1954 Disassembler
1962 Inline Asm
1970 JIT Support
1983 .o File Writing
1997 Tail Calls
2006 Segmented Stacks
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocBase.h65 LiveRegMatrix *Matrix; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h50 LiveIntervalUnion::Array Matrix; variable
H A DRegAllocPBQP.h288 typedef RAMatrix Matrix; typedef
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Darray-init.c254 typedef struct _Matrix Matrix; typedef