Home
last modified time | relevance | path

Searched refs:isTargetDevice (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp704 bool ArgsInZeroAddressSpace = Config.isTargetDevice(); in finalize()
1481 bool ArgsInZeroAddressSpace = Config.isTargetDevice(); in createParallel()
1485 if (NumThreads && !Config.isTargetDevice()) { in createParallel()
1609 if (Config.isTargetDevice()) { in createParallel()
4734 if (Config.isTargetDevice()) in applyWorkshareLoop()
6574 if (Config.isTargetDevice()) { in setOutlinedTargetRegionFunctionAttributes()
6590 if (Config.isTargetDevice()) { in createOutlinedFunctionID()
6620 if (Config.isTargetDevice() || !Config.openMPOffloadMandatory()) { in emitTargetRegionFunction()
6636 Config.isTargetDevice() in emitTargetRegionFunction()
6967 if (OMPBuilder.Config.isTargetDevice()) { in FixupDebugInfoForOutlinedFunction()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h862 bool isTargetDevice() const { in isTargetDevice() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1082 (!getLangOpts().isTargetDevice() || !getTriple().isGPU());
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1576 if ((LangOpts.CUDA || LangOpts.isTargetDevice()) && PP.getAuxTargetInfo()) in InitializePreprocessor()
H A DCompilerInstance.cpp117 (getLangOpts().CUDA || getLangOpts().isTargetDevice()) && in createTarget()
H A DCompilerInvocation.cpp4315 bool HasConvergentOperations = Opts.isTargetDevice() || Opts.OpenCL || in ParseLangArgs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h142 bool isTargetDevice() const { in isTargetDevice() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1126 !(S.getLangOpts().isTargetDevice())) in ConvertDeclSpecToType()
1171 !S.getLangOpts().isTargetDevice()) in ConvertDeclSpecToType()
8318 bool IsTargetOffloading = S.getLangOpts().isTargetDevice(); in HandleNeonVectorTypeAttr()
H A DSemaDecl.cpp7902 if (getLangOpts().CUDA || getLangOpts().isTargetDevice()) { in ActOnVariableDeclarator()
8036 if (getLangOpts().CUDA || getLangOpts().isTargetDevice()) { in ActOnVariableDeclarator()
16695 if (FD && (LangOpts.isTargetDevice() || LangOpts.CUDA || in ActOnFinishFunctionBody()