Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx11-call-to-deleted-constructor.cpp11 class Matrix { class
24 template <class VT> class Matrix<VT, 0, 0> { // expected-note {{passing argument to parameter here}} class
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/PBQP/
H A 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
H A 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
H A DCostAllocator.h114 using Matrix = MatrixT; variable
H A DGraph.h54 using Matrix = typename SolverT::Matrix; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAllocationOrder.cpp31 const LiveRegMatrix *Matrix) { in create()
H A DRegAllocBase.h69 LiveRegMatrix *Matrix = nullptr; variable
H A DRegAllocEvictionAdvisor.h140 LiveRegMatrix *const Matrix; variable
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmatrix-type.cpp56 struct Matrix { struct
62 void matrix_struct_pointers(Matrix *a, Matrix *b) { in matrix_struct_pointers() argument
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h50 LiveIntervalUnion::Array Matrix; variable
H A DRegAllocPBQP.h278 using Matrix = RAMatrix; variable
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIPreAllocateWWMRegs.cpp39 LiveRegMatrix *Matrix; member in __anon86cdcd170111::SIPreAllocateWWMRegs
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dmatrix-type.c143 } Matrix; typedef
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-prefixsuffixname.cpp15 class Matrix {}; class
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DMatrixBuilder.h146 Value *CreateMatrixInsert(Value *Matrix, Value *NewVal, Value *RowIdx, in CreateMatrixInsert()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp323 ArrayRef<Instruction *> Matrix, in interleave8bitStride4VF8()
363 ArrayRef<Instruction *> Matrix, SmallVectorImpl<Value *> &TransposedMatrix, in interleave8bitStride4()
689 ArrayRef<Instruction *> Matrix, in transpose_4x4()
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp16 Matrix::Matrix(unsigned rows, unsigned columns, unsigned reservedRows, in Matrix() function in Matrix
/llvm-project-15.0.7/clang/test/Sema/
H A Darray-init.c263 typedef struct _Matrix Matrix; typedef
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1088 void LowerStore(Instruction *Inst, Value *Matrix, Value *Ptr, MaybeAlign A, in LowerStore()
1104 Value *Matrix = Inst->getArgOperand(0); in LowerColumnMajorStore() local
1173 void finalizeLowering(Instruction *Inst, MatrixTy Matrix, in finalizeLowering()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h25 Matrix = 0, enumerator
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp1801 Value *Matrix = Visit(E->getBase()); in VisitMatrixSubscriptExpr() local
H A DCGCall.cpp2040 if (const MatrixType *Matrix = dyn_cast<MatrixType>(QTy)) in DetermineNoUndef() local
H A DCGBuiltin.cpp3194 Value *Matrix = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp72 Matrix enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp17604 Expr *Matrix = MatrixArg.get(); in SemaBuiltinMatrixTranspose() local

12