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.h127 std::optional<omp::GV> GridValue; variable
159 assert(GridValue.has_value() && "GridValue is not set"); in getGridValue()
160 return *GridValue; in getGridValue()
199 void setGridValue(omp::GV G) { GridValue = G; } in setGridValue()
1943 std::optional<omp::GV> GridValue = {}, unsigned ReductionBufNum = 1024,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3537 std::optional<omp::GV> GridValue, unsigned ReductionBufNum, in createReductionsGPU() argument
3583 if (GridValue.has_value()) in createReductionsGPU()
3584 Config.setGridValue(GridValue.value()); in createReductionsGPU()