Home
last modified time | relevance | path

Searched refs:isGPU (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h134 bool isGPU() const override { return true; }; in isGPU() function
H A DCGOpenMPRuntime.h661 virtual bool isGPU() const { return false; } in isGPU() function
H A DCodeGenModule.h1082 (!getLangOpts().isTargetDevice() || !getTriple().isGPU());
H A DCodeGenPGO.cpp1361 if (TT.isGPU()) in setProfileVersion()
H A DCGOpenMPRuntimeGPU.cpp868 CGM.getLangOpts().OpenMPIsTargetDevice, isGPU(), in CGOpenMPRuntimeGPU()
H A DCGOpenMPRuntime.cpp1036 CGM.getLangOpts().OpenMPIsTargetDevice, isGPU(), in CGOpenMPRuntime()
2627 CGM.getLangOpts().OpenMPIsTargetDevice && CGM.getTriple().isGPU(); in emitDistributeStaticInit()
2656 CGM.getLangOpts().OpenMPIsTargetDevice && CGM.getTriple().isGPU()) in emitForStaticFinish()
H A DCodeGenModule.cpp949 if (Triple.isGPU()) in isStackProtectorOn()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp136 assert(!TargetTriple.isGPU() && "Device targets are not supported"); in SanitizerBinaryMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h147 bool isGPU() const { in isGPU() function
178 if (isGPU()) in firstSeparator()
188 if (isGPU()) in separator()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1266 bool isGPU() const { return isSPIRV() || isNVPTX() || isAMDGPU(); } in isGPU() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp200 bool AA::isGPU(const Module &M) { in isGPU() function in AA
202 return T.isGPU(); in isGPU()
3295 if (TargetTriple.isGPU()) in getFlatAddressSpace()
H A DAttributorAttributes.cpp1187 if (!AA::isGPU(M)) in forallInterferingAccesses()
8634 AA::isGPU(*I.getModule())) in categorizePtrValue()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp484 return T.isGPU(); in isGPUProfTarget()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h177 LLVM_ABI bool isGPU(const Module &M);
1349 bool targetIsGPU() { return TargetTriple.isGPU(); }
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp812 (Context.getTargetInfo().getTriple().isGPU() || in getLVForNamespaceScopeDecl()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp942 getToolChain().getTriple().isGPU()) { in AddPreprocessingOptions()
1130 if (getToolChain().getTriple().isGPU() && in AddPreprocessingOptions()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3828 if (Config.isGPU()) in createReductions()
9647 if (!Config.isGPU()) { in createOffloadEntry()