Home
last modified time | relevance | path

Searched defs:matrix (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/flang/test/Evaluate/
H A Dfolding26.f904 integer, parameter :: matrix(0:1,0:2) = reshape([1,2,3,4,5,6],shape(matrix)) variable
H A Derrors01.f9097 integer, parameter :: matrix(2, 2) = reshape([1, 2, 3, 4], [2, 2]) local
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DUtils.h54 ArrayRef<SmallVector<int64_t, 8>> matrix) { in makeMatrix()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-matchers.cc372 const MatchMatrix& matrix, MatchResultListener* listener) const { in VerifyMatchMatrix() argument
421 const MatchMatrix& matrix, MatchResultListener* listener) const { in FindPairing() argument
/llvm-project-15.0.7/flang/test/Semantics/
H A Dfinal02.f9026 type(t1) :: matrix(2, 2) component
H A Dallocate06.f9017 integer matrix(lb, lb) component
H A Dcall03.f90240 real :: scalar, matrix(2,3) local
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp424 Value matrix = valueMapping.find(op.getVector())->second; in convertTransferWriteOp() local
636 Value matrix = valueMapping.find(op.getVector())->second; in convertTransferWriteToStores() local
709 auto matrix = b.create<gpu::SubgroupMmaConstantMatrixOp>(op.getLoc(), type, in convertConstantOp() local
723 auto matrix = b.create<gpu::SubgroupMmaConstantMatrixOp>(op.getLoc(), type, in convertBroadcastOp() local
/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dbug49334.cpp42 void Initialize(const std::vector<float> &matrix) { in Initialize()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dmatrix-type.cpp34 using matrix = T __attribute__((matrix_type(R, C))); typedef
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmatrix-type.cpp179 using matrix = T __attribute__((matrix_type(R, C))); typedef
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp25 Matrix matrix(dimension, dimension); in identity() local
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp416 auto matrix = in matchAndRewrite() local