Home
last modified time | relevance | path

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

/llvm-project/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.f90105 integer, parameter :: matrix(2, 2) = reshape([1, 2, 3, 4], [2, 2]) local
/llvm-project/flang/test/Lower/HLFIR/
H A Dvector-subscript-lhs.f9028 subroutine test_cleanup(x, vector, matrix) argument
29 integer(8) :: vector(10), matrix(10, 5) local
/llvm-project/third-party/unittest/googlemock/src/
H A Dgmock-matchers.cc372 const MatchMatrix& matrix, MatchResultListener* listener) const { in VerifyMatchMatrix() argument
438 const MatchMatrix& matrix, MatchResultListener* listener) const { in FindPairing() argument
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DUtils.h29 ArrayRef<SmallVector<int, 8>> matrix) { in makeIntMatrix()
42 ArrayRef<SmallVector<Fraction, 8>> matrix) { in makeFracMatrix()
/llvm-project/flang/test/Lower/
H A Dpolymorphic-temp.f90176 subroutine test_temp_from_intrinsic_transpose(matrix) argument
177 class(p1), intent(in) :: matrix(:,:) local
/llvm-project/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.f90244 real :: scalar, matrix(2,3) local
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
H A DWmmaOpsToSPIRV.cpp165 Value matrix = nullptr; in matchAndRewrite() local
[all...]
/llvm-project/offload/test/offloading/
H A Dbug49334.cpp43 void Initialize(const std::vector<float> &matrix) { in Initialize()
/llvm-project/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp611 Value matrix = it->second; convertTransferWriteOp() local
907 Value matrix = it->second; convertTransferWriteToStores() local
1084 auto matrix = rewriter.create<gpu::SubgroupMmaConstantMatrixOp>( convertConstantOp() local
1103 auto matrix = rewriter.create<gpu::SubgroupMmaConstantMatrixOp>( convertBroadcastOp() local
[all...]
/llvm-project/clang/test/SemaTemplate/
H A Dmatrix-type.cpp34 using matrix = T __attribute__((matrix_type(R, C))); typedef
/llvm-project/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp48 Matrix matrix(dimension, dimension); in identity() local
451 IntMatrix matrix(dimension, dimension); identity() local
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dmatrix-type.cpp163 using matrix = T __attribute__((matrix_type(R, C))); typedef
[all...]
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorTranspose.cpp346 auto matrix = in matchAndRewrite() local
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp626 const std::optional<Fortran::evaluate::ActualArgument> matrix = isOptimizableTranspose() local