| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | struct_access.ll | 5 %struct.coordinate = type { i32, i32 } 8 ; struct coordinate { 14 ; int foo(struct coordinate *A, int n) { 26 define i32 @foo(%struct.coordinate* nocapture %A, i32 %n) nounwind uwtable readonly ssp { 34 %x = getelementptr inbounds %struct.coordinate, %struct.coordinate* %A, i64 %indvars.iv, i32 0
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/data/ |
| H A D | B.mtx | 1 %%MatrixMarket matrix coordinate real general
|
| H A D | A.mtx | 1 %%MatrixMarket matrix coordinate real general
|
| H A D | pwtk.mtx | 1 %%MatrixMarket matrix coordinate real symmetric
|
| /llvm-project-15.0.7/mlir/test/Integration/data/ |
| H A D | test_symmetric.mtx | 1 %%MatrixMarket matrix coordinate real symmetric
|
| H A D | test.mtx | 1 %%MatrixMarket matrix coordinate real general
|
| H A D | test_symmetric_complex.mtx | 1 %%MatrixMarket matrix coordinate complex symmetric
|
| H A D | wide.mtx | 1 %%MatrixMarket matrix coordinate integer general
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | linkage-spec.mm | 20 @property (nonatomic, assign) id coordinate; field
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVImageOps.td | 69 SPV_ScalarOrVectorOf<SPV_Float>:$coordinate, 80 $coordinate `:` type($coordinate) `,` $dref `:` type($dref)
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Transforms/ |
| H A D | AffinePromotion.cpp | 61 static bool analyzeCoordinate(mlir::Value coordinate, mlir::Operation *op) { in analyzeCoordinate() argument 62 if (auto blockArg = coordinate.dyn_cast<mlir::BlockArgument>()) { in analyzeCoordinate() 73 op->dump(); coordinate.getDefiningOp()->dump()); in analyzeCoordinate() 118 for (auto coordinate : acoOp.getIndices()) in analyzeReference() local 119 canPromote = canPromote && analyzeCoordinate(coordinate, op); in analyzeReference()
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/CodeGen/ |
| H A D | CGOps.td | 142 // Extended array coordinate operation. 158 - indices: A vector of runtime values that describe the coordinate of
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/ |
| H A D | FIRTypes.td | 606 "any coordinate index">; 607 def AnyComponentType : Type<AnyComponentLike.predicate, "coordinate type">; 611 fir_LenType.predicate]>, "any coordinate index">; 612 def AnyCoordinateType : Type<AnyCoordinateLike.predicate, "coordinate type">;
|
| H A D | FIROps.td | 1575 let summary = "Find the coordinate of an element of an array"; 1619 let summary = "Finds the coordinate (location) of a value in memory"; 1622 Compute the internal coordinate address starting from a boxed value or 1624 coordinate of an array element, the rank of the array must be known and
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | image-schedule.ll | 4 ; the same coordinate. Check that they do not get swapped by the machine
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/ |
| H A D | SparseTensorAttrDefs.td | 89 // Singleton - dimension contains single coordinate, no siblings
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/ |
| H A D | tag-dialog.test | 642 ; COORD1-NEXT: Dialog x-coordinate (50000) does not fit in 16-bit signed integer type. 648 ; COORD2-NEXT: Dialog y-coordinate (-40000) does not fit in 16-bit signed integer type. 667 ; CTL-COORD1-NEXT: Dialog control x-coordinate (44444) does not fit in 16-bit signed integer type. 674 ; CTL-COORD2-NEXT: Dialog control y-coordinate (-32769) does not fit in 16-bit signed integer type.
|
| /llvm-project-15.0.7/flang/test/Fir/ |
| H A D | invalid.fir | 272 // expected-error@+1 {{'fir.coordinate_of' op cannot find coordinate with unknown extents}} 281 // expected-error@+1 {{'fir.coordinate_of' op cannot find coordinate in unknown shape}}
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/ |
| H A D | GPUOps.td | 204 coordinate work items. Declarations of GPU functions, i.e. not having the 782 to coordinate communication between the work items of the workgroup.
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | Rationale.md | 643 // Affine map from output to input coordinate space. 652 // Semi-affine map to undilated input coordinate space.
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | implementation.tex | 275 corresponding to the first non-integral coordinate of $\vec x$, 974 That is, each offset is extended with an extra coordinate that is 1416 are zero and whose final coordinate is positive.
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinAttributes.td | 822 The attribute uses COO (coordinate list) encoding to represent the sparse
|