Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h128 Matrix(unsigned Rows, unsigned Cols) : in Matrix() function
134 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix() function
141 Matrix(const Matrix &M) in Matrix() function
148 Matrix(Matrix &&M) in Matrix() function
H A DReductionRules.h35 using Matrix = typename GraphT::Matrix; in applyR1() local
79 using Matrix = typename GraphT::Matrix; in applyR2() local
183 using Matrix = typename GraphT::Matrix; in backpropagate() local
H A DCostAllocator.h115 using Matrix = MatrixT; variable
H A DGraph.h55 using Matrix = typename SolverT::Matrix; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAllocationOrder.cpp33 const LiveRegMatrix *Matrix) in AllocationOrder()
H A DRegAllocBase.h69 LiveRegMatrix *Matrix = nullptr; variable
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h51 LiveIntervalUnion::Array Matrix; variable
H A DRegAllocPBQP.h276 using Matrix = RAMatrix; variable
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp315 ArrayRef<Instruction *> Matrix, in interleave8bitStride4VF8()
355 ArrayRef<Instruction *> Matrix, SmallVectorImpl<Value *> &TransposedMatrix, in interleave8bitStride4()
686 ArrayRef<Instruction *> Matrix, in transpose_4x4()