Home
last modified time | relevance | path

Searched refs:OPERAND (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/mlir/test/Conversion/PDLToPDLInterp/
Dpdl-to-pdl-interp-rewriter.mlir57 …// CHECK: func @pdl_generated_rewriter(%[[OPERAND:.*]]: !pdl.value, %[[ROOT:.*]]: !pdl.operation)
58 // CHECK: %[[NEWOP:.*]] = pdl_interp.create_operation "foo.op"(%[[OPERAND]])
78 …// CHECK: func @pdl_generated_rewriter(%[[OPERAND:.*]]: !pdl.value, %[[ROOT:.*]]: !pdl.operation)
79 // CHECK: %[[NEWOP:.*]] = pdl_interp.create_operation "foo.op"(%[[OPERAND]])
/external/llvm-project/flang/lib/Evaluate/
Dfold-implementation.h878 template <typename RESULT, typename OPERAND>
880 std::function<Expr<RESULT>(Expr<OPERAND> &&)> &&f, const Shape &shape, in MapOperation()
881 Expr<OPERAND> &&values) { in MapOperation()
883 if constexpr (common::HasMember<OPERAND, AllIntrinsicCategoryTypes>) { in MapOperation()
890 result.Push(Fold(context, f(Expr<OPERAND>{std::move(scalar)}))); in MapOperation()
895 auto &aConst{std::get<ArrayConstructor<OPERAND>>(values.u)}; in MapOperation()
897 auto &scalar{std::get<Expr<OPERAND>>(acValue.u)}; in MapOperation()
998 template <typename DERIVED, typename RESULT, typename OPERAND>
1000 Operation<DERIVED, RESULT, OPERAND> &operation,
1001 std::function<Expr<RESULT>(Expr<OPERAND> &&)> &&f)
[all …]
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dlhlo-legalize-to-linalg.mlir228 // CHECK-NEXT: ^bb0(%[[OPERAND:.+]]: f32, %{{.+}}: f32):
229 // CHECK-NEXT: linalg.yield %[[OPERAND]] : f32
245 // CHECK-NEXT: ^bb0(%[[OPERAND:.+]]: f32, %{{.+}}: f32):
246 // CHECK-NEXT: linalg.yield %[[OPERAND]] : f32
262 // CHECK-NEXT: ^bb0(%[[OPERAND:.*]]: f32, %[[RESULT:.*]]: f32):
263 // CHECK-NEXT: linalg.yield %[[OPERAND]] : f32
279 // CHECK-NEXT: ^bb0(%[[OPERAND:.*]]: f32, %[[RESULT:.*]]: f32):
280 // CHECK-NEXT: linalg.yield %[[OPERAND]] : f32
300 // CHECK-NEXT: ^bb0(%[[OPERAND:.*]]: f32, %[[RESULT:.*]]: f32):
301 // CHECK-NEXT: linalg.yield %[[OPERAND]] : f32
[all …]
Dhlo-legalize-to-linalg.mlir394 // CHECK-NEXT: ^bb0(%[[OPERAND:.*]]: f32, %{{.*}}: f32):
395 // CHECK-NEXT: linalg.yield %[[OPERAND]] : f32
410 // CHECK-NEXT: ^bb0(%[[OPERAND:.*]]: f32, %{{.*}}: f32):
411 // CHECK-NEXT: linalg.yield %[[OPERAND]] : f32
426 // CHECK-NEXT: ^bb0(%[[OPERAND:.*]]: f32, %{{.*}}: f32):
427 // CHECK-NEXT: linalg.yield %[[OPERAND]] : f32
443 // CHECK-NEXT: ^bb0(%[[OPERAND:.*]]: f32, %{{.*}}: f32):
444 // CHECK-NEXT: linalg.yield %[[OPERAND]] : f32
459 // CHECK-NEXT: ^bb0(%[[OPERAND:.*]]: f32, %{{.*}}: f32):
460 // CHECK-NEXT: linalg.yield %[[OPERAND]] : f32
[all …]
Dhlo-legalize-to-lhlo.mlir145 // CHECK-SAME: %[[OPERAND:.*]]: memref<?x?xf32>
157 // CHECK: %[[OPER_DIM_1:.*]] = dim %[[OPERAND]], %[[C1]] : memref<?x?xf32>
159 // CHECK: %[[OPER_DIM_0:.*]] = dim %[[OPERAND]], %[[C0]] : memref<?x?xf32>
175 // CHECK: %[[TRANSFORMED_MEMREF:.*]] = memref_reinterpret_cast %[[OPERAND]] to offset: [0], sizes: …
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_generator.cc69 enum RenderMode { DEFAULT, OPERAND, LIST_OPERAND }; enumerator
82 if (mode == OPERAND) { in CollectOpDependencies()
345 if (mode == OPERAND) { in RenderInterfaceImpl()
439 mode = OPERAND; in GenerateOp()
/external/oboe/samples/RhythmGame/third_party/glm/detail/
D_swizzle.hpp171 #define _GLM_SWIZZLE_VECTOR_BINARY_OPERATOR_IMPLEMENTATION(OPERAND) \ argument
173 …GLM_FUNC_QUALIFIER vecType<T, P> operator OPERAND ( const _GLM_SWIZZLE_TYPE1& a, const _GLM_SWIZZL…
175 return a() OPERAND b(); \
178 …GLM_FUNC_QUALIFIER vecType<T, P> operator OPERAND ( const _GLM_SWIZZLE_TYPE1& a, const vecType<T, …
180 return a() OPERAND b; \
183 …GLM_FUNC_QUALIFIER vecType<T, P> operator OPERAND ( const vecType<T, P>& a, const _GLM_SWIZZLE_TYP…
185 return a OPERAND b(); \
191 #define _GLM_SWIZZLE_SCALAR_BINARY_OPERATOR_IMPLEMENTATION(OPERAND) \ argument
193 …GLM_FUNC_QUALIFIER vecType<T, P> operator OPERAND ( const _GLM_SWIZZLE_TYPE1& a, const T& b) …
195 return a() OPERAND b; \
[all …]
/external/libnl/lib/route/cls/
Dematch_syntax.y64 %token <i> ERROR LOGIC NOT OPERAND NUMBER ALIGN LAYER
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dimport.hlotxt346 // CHECK-SAME: [[OPERAND:%.*]]: tensor<2x2x258xi32>, [[START_IDX_1:%.*]]: tensor<i32>, [[START_IDX…
352 // CHECK: "mhlo.dynamic-slice"([[OPERAND]], [[START_IDX_1]], [[START_IDX_2]], [[START_IDX_3]])
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td2501 // OPERATOR is ATOMIC_SWAP or an ATOMIC_LOAD_* operation. PAT and OPERAND
2524 // OPERATOR is ATOMIC_SWAPW or an ATOMIC_LOADW_* operation. PAT and OPERAND
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td4921 // OPERATOR is ATOMIC_SWAP or an ATOMIC_LOAD_* operation. PAT and OPERAND
4945 // OPERATOR is ATOMIC_SWAPW or an ATOMIC_LOADW_* operation. PAT and OPERAND
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td5037 // OPERATOR is ATOMIC_SWAP or an ATOMIC_LOAD_* operation. PAT and OPERAND
5061 // OPERATOR is ATOMIC_SWAPW or an ATOMIC_LOADW_* operation. PAT and OPERAND
/external/llvm/docs/
DLangRef.rst3785 instruction. (Currently always prints ``r0,OPERAND``).
/external/llvm-project/llvm/docs/
DLangRef.rst4606 instruction. (Currently always prints ``r0,OPERAND``).