Home
last modified time | relevance | path

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

/freebsd/contrib/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; } in isGPU() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h115 bool isGPU() const { in isGPU() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp201 bool AA::isGPU(const Module &M) { in isGPU() function in AA