Home
last modified time | relevance | path

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

/llvm-project/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/clang/test/Frontend/
H A Dfixed_point_errors.cpp5 _Accum accum; // expected-error{{unknown type name '_Accum'}} variable
H A Dfixed_point_not_enabled.c5 _Accum accum; // expected-error{{unknown type name '_Accum'}} 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/clang/test/Sema/
H A Darm64-neon-args.c12 float32x4_t test_vmlsq_lane(float32x4_t accum, float32x4_t lhs, float32x2_t rhs) { in test_vmlsq_lane()
/llvm-project/flang/runtime/
H A Ddot-product.cpp89 AccumType accum{}; DoDotProduct() local
/llvm-project/libc/include/llvm-libc-macros/
H A Dstdfix-macros.h20 #define accum _Accum macro
/llvm-project/clang/test/AST/
H A Dfixed_point.c28 _Accum accum; variable
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp984 PyFileAccumulator accum(fileObject, /*binary=*/false); getMessage() local
1246 PyFileAccumulator accum(fileObject, binary); print() local
1258 PyFileAccumulator accum(fileObject, binary); print() local
1267 PyFileAccumulator accum(fileObject, /*binary=*/true); writeBytecode() local
[all...]
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ops/
H A Dcore_named_ops.py470 accum=TensorDef(TV.AccumType, Batch, S.M, S.N, S.M0, S.N0, output=True), argument
493 batch_mmt4d( lhs=TensorDef(TV.LhsType, Batch, S.M, S.K, S.M0, S.K0), rhs=TensorDef(TV.RhsType, Batch, S.N, S.K, S.N0, S.K0), accum=TensorDef(TV.AccumType, Batch, S.M, S.N, S.M0, S.N0, output=True), ) global() argument
/llvm-project/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp671 Value accum = std::get<0>(args); verifyReductionVarList() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2458 float accum = 0; calculate_standard_deviation() local