Searched defs:isGPU (Results 1 – 5 of 5) sorted by relevance
134 bool isGPU() const override { return true; }; in isGPU() function
661 virtual bool isGPU() const { return false; } in isGPU() function
1266 bool isGPU() const { return isSPIRV() || isNVPTX() || isAMDGPU(); } in isGPU() function
147 bool isGPU() const { in isGPU() function
200 bool AA::isGPU(const Module &M) { in isGPU() function in AA