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/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h251 const ClauseSet &reductions = clauseSets[llvm::omp::Clause::OMPC_reduction]; in mergeReduction() local
253 while (reductions.size() != visited.size()) { in mergeReduction()
257 for (first = reductions.begin(); first != reductions.end(); ++first) { in mergeReduction()
268 for (auto iter = std::next(first); iter != reductions.end(); ++iter) { in mergeReduction()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPInstrInfo.td188 // int reductions
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def54 FUNCTION_PASS("expand-reductions", ExpandReductionsPass())
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVPIntrinsics.def649 // Specialized helper macro for VP reductions (%start, %x, %mask, %evl).
714 // Specialized helper macro for VP reductions as above but with two forms:
H A DIntrinsicsARM.td1237 // The following 3 intrinsics are MVE vector reductions with two vector
H A DIntrinsicsAArch64.td2094 // Floating-point reductions
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedSiFive7.td140 /// Cycles for reductions take approximately VL*SEW/DLEN + 5(4 + log(DLEN/SEW))
162 /// Cycles for ordered reductions take approximatley 6*VL cycles
H A DRISCVScheduleV.td15 // Used for widening reductions, which does contain M8.
H A DRISCVInstrInfoVPseudos.td169 // Used for widening reductions. It can contain M8 because wider operands are
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def270 …mber of the reduction records in the intermediate reduction buffer used for the teams reductions.")
H A Darm_sve.td703 // Integer reductions
881 // Floating-point reductions
H A DDiagnosticSemaKinds.td10988 "minus(-) operator for reductions is deprecated; use + or user defined reduction instead">,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def881 /// Vector reductions
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td1573 // Vector reductions
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SVEInstrInfo.td580 // SVE predicated integer reductions.
790 // SVE floating point reductions.
H A DSVEInstrFormats.td10104 // SVE bitwise logical/add/min/max reductions (quadwords)
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt13133 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 …