Home
last modified time | relevance | path

Searched refs:getTargetOpts (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h258 TargetOptions &getTargetOpts() const { in getTargetOpts() function
579 return (getPointerWidth(0) >= 64) || getTargetOpts().ForceEnableInt128; in hasInt128Type()
1483 setFeatureEnabled(getTargetOpts().OpenCLFeaturesMap, #Ext, V);
1489 for (const auto &Ext : getTargetOpts().OpenCLExtensionsAsWritten) { in setCommandLineOpenCLOpts()
1499 getTargetOpts().OpenCLFeaturesMap[Name] = V; in setCommandLineOpenCLOpts()
1505 return getTargetOpts().OpenCLFeaturesMap; in getSupportedOpenCLOpts()
1510 return getTargetOpts().OpenCLFeaturesMap; in getSupportedOpenCLOpts()
1534 return getTargetOpts().SDKVersion; in getSDKVersion()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h319 TargetOptions &getTargetOpts() { in getTargetOpts() function
320 return Invocation->getTargetOpts(); in getTargetOpts()
322 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
323 return Invocation->getTargetOpts(); in getTargetOpts()
H A DCompilerInvocation.h102 TargetOptions &getTargetOpts() { return *TargetOpts.get(); } in getTargetOpts() function
103 const TargetOptions &getTargetOpts() const { return *TargetOpts.get(); } in getTargetOpts() function
/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc336 TargetOptions &TO = Clang->getTargetOpts(); in create_target_info()
346 TargetOptions &TO = Clang->getTargetOpts(); in create_target_info()
433 TargetOptions &TO = Clang->getTargetOpts(); in set_lang_defaults()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp956 CI.getPreprocessorOpts(), CI.getCodeGenOpts(), CI.getTargetOpts(), in CreateASTConsumer()
1004 M->setTargetTriple(CI.getTargetOpts().Triple); in loadModule()
1066 const TargetOptions &TargetOpts = CI.getTargetOpts(); in ExecuteAction()
1089 CI.getTargetOpts(), CI.getLangOpts(), in ExecuteAction()
H A DObjectFilePCHContainerOperations.cpp145 TargetOpts(CI.getTargetOpts()), LangOpts(CI.getLangOpts()), in PCHContainerGenerator()
H A DCodeGenModule.cpp1918 StringRef TargetCPU = getTarget().getTargetOpts().CPU; in GetCPUAndFeaturesAttributes()
1919 StringRef TuneCPU = getTarget().getTargetOpts().TuneCPU; in GetCPUAndFeaturesAttributes()
1952 Features = getTarget().getTargetOpts().Features; in GetCPUAndFeaturesAttributes()
H A DCGOpenMPRuntimeGPU.cpp4418 for (const auto &Feature : CGM.getTarget().getTargetOpts().FeatureMap) { in getCudaArch()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp221 return PrintSupportedCPUs(Clang->getTargetOpts().Triple); in cc1_main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DMips.h403 return (ABI == "n32" || ABI == "n64") || getTargetOpts().ForceEnableInt128; in hasInt128Type()
H A DRISCV.cpp121 StringRef CodeModel = getTargetOpts().CodeModel; in getTargetDefines()
H A DAArch64.cpp221 std::string CodeModel = getTargetOpts().CodeModel; in getTargetDefines()
H A DX86.cpp368 std::string CodeModel = getTargetOpts().CodeModel; in getTargetDefines()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp204 Inv->getTargetOpts().Triple = llvm::sys::getDefaultTargetTriple(); in BuildCompilerInstance()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp153 llvm::Triple triple(origCI.getTargetOpts().Triple); in HasARCRuntime()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp122 TargetOpts(new TargetOptions(X.getTargetOpts())), in CompilerInvocationRefBase()
449 TargetOptions &TargetOpts = Invocation.getTargetOpts(); in FixupInvocation()
4386 ParseTargetArgs(Res.getTargetOpts(), Args, Diags); in CreateFromArgsImpl()
4387 llvm::Triple T(Res.getTargetOpts().Triple); in CreateFromArgsImpl()
4400 Res.getTargetOpts().HostTriple = Res.getFrontendOpts().AuxTriple; in CreateFromArgsImpl()
4405 Res.getTargetOpts().HostTriple = Res.getFrontendOpts().AuxTriple; in CreateFromArgsImpl()
H A DCompilerInstance.cpp148 getTarget().adjustTargetOptions(getCodeGenOpts(), getTargetOpts()); in createTarget()
994 OS << " when compiling for " << getTargetOpts().CPU; in ExecuteAction()
H A DFrontendAction.cpp741 CI.getLangOpts(), CI.getTargetOpts(), CI.getPreprocessorOpts(), in BeginSourceFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmtAsm.cpp564 const TargetOptions &TO = Actions.Context.getTargetInfo().getTargetOpts(); in ParseMicrosoftAsmStatement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp11570 Target->getTargetOpts().CPU, in getFunctionFeatureMap()
11571 Target->getTargetOpts().Features); in getFunctionFeatureMap()
11578 StringRef TargetCPU = Target->getTargetOpts().CPU; in getFunctionFeatureMap()
11587 Target->getTargetOpts().FeaturesAsWritten.begin(), in getFunctionFeatureMap()
11588 Target->getTargetOpts().FeaturesAsWritten.end()); in getFunctionFeatureMap()
11607 FeatureMap = Target->getTargetOpts().FeatureMap; in getFunctionFeatureMap()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1273 const TargetOptions &TargetOpts = Target.getTargetOpts(); in WriteControlBlock()
H A DASTReader.cpp450 const TargetOptions &ExistingTargetOpts = PP.getTargetInfo().getTargetOpts(); in ReadTargetOptions()