Searched defs:getGridValue (Results 1 – 6 of 6) sorted by relevance
/llvm-project/offload/DeviceRTL/src/ | ||
H A D | Mapping.cpp | 46 const llvm::omp::GV &getGridValue() { getGridValue() function |
/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | NVPTX.h | 156 const llvm::omp::GV &getGridValue() const override { getGridValue() function |
H A D | AMDGPU.h | 366 const llvm::omp::GV &getGridValue() const override { getGridValue() function |
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ | ||
H A D | OMPIRBuilder.h | 143 omp::GV getGridValue() const { getGridValue() function |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 1633 virtual const llvm::omp::GV &getGridValue() const { getGridValue() function |
/llvm-project/llvm/lib/Frontend/OpenMP/ | ||
H A D | OMPIRBuilder.cpp | 151 static const omp::GV &getGridValue(const Triple &T, Function *Kernel) { getGridValue() function |