Home
last modified time | relevance | path

Searched refs:reductions (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_gsupport.cpp1780 int reductions = gomp_flags & (1u << 12); in __GOMP_taskloop() local
1858 if (reductions) { in __GOMP_taskloop()
2212 long *iend, uintptr_t *reductions, void **mem) { in KMP_EXPAND_NAME()
2215 KA_TRACE(20, ("GOMP_loop_start: T#%d, reductions: %p\n", gtid, reductions)); in KMP_EXPAND_NAME()
2216 if (reductions) in KMP_EXPAND_NAME()
2217 __kmp_GOMP_init_reductions(gtid, reductions, 1); in KMP_EXPAND_NAME()
2264 unsigned long long *istart, unsigned long long *iend, uintptr_t *reductions, in KMP_EXPAND_NAME()
2269 ("GOMP_loop_ull_start: T#%d, reductions: %p\n", gtid, reductions)); in KMP_EXPAND_NAME()
2270 if (reductions) in KMP_EXPAND_NAME()
2271 __kmp_GOMP_init_reductions(gtid, reductions, 1); in KMP_EXPAND_NAME()
[all …]
/freebsd/contrib/byacc/
H A Ddefs.h259 typedef struct reductions reductions; typedef
260 struct reductions struct
262 struct reductions *next; argument
394 extern reductions *first_reduction;
398 extern reductions **reduction_table;
H A Dlr0.c22 reductions *first_reduction;
28 static reductions *last_reduction;
440 reductions *p; in save_reductions()
458 p = (reductions *)allocate((sizeof(reductions) + in save_reductions()
H A Dlalr.c36 reductions **reduction_table;
104 reductions *rp; in set_reduction_table()
106 reduction_table = NEW2(nstates, reductions *); in set_reduction_table()
143 reductions *rp; in initialize_LA()
H A DNEW_FEATURES12 error recovery works because AT&T Yacc uses more default reductions
H A Doutput.c2032 reductions *rp, *next; in free_reductions()
H A DREADME.BTYACC533 Yacc uses more default reductions than Berkeley Yacc.
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPInstrInfo.td188 // int reductions
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVPIntrinsics.def610 // Specialized helper macro for VP reductions (%start, %x, %mask, %evl).
675 // Specialized helper macro for VP reductions as above but with two forms:
H A DIntrinsicsARM.td1227 // The following 3 intrinsics are MVE vector reductions with two vector
H A DIntrinsicsAArch64.td2211 // Floating-point reductions
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedSiFiveP400.td67 // Both variants of floating point vector reductions are based on numbers collected
91 // Both variants of integer vector reductions are based on numbers collected
H A DRISCVSchedSiFive7.td136 /// Cycles for reductions take approximately VL*SEW/DLEN + 5(4 + log(DLEN/SEW))
157 /// Cycles for ordered reductions take approximately 6*VL cycles
H A DRISCVScheduleV.td15 // Used for widening reductions, which does contain M8.
H A DRISCVInstrInfoVPseudos.td198 // Used for widening reductions. It can contain M8 because wider operands are
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def431 FUNCTION_PASS("expand-reductions", ExpandReductionsPass())
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def927 /// Vector reductions
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def234 …mber of the reduction records in the intermediate reduction buffer used for the teams reductions.")
H A Darm_sve.td658 // Integer reductions
834 // Floating-point reductions
H A DDiagnosticSemaKinds.td11582 "minus(-) operator for reductions is deprecated; use + or user defined reduction instead">,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td1668 // Vector reductions
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SVEInstrInfo.td185 // Floating-point reductions.
668 // SVE predicated integer reductions.
903 // SVE floating point reductions.
H A DSVEInstrFormats.td10805 // SVE bitwise logical/add/min/max reductions (quadwords)
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt13265 Enhanced the ASL grammar definition to force early reductions on all
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in3757 …tes that using more advanced algorithms in the family makes only minor reductions in the expected …