/llvm-project/clang/test/CodeGen/ |
H A D | arm-neon-fma.c | 22 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 D | mandel.c | 31 volatile double __complex__ accum; variable
|
H A D | fixed-point-tbaa.c | 57 void accum(unsigned _Accum *p, _Accum *q, in accum() function
|
H A D | vector.c | 30 __m64 accum = _mm_setzero_si64(); in test4() local
|
/llvm-project/clang/test/Frontend/ |
H A D | fixed_point_errors.cpp | 5 _Accum accum; // expected-error{{unknown type name '_Accum'}} variable
|
H A D | fixed_point_not_enabled.c | 5 _Accum accum; // expected-error{{unknown type name '_Accum'}} variable
|
H A D | fixed_point_unknown_conversions.c | 21 _Accum accum; in func() local
|
H A D | fixed_point_declarations.c | 19 _Accum accum; // CHECK-DAG: @accum = {{.*}}global i32 0, align 4 variable
|
/llvm-project/clang/test/Sema/ |
H A D | arm64-neon-args.c | 12 float32x4_t test_vmlsq_lane(float32x4_t accum, float32x4_t lhs, float32x2_t rhs) { in test_vmlsq_lane()
|
/llvm-project/flang/runtime/ |
H A D | dot-product.cpp | 89 AccumType accum{}; DoDotProduct() local
|
/llvm-project/libc/include/llvm-libc-macros/ |
H A D | stdfix-macros.h | 20 #define accum _Accum macro
|
/llvm-project/clang/test/AST/ |
H A D | fixed_point.c | 28 _Accum accum; variable
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRCore.cpp | 984 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 D | core_named_ops.py | 470 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 D | OpenMPDialect.cpp | 671 Value accum = std::get<0>(args); verifyReductionVarList() local
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 2458 float accum = 0; calculate_standard_deviation() local
|