Home
last modified time | relevance | path

Searched refs:GridValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h116 std::optional<omp::GV> GridValue; variable
144 assert(GridValue.has_value() && "GridValue is not set"); in getGridValue()
145 return *GridValue; in getGridValue()
184 void setGridValue(omp::GV G) { GridValue = G; } in setGridValue()
1851 std::optional<omp::GV> GridValue = {}, unsigned ReductionBufNum = 1024,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3390 ReductionGenCBKind ReductionGenCBKind, std::optional<omp::GV> GridValue, in createReductionsGPU() argument
3424 if (GridValue.has_value()) in createReductionsGPU()
3425 Config.setGridValue(GridValue.value()); in createReductionsGPU()