| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | intrinsics.cpp | 209 Rank rank{Rank::elemental}; 253 Rank rank{Rank::elemental}; 293 Rank::elemental, IntrinsicClass::inquiryFunction}, 295 Rank::elemental, IntrinsicClass::inquiryFunction}, 510 {"kind", {{"x", AnyIntrinsic}}, DefaultInt, Rank::elemental, 673 {"real", {{"a", SameComplex, Rank::elemental}}, 1079 {}, Rank::elemental, IntrinsicClass::impureSubroutine}, 1101 Rank::elemental, IntrinsicClass::impureSubroutine}, 1144 {}, Rank::elemental, IntrinsicClass::pureSubroutine}, 1502 case Rank::elemental: in Match() [all …]
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | ShapeInference.md | 5 three axis: 1) elemental type, 2) rank (including static or dynamic), 3) 17 and elemental type (queryable from `InferShapedTypeOpInterface`) and so type 29 elemental type be of a specific type (e.g., output of computing the size 30 of a value is of elemental type `i1`) or class (e.g., float-like). 34 type (shape and elemental type) between operands and results (e.g., the 64 of 3 components, the others being elemental type and attribute (which is 76 functions, with some considering shape and elemental types different and some considering them both… 281 relationships are common (e.g., the elemental type of the output matches the
|
| H A D | TargetLLVMIR.md | 64 The elemental type is converted recursively using these rules.
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | MemRef.md | 28 of elements (of the elemental type of the memref), a tag memref with its 40 same elemental type.
|
| H A D | Affine.md | 380 elemental type. The operands include the source and destination memref's each 382 elements (of the elemental type of the memref), a tag memref with its indices,
|
| /llvm-project-15.0.7/mlir/test/Dialect/Affine/ |
| H A D | invalid.mlir | 303 // expected-error@+1 {{requires memref and vector types of the same elemental type}} 315 // expected-error@+1 {{requires memref and vector types of the same elemental type}} 326 // expected-error@+1 {{requires memref and vector types of the same elemental type}} 338 // expected-error@+1 {{requires memref and vector types of the same elemental type}}
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/CodeGen/ |
| H A D | CGOps.td | 47 describe an correspond to the elemental derived type. 161 describe an correspond to the elemental derived type.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | fortran-subprogram-attr.ll | 6 ; DW_AT_{pure,elemental,recursive}.
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinTypeInterfaces.td | 110 /// type has a dynamic shape or if its elemental type does not have a known
|
| H A D | OpBase.td | 2342 // elemental type. 2371 // same elemental type. 2377 // elemental type.
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | expression.cpp | 2142 const Symbol *elemental{nullptr}; // matching elemental specific proc in ResolveGeneric() local 2178 if ((procedure->IsElemental() && elemental) || in ResolveGeneric() 2192 elemental = &specific; in ResolveGeneric() 2199 } else if (elemental) { in ResolveGeneric() 2200 return {&AccessSpecific(symbol, *elemental), false}; in ResolveGeneric()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/ |
| H A D | AffineOps.td | 939 into a [vector](Builtin.md/#vectortype) of the same base elemental type. 1005 elemental type, supplied as its second operand.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/IR/ |
| H A D | MemRefOps.td | 503 need not be of the same dimensionality, but need to have the same elemental 506 (of the elemental type of the memref), a tag memref with its indices, and 1379 have the same type as the elemental type of the memref. The number of
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/IR/ |
| H A D | VectorOps.td | 1178 into a [vector](../LangRef.md#vector-type) of the same base elemental type. 1197 An SSA value `padding` of the same elemental type as the MemRef/Tensor is 1384 [Tensor](../LangRef.md#tensor-type) of the same base elemental type,
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 359 HANDLE_DW_AT(0x66, elemental, 3, DWARF)
|
| /llvm-project-15.0.7/mlir/docs/Dialects/Linalg/ |
| H A D | _index.md | 286 The region takes as arguments the scalar elemental types of the tensor or buffer
|
| /llvm-project-15.0.7/mlir/docs/Bindings/ |
| H A D | Python.md | 507 readonly properties. For example, the elemental type of a tensor type can be
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/ |
| H A D | FIROps.td | 1849 original array to the specific elemental type of the sliced projection).
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | SourceLevelDebugging.rst | 1056 elemental function elem_func(a)
|