Searched refs:isGPU (Results 1 – 9 of 9) sorted by relevance
134 bool isGPU() const override { return true; }; in isGPU() function
679 virtual bool isGPU() const { return false; } in isGPU() function
868 CGM.getLangOpts().OpenMPIsTargetDevice, isGPU(), in CGOpenMPRuntimeGPU()
1040 CGM.getLangOpts().OpenMPIsTargetDevice, isGPU(), in CGOpenMPRuntime()
132 bool isGPU() const { in isGPU() function163 if (isGPU()) in firstSeparator()173 if (isGPU()) in separator()
201 bool AA::isGPU(const Module &M) { in isGPU() function in AA
1192 if (!AA::isGPU(M)) in forallInterferingAccesses()8573 AA::isGPU(*I.getModule())) in categorizePtrValue()
175 bool isGPU(const Module &M);
8376 if (!Config.isGPU()) { in createOffloadEntry()