Searched defs:isGPU (Results 1 – 6 of 6) sorted by relevance
24 int isGPU() { return 0; } in isGPU() function
134 bool isGPU() const override { return true; }; in isGPU() function
679 virtual bool isGPU() const { return false; } isGPU() function
132 bool isGPU() const { isGPU() function
201 bool AA::isGPU(const Module &M) { isGPU() function in AA