Home
last modified time | relevance | path

Searched defs:isGPU (Results 1 – 6 of 6) sorted by relevance

/llvm-project/offload/test/api/
H A Dompx_3d.c24 int isGPU() { return 0; } in isGPU() function
H A Dompx_3d.cpp24 int isGPU() { return 0; } in isGPU() function
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h134 bool isGPU() const override { return true; }; in isGPU() function
H A DCGOpenMPRuntime.h679 virtual bool isGPU() const { return false; } isGPU() function
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h132 bool isGPU() const { isGPU() function
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp201 bool AA::isGPU(const Module &M) { isGPU() function in AA