Home
last modified time | relevance | path

Searched refs:coordinate (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dstruct_access.ll5 %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 DB.mtx1 %%MatrixMarket matrix coordinate real general
H A DA.mtx1 %%MatrixMarket matrix coordinate real general
H A Dpwtk.mtx1 %%MatrixMarket matrix coordinate real symmetric
/llvm-project-15.0.7/mlir/test/Integration/data/
H A Dtest_symmetric.mtx1 %%MatrixMarket matrix coordinate real symmetric
H A Dtest.mtx1 %%MatrixMarket matrix coordinate real general
H A Dtest_symmetric_complex.mtx1 %%MatrixMarket matrix coordinate complex symmetric
H A Dwide.mtx1 %%MatrixMarket matrix coordinate integer general
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dlinkage-spec.mm20 @property (nonatomic, assign) id coordinate; field
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVImageOps.td69 SPV_ScalarOrVectorOf<SPV_Float>:$coordinate,
80 $coordinate `:` type($coordinate) `,` $dref `:` type($dref)
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DAffinePromotion.cpp61 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 DCGOps.td142 // 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 DFIRTypes.td606 "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 DFIROps.td1575 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 Dimage-schedule.ll4 ; 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 DSparseTensorAttrDefs.td89 // Singleton - dimension contains single coordinate, no siblings
/llvm-project-15.0.7/llvm/test/tools/llvm-rc/
H A Dtag-dialog.test642 ; 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 Dinvalid.fir272 // 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 DGPUOps.td204 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 DRationale.md643 // 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 Dimplementation.tex275 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 DBuiltinAttributes.td822 The attribute uses COO (coordinate list) encoding to represent the sparse