| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_gsupport.cpp | 1780 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 D | defs.h | 259 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 D | lr0.c | 22 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 D | lalr.c | 36 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 D | NEW_FEATURES | 12 error recovery works because AT&T Yacc uses more default reductions
|
| H A D | output.c | 2032 reductions *rp, *next; in free_reductions()
|
| H A D | README.BTYACC | 533 Yacc uses more default reductions than Berkeley Yacc.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VVPInstrInfo.td | 188 // int reductions
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | VPIntrinsics.def | 610 // 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 D | IntrinsicsARM.td | 1227 // The following 3 intrinsics are MVE vector reductions with two vector
|
| H A D | IntrinsicsAArch64.td | 2211 // Floating-point reductions
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedSiFiveP400.td | 67 // 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 D | RISCVSchedSiFive7.td | 136 /// 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 D | RISCVScheduleV.td | 15 // Used for widening reductions, which does contain M8.
|
| H A D | RISCVInstrInfoVPseudos.td | 198 // Used for widening reductions. It can contain M8 because wider operands are
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassRegistry.def | 431 FUNCTION_PASS("expand-reductions", ExpandReductionsPass())
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 927 /// Vector reductions
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 234 …mber of the reduction records in the intermediate reduction buffer used for the teams reductions.")
|
| H A D | arm_sve.td | 658 // Integer reductions 834 // Floating-point reductions
|
| H A D | DiagnosticSemaKinds.td | 11582 "minus(-) operator for reductions is deprecated; use + or user defined reduction instead">,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 1668 // Vector reductions
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SVEInstrInfo.td | 185 // Floating-point reductions. 668 // SVE predicated integer reductions. 903 // SVE floating point reductions.
|
| H A D | SVEInstrFormats.td | 10805 // SVE bitwise logical/add/min/max reductions (quadwords)
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 13265 Enhanced the ASL grammar definition to force early reductions on all
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 3757 …tes that using more advanced algorithms in the family makes only minor reductions in the expected …
|