/llvm-project/flang/test/Evaluate/ |
H A D | folding26.f90 | 4 integer, parameter :: matrix(0:1,0:2) = reshape([1,2,3,4,5,6],shape(matrix)) variable
|
H A D | errors01.f90 | 105 integer, parameter :: matrix(2, 2) = reshape([1, 2, 3, 4], [2, 2]) local
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | vector-subscript-lhs.f90 | 28 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 D | gmock-matchers.cc | 372 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 D | Utils.h | 29 ArrayRef<SmallVector<int, 8>> matrix) { in makeIntMatrix() 42 ArrayRef<SmallVector<Fraction, 8>> matrix) { in makeFracMatrix()
|
/llvm-project/flang/test/Lower/ |
H A D | polymorphic-temp.f90 | 176 subroutine test_temp_from_intrinsic_transpose(matrix) argument 177 class(p1), intent(in) :: matrix(:,:) local
|
/llvm-project/flang/test/Semantics/ |
H A D | final02.f90 | 26 type(t1) :: matrix(2, 2) component
|
H A D | allocate06.f90 | 17 integer matrix(lb, lb) component
|
H A D | call03.f90 | 244 real :: scalar, matrix(2,3) local
|
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/ |
H A D | WmmaOpsToSPIRV.cpp | 165 Value matrix = nullptr; in matchAndRewrite() local [all...] |
/llvm-project/offload/test/offloading/ |
H A D | bug49334.cpp | 43 void Initialize(const std::vector<float> &matrix) { in Initialize()
|
/llvm-project/mlir/lib/Conversion/VectorToGPU/ |
H A D | VectorToGPU.cpp | 611 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 D | matrix-type.cpp | 34 using matrix = T __attribute__((matrix_type(R, C))); typedef
|
/llvm-project/mlir/lib/Analysis/Presburger/ |
H A D | Matrix.cpp | 48 Matrix matrix(dimension, dimension); in identity() local 451 IntMatrix matrix(dimension, dimension); identity() local [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | matrix-type.cpp | 163 using matrix = T __attribute__((matrix_type(R, C))); typedef [all...] |
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorTranspose.cpp | 346 auto matrix = in matchAndRewrite() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExpr.cpp | 626 const std::optional<Fortran::evaluate::ActualArgument> matrix = isOptimizableTranspose() local
|