/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 258 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 D | CompilerInstance.h | 319 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 D | CompilerInvocation.h | 102 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 D | extract_interface.cc | 336 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 D | CodeGenAction.cpp | 956 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 D | ObjectFilePCHContainerOperations.cpp | 145 TargetOpts(CI.getTargetOpts()), LangOpts(CI.getLangOpts()), in PCHContainerGenerator()
|
H A D | CodeGenModule.cpp | 1918 StringRef TargetCPU = getTarget().getTargetOpts().CPU; in GetCPUAndFeaturesAttributes() 1919 StringRef TuneCPU = getTarget().getTargetOpts().TuneCPU; in GetCPUAndFeaturesAttributes() 1952 Features = getTarget().getTargetOpts().Features; in GetCPUAndFeaturesAttributes()
|
H A D | CGOpenMPRuntimeGPU.cpp | 4418 for (const auto &Feature : CGM.getTarget().getTargetOpts().FeatureMap) { in getCudaArch()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/ |
H A D | cc1_main.cpp | 221 return PrintSupportedCPUs(Clang->getTargetOpts().Triple); in cc1_main()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
H A D | Mips.h | 403 return (ABI == "n32" || ABI == "n64") || getTargetOpts().ForceEnableInt128; in hasInt128Type()
|
H A D | RISCV.cpp | 121 StringRef CodeModel = getTargetOpts().CodeModel; in getTargetDefines()
|
H A D | AArch64.cpp | 221 std::string CodeModel = getTargetOpts().CodeModel; in getTargetDefines()
|
H A D | X86.cpp | 368 std::string CodeModel = getTargetOpts().CodeModel; in getTargetDefines()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/ |
H A D | clang-import-test.cpp | 204 Inv->getTargetOpts().Triple = llvm::sys::getDefaultTargetTriple(); in BuildCompilerInstance()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 153 llvm::Triple triple(origCI.getTargetOpts().Triple); in HasARCRuntime()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 122 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 D | CompilerInstance.cpp | 148 getTarget().adjustTargetOptions(getCodeGenOpts(), getTargetOpts()); in createTarget() 994 OS << " when compiling for " << getTargetOpts().CPU; in ExecuteAction()
|
H A D | FrontendAction.cpp | 741 CI.getLangOpts(), CI.getTargetOpts(), CI.getPreprocessorOpts(), in BeginSourceFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 564 const TargetOptions &TO = Actions.Context.getTargetInfo().getTargetOpts(); in ParseMicrosoftAsmStatement()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 11570 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 D | ASTWriter.cpp | 1273 const TargetOptions &TargetOpts = Target.getTargetOpts(); in WriteControlBlock()
|
H A D | ASTReader.cpp | 450 const TargetOptions &ExistingTargetOpts = PP.getTargetInfo().getTargetOpts(); in ReadTargetOptions()
|