Home
last modified time | relevance | path

Searched refs:elemental (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp209 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 DShapeInference.md5 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 DTargetLLVMIR.md64 The elemental type is converted recursively using these rules.
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DMemRef.md28 of elements (of the elemental type of the memref), a tag memref with its
40 same elemental type.
H A DAffine.md380 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 Dinvalid.mlir303 // 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 DCGOps.td47 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 Dfortran-subprogram-attr.ll6 ; DW_AT_{pure,elemental,recursive}.
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinTypeInterfaces.td110 /// type has a dynamic shape or if its elemental type does not have a known
H A DOpBase.td2342 // elemental type.
2371 // same elemental type.
2377 // elemental type.
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp2142 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 DAffineOps.td939 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 DMemRefOps.td503 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 DVectorOps.td1178 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 DDwarf.def359 HANDLE_DW_AT(0x66, elemental, 3, DWARF)
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A D_index.md286 The region takes as arguments the scalar elemental types of the tensor or buffer
/llvm-project-15.0.7/mlir/docs/Bindings/
H A DPython.md507 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 DFIROps.td1849 original array to the specific elemental type of the sliced projection).
/llvm-project-15.0.7/llvm/docs/
H A DSourceLevelDebugging.rst1056 elemental function elem_func(a)