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
888 CGM.getLangOpts().OpenMPIsTargetDevice, isGPU(), in CGOpenMPRuntimeGPU()
1038 CGM.getLangOpts().OpenMPIsTargetDevice, isGPU(), in CGOpenMPRuntime()
115 bool isGPU() const { in isGPU() function141 if (isGPU()) in firstSeparator()151 if (isGPU()) in separator()
201 bool AA::isGPU(const Module &M) { in isGPU() function in AA
1191 if (!AA::isGPU(M)) in forallInterferingAccesses()8558 AA::isGPU(*I.getModule())) in categorizePtrValue()
174 bool isGPU(const Module &M);
6408 if (!Config.isGPU()) { in createOffloadEntry()