Home
last modified time | relevance | path

Searched refs:EnvironmentType (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHLSL.cpp41 case Triple::EnvironmentType::Vertex: in isLegalShaderModel()
42 case Triple::EnvironmentType::Hull: in isLegalShaderModel()
43 case Triple::EnvironmentType::Domain: in isLegalShaderModel()
44 case Triple::EnvironmentType::Geometry: in isLegalShaderModel()
45 case Triple::EnvironmentType::Pixel: in isLegalShaderModel()
46 case Triple::EnvironmentType::Compute: { in isLegalShaderModel()
50 case Triple::EnvironmentType::Library: { in isLegalShaderModel()
58 case Triple::EnvironmentType::Amplification: in isLegalShaderModel()
59 case Triple::EnvironmentType::Mesh: { in isLegalShaderModel()
74 Triple::EnvironmentType Kind = in tryParseProfile()
[all …]
H A DLinux.cpp44 llvm::Triple::EnvironmentType TargetEnvironment = in getMultiarchTriple()
H A DDarwin.cpp1614 void setEnvironment(llvm::Triple::EnvironmentType EnvType, in setEnvironment()
1666 llvm::Triple::EnvironmentType Environment, Arg *A, in createFromMTargetOS()
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp91 Triple::EnvironmentType ShaderKind;
139 if (ShaderKind == Triple::EnvironmentType::Compute) in emitDXILEntryProps()
276 case Triple::EnvironmentType::Library: { in createEntryMD()
287 case Triple::EnvironmentType::Compute: in createEntryMD()
288 case Triple::EnvironmentType::Amplification: in createEntryMD()
289 case Triple::EnvironmentType::Mesh: in createEntryMD()
290 case Triple::EnvironmentType::Vertex: in createEntryMD()
291 case Triple::EnvironmentType::Hull: in createEntryMD()
292 case Triple::EnvironmentType::Domain: in createEntryMD()
293 case Triple::EnvironmentType::Geometry: in createEntryMD()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h228 enum EnvironmentType { enum
308 EnvironmentType Environment{};
372 EnvironmentType getEnvironment() const { return Environment; } in getEnvironment()
565 EnvironmentType Env = getEnvironment(); in isGNUEnvironment()
946 EnvironmentType Env = getEnvironment(); in isX32()
988 void setEnvironment(EnvironmentType Kind);
1086 static StringRef getEnvironmentTypeName(EnvironmentType Kind);
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h120 llvm::Triple::EnvironmentType os_env =
121 llvm::Triple::EnvironmentType::UnknownEnvironment;
139 os_env = llvm::Triple::EnvironmentType::UnknownEnvironment; in Clear()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDarwinSDKInfo.h38 llvm::Triple::EnvironmentType FromEnv, in OSEnvPair()
40 llvm::Triple::EnvironmentType ToEnv) in OSEnvPair()
H A DHLSLRuntime.h24 getStageFromEnvironment(const llvm::Triple::EnvironmentType &E) { in getStageFromEnvironment()
H A DAttr.td4045 // order for the enum should match order in llvm::Triple::EnvironmentType.
4046 // ShaderType will be converted to llvm::Triple::EnvironmentType like
4047 // (llvm::Triple::EnvironmentType)((uint32_t)ShaderType +
4048 // (uint32_t)llvm::Triple::EnvironmentType::Pixel).
/openbsd/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp75 const llvm::Triple::EnvironmentType os_env = in CreateInstance()
83 case llvm::Triple::EnvironmentType::MacABI: in CreateInstance()
84 case llvm::Triple::EnvironmentType::Simulator: in CreateInstance()
85 case llvm::Triple::EnvironmentType::UnknownEnvironment: in CreateInstance()
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp251 StringRef Triple::getEnvironmentTypeName(EnvironmentType Kind) { in getEnvironmentTypeName()
602 static Triple::EnvironmentType parseEnvironment(StringRef EnvironmentName) { in parseEnvironment()
603 return StringSwitch<Triple::EnvironmentType>(EnvironmentName) in parseEnvironment()
910 StringSwitch<Triple::EnvironmentType>(Components[0]) in Triple()
983 EnvironmentType Environment = UnknownEnvironment; in normalize()
1347 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp92 llvm::Triple::EnvironmentType ABI() const { in ABI()
93 return (llvm::Triple::EnvironmentType) in ABI()
285 static llvm::Triple::EnvironmentType default_env = [] { in GetModuleSpecifications()
322 llvm::Triple::EnvironmentType env; in GetModuleSpecifications()
325 (llvm::Triple::EnvironmentType)module_env_option->GetEnumerationValue(); in GetModuleSpecifications()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp943 static bool IsCompatibleEnvironment(llvm::Triple::EnvironmentType lhs, in IsCompatibleEnvironment()
944 llvm::Triple::EnvironmentType rhs) { in IsCompatibleEnvironment()
1009 const llvm::Triple::EnvironmentType lhs_triple_env = in IsMatch()
1011 const llvm::Triple::EnvironmentType rhs_triple_env = in IsMatch()
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp107 case llvm::Triple::EnvironmentType::UnknownEnvironment: in CreateInstance()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp453 if (T.getEnvironment() != Triple::EnvironmentType::Library) { in generateGlobalCtorDtorCalls()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DToolChain.h199 void setTripleEnvironment(llvm::Triple::EnvironmentType Env);
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp196 triple.setEnvironment(llvm::Triple::EnvironmentType::Android); in GetArchitecture()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp89 llvm::Triple::EnvironmentType::Android) in AddSystemInfo()
/openbsd/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp119 void ToolChain::setTripleEnvironment(llvm::Triple::EnvironmentType Env) { in setTripleEnvironment()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1210 llvm::Triple::EnvironmentType::Android); in RefineModuleDetailsFromNote()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp12169 case llvm::Triple::EnvironmentType::Compute: in CheckHLSLEntryPoint()