/llvm-project/clang/test/SemaCXX/ |
H A D | cxx11-call-to-deleted-constructor.cpp | 10 class Matrix { class 23 template <class VT> class Matrix<VT, 0, 0> { // expected-note {{passing argument to parameter here}} class
|
H A D | placement-new-matrix.cpp | 3 using Matrix = int __attribute__((matrix_type(4, 3))); typedef
|
/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Math.h | 127 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 D | ReductionRules.h | 34 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 D | CostAllocator.h | 114 using Matrix = MatrixT; variable
|
H A D | Graph.h | 54 using Matrix = typename SolverT::Matrix; variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | AllocationOrder.cpp | 31 const LiveRegMatrix *Matrix) { in create() argument
|
H A D | RegAllocBase.h | 70 LiveRegMatrix *Matrix = nullptr; variable
|
H A D | RegAllocEvictionAdvisor.h | 139 LiveRegMatrix *const Matrix; variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | matrix-type.cpp | 51 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 D | LiveRegMatrix.h | 50 LiveIntervalUnion::Array Matrix; global() variable
|
H A D | RegAllocPBQP.h | 278 using Matrix = RAMatrix; variable
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIPreAllocateWWMRegs.cpp | 43 LiveRegMatrix *Matrix; member in __anon6057c6da0111::SIPreAllocateWWMRegs [all...] |
/llvm-project/clang/test/CodeGen/ |
H A D | matrix-type.c | 130 } Matrix; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | easily-swappable-parameters-prefixsuffixname.cpp | 15 class Matrix {}; class
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 146 CreateMatrixInsert(Value * Matrix,Value * NewVal,Value * RowIdx,Value * ColumnIdx,unsigned NumRows) CreateMatrixInsert() argument [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 319 // 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 D | Matrix.cpp | 22 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 D | array-init.c | 262 typedef struct _Matrix Matrix; typedef
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 1227 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 D | loop-convert-basic.cpp | 91 int Matrix[N][12]; in f() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 2007 Value *Matrix = Visit(E->getBase()); VisitMatrixSubscriptExpr() local
|
H A D | CGCall.cpp | 2239 if (const MatrixType *Matrix = dyn_cast<MatrixType>(QTy)) DetermineNoUndef() local
|
/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 73 Matrix, enumerator
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 14427 Expr *Matrix = MatrixArg.get(); BuiltinMatrixTranspose() local
|