Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
DMath.h127 Matrix(unsigned Rows, unsigned Cols) : in Matrix() function
133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix() function
140 Matrix(const Matrix &M) in Matrix() function
147 Matrix(Matrix &&M) in Matrix() function
DReductionRules.h34 using Matrix = typename GraphT::Matrix; in applyR1() local
78 using Matrix = typename GraphT::Matrix; in applyR2() local
182 using Matrix = typename GraphT::Matrix; in backpropagate() local
DCostAllocator.h114 using Matrix = MatrixT; variable
DGraph.h54 using Matrix = typename SolverT::Matrix; variable
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
Dtemplate5.C5 struct Matrix { struct
10 Matrix<M,N>& Mul(Matrix<M,N>& Q,Matrix<M,H>& A,Matrix<H,N>& B) { in Mul() argument
Dref2.C4 typedef float Matrix[4][4]; typedef
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
Dfresco1.C11 typedef Coord Matrix[4][4]; typedef
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DAllocationOrder.cpp31 const LiveRegMatrix *Matrix) { in create()
DRegAllocBase.h69 LiveRegMatrix *Matrix = nullptr; variable
DRegAllocEvictionAdvisor.h139 LiveRegMatrix *const Matrix; variable
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLiveRegMatrix.h50 LiveIntervalUnion::Array Matrix; variable
DRegAllocPBQP.h278 using Matrix = RAMatrix; variable
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp323 ArrayRef<Instruction *> Matrix, in interleave8bitStride4VF8()
363 ArrayRef<Instruction *> Matrix, SmallVectorImpl<Value *> &TransposedMatrix, in interleave8bitStride4()
689 ArrayRef<Instruction *> Matrix, in transpose_4x4()
DX86ISelLowering.cpp32416 SDValue Matrix = DAG.getConstant(0x8040201008040201ULL, DL, MatrixVT); in LowerBITREVERSE() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIPreAllocateWWMRegs.cpp39 LiveRegMatrix *Matrix; member in __anon8ef8bc630111::SIPreAllocateWWMRegs
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DMatrixBuilder.h146 Value *CreateMatrixInsert(Value *Matrix, Value *NewVal, Value *RowIdx, in CreateMatrixInsert()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp1212 void LowerStore(Instruction *Inst, Value *Matrix, Value *Ptr, MaybeAlign A, in LowerStore()
1228 Value *Matrix = Inst->getArgOperand(0); in LowerColumnMajorStore() local
1297 void finalizeLowering(Instruction *Inst, MatrixTy Matrix, in finalizeLowering()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExprScalar.cpp1823 Value *Matrix = Visit(E->getBase()); in VisitMatrixSubscriptExpr() local
DCGCall.cpp2080 if (const MatrixType *Matrix = dyn_cast<MatrixType>(QTy)) in DetermineNoUndef() local
DCGBuiltin.cpp3233 Value *Matrix = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp74 Matrix, enumerator
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp17870 Expr *Matrix = MatrixArg.get(); in SemaBuiltinMatrixTranspose() local