Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/SemaCXX/
H A Dcxx11-call-to-deleted-constructor.cpp10 class Matrix { class
23 template <class VT> class Matrix<VT, 0, 0> { // expected-note {{passing argument to parameter here}} class
H A Dplacement-new-matrix.cpp3 using Matrix = int __attribute__((matrix_type(4, 3))); typedef
/llvm-project/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/llvm/lib/CodeGen/
H A DAllocationOrder.cpp31 const LiveRegMatrix *Matrix) { in create() argument
H A DRegAllocBase.h70 LiveRegMatrix *Matrix = nullptr; variable
H A DRegAllocEvictionAdvisor.h139 LiveRegMatrix *const Matrix; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dmatrix-type.cpp51 struct Matrix { struct
57 void matrix_struct_pointers(Matrix *a, Matrix *b) { in matrix_struct_pointers() argument
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h50 LiveIntervalUnion::Array Matrix; global() variable
H A DRegAllocPBQP.h278 using Matrix = RAMatrix; variable
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreAllocateWWMRegs.cpp43 LiveRegMatrix *Matrix; member in __anon6057c6da0111::SIPreAllocateWWMRegs
[all...]
/llvm-project/clang/test/CodeGen/
H A Dmatrix-type.c130 } Matrix; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-prefixsuffixname.cpp15 class Matrix {}; class
/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h146 CreateMatrixInsert(Value * Matrix,Value * NewVal,Value * RowIdx,Value * ColumnIdx,unsigned NumRows) CreateMatrixInsert() argument
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp319 // Matrix[0]= c0 c1 c2 c3 c4 ... c7 in interleave8bitStride4VF8() argument
359 interleave8bitStride4(ArrayRef<Instruction * > Matrix,SmallVectorImpl<Value * > & TransposedMatrix,unsigned NumOfElm) interleave8bitStride4() argument
685 transpose_4x4(ArrayRef<Instruction * > Matrix,SmallVectorImpl<Value * > & TransposedMatrix) transpose_4x4() argument
[all...]
/llvm-project/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp22 Matrix<T>::Matrix(unsigned rows, unsigned columns, unsigned reservedRows, in Matrix() function in Matrix
445 template class Matrix<DynamicAPInt>; global() variable
446 template class Matrix<Fraction>; global() variable
[all...]
/llvm-project/clang/test/Sema/
H A Darray-init.c262 typedef struct _Matrix Matrix; typedef
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1227 LowerStore(Instruction * Inst,Value * Matrix,Value * Ptr,MaybeAlign A,Value * Stride,bool IsVolatile,ShapeInfo Shape) LowerStore() argument
1243 Value *Matrix = Inst->getArgOperand(0); LowerColumnMajorStore() local
1312 finalizeLowering(Instruction * Inst,MatrixTy Matrix,IRBuilder<> & Builder) finalizeLowering() argument
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-basic.cpp91 int Matrix[N][12]; in f() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2007 Value *Matrix = Visit(E->getBase()); VisitMatrixSubscriptExpr() local
H A DCGCall.cpp2239 if (const MatrixType *Matrix = dyn_cast<MatrixType>(QTy)) DetermineNoUndef() local
/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp73 Matrix, enumerator
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14427 Expr *Matrix = MatrixArg.get(); BuiltinMatrixTranspose() local

12