Home
last modified time | relevance | path

Searched refs:ReductionInfo (Results 1 – 7 of 7) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h548 struct ReductionInfo { struct
549 ReductionInfo(Value *Variable, Value *PrivateVariable, in ReductionInfo() argument
641 ArrayRef<ReductionInfo> ReductionInfos,
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/generate/build_tables/
H A Dbuild_parse_table.rs37 struct ReductionInfo { struct
188 let mut reduction_infos = HashMap::<Symbol, ReductionInfo>::new(); in add_actions()
276 *reduction_info = ReductionInfo::default(); in add_actions()
434 reduction_info: &ReductionInfo, in handle_conflict() argument
/dports/devel/py-pyopencl/pyopencl-2018.2/pyopencl/
H A Dreduction.py184 class ReductionInfo(Record): class
187 return ReductionInfo(
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1068 ArrayRef<ReductionInfo> ReductionInfos, bool IsNoWait) { in createReductions()
1069 for (const ReductionInfo &RI : ReductionInfos) { in createReductions()
1100 const ReductionInfo &RI = En.value(); in createReductions()
1117 llvm::all_of(ReductionInfos, [](const ReductionInfo &RI) { in createReductions()
1156 const ReductionInfo &RI = En.value(); in createReductions()
1181 for (const ReductionInfo &RI : ReductionInfos) { in createReductions()
1203 const ReductionInfo &RI = En.value(); in createReductions()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp658 SmallVector<llvm::OpenMPIRBuilder::ReductionInfo> reductionInfos; in convertOmpWsLoop()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/third_party/libdxg/include/
H A Dd3dkmthk.h2952 DXGK_BACKLIGHT_INFO ReductionInfo; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp3166 OpenMPIRBuilder::ReductionInfo ReductionInfos[] = { in TEST_F()