Searched refs:isGPU (Results 1 – 17 of 17) sorted by relevance
134 bool isGPU() const override { return true; }; in isGPU() function
661 virtual bool isGPU() const { return false; } in isGPU() function
1082 (!getLangOpts().isTargetDevice() || !getTriple().isGPU());
1361 if (TT.isGPU()) in setProfileVersion()
868 CGM.getLangOpts().OpenMPIsTargetDevice, isGPU(), in CGOpenMPRuntimeGPU()
1036 CGM.getLangOpts().OpenMPIsTargetDevice, isGPU(), in CGOpenMPRuntime()2627 CGM.getLangOpts().OpenMPIsTargetDevice && CGM.getTriple().isGPU(); in emitDistributeStaticInit()2656 CGM.getLangOpts().OpenMPIsTargetDevice && CGM.getTriple().isGPU()) in emitForStaticFinish()
949 if (Triple.isGPU()) in isStackProtectorOn()
136 assert(!TargetTriple.isGPU() && "Device targets are not supported"); in SanitizerBinaryMetadata()
147 bool isGPU() const { in isGPU() function178 if (isGPU()) in firstSeparator()188 if (isGPU()) in separator()
1266 bool isGPU() const { return isSPIRV() || isNVPTX() || isAMDGPU(); } in isGPU() function
200 bool AA::isGPU(const Module &M) { in isGPU() function in AA202 return T.isGPU(); in isGPU()3295 if (TargetTriple.isGPU()) in getFlatAddressSpace()
1187 if (!AA::isGPU(M)) in forallInterferingAccesses()8634 AA::isGPU(*I.getModule())) in categorizePtrValue()
484 return T.isGPU(); in isGPUProfTarget()
177 LLVM_ABI bool isGPU(const Module &M);1349 bool targetIsGPU() { return TargetTriple.isGPU(); }
812 (Context.getTargetInfo().getTriple().isGPU() || in getLVForNamespaceScopeDecl()
942 getToolChain().getTriple().isGPU()) { in AddPreprocessingOptions()1130 if (getToolChain().getTriple().isGPU() && in AddPreprocessingOptions()
3828 if (Config.isGPU()) in createReductions()9647 if (!Config.isGPU()) { in createOffloadEntry()