Home
last modified time | relevance | path

Searched defs:accum (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm-neon-fma.c22 float32x2_t test_fma_order(float32x2_t accum, float32x2_t lhs, float32x2_t rhs) { in test_fma_order()
35 float32x4_t test_fmaq_order(float32x4_t accum, float32x4_t lhs, float32x4_t rhs) { in test_fmaq_order()
H A Dmandel.c31 volatile double __complex__ accum; variable
H A Dfixed-point-tbaa.c57 void accum(unsigned _Accum *p, _Accum *q, in accum() function
H A Dvector.c30 __m64 accum = _mm_setzero_si64(); in test4() local
/llvm-project-15.0.7/clang/test/Frontend/
H A Dfixed_point_errors.cpp6 _Accum accum; // expected-error{{unknown type name '_Accum'}} variable
H A Dfixed_point_not_enabled.c13 _Accum accum; // expected-error{{compile with '-ffixed-point' to enable fix… variable
H A Dfixed_point_unknown_conversions.c21 _Accum accum; in func() local
H A Dfixed_point_declarations.c19 _Accum accum; // CHECK-DAG: @accum = {{.*}}global i32 0, align 4 variable
/llvm-project-15.0.7/clang/test/Sema/
H A Darm64-neon-args.c14 float32x4_t test_vmlsq_lane(float32x4_t accum, float32x4_t lhs, float32x2_t rhs) { in test_vmlsq_lane()
/llvm-project-15.0.7/flang/runtime/
H A Ddot-product.cpp82 AccumType accum{}; in DoDotProduct() local
/llvm-project-15.0.7/clang/test/AST/
H A Dfixed_point.c28 _Accum accum; variable
/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp353 Value accum = std::get<0>(args); in verifyReductionVarList() local
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp71 int64_t accum = 1; in DecomposeShapeIterator() local
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp775 PyFileAccumulator accum(fileObject, /*binary=*/false); in getMessage() local
1019 PyFileAccumulator accum(fileObject, binary); in print() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2432 float accum = 0; in calculate_standard_deviation() local
/llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/ops/
H A Dcore_named_ops.py101 accum=TensorDef(TV.AccumType, S.M, S.N, S.M0, S.N0, output=True)): argument