Home
last modified time | relevance | path

Searched refs:hlsl_input (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h64 hlsl_input, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2690 case LangAS::hlsl_input: in getAddrSpaceAsString()
H A DType.cpp103 (A == LangAS::Default && B == LangAS::hlsl_input) || in isTargetAddressSpaceSupersetOf()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5883 if (LangOpts.HLSL && GetGlobalVarAddressSpace(D) == LangAS::hlsl_input) { in EmitGlobalVarDefinition()
5939 if (LangOpts.HLSL && GetGlobalVarAddressSpace(D) == LangAS::hlsl_input) in EmitGlobalVarDefinition()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp3555 LangAS ImplAS = LangAS::hlsl_input; in deduceAddressSpace()
H A DSemaDecl.cpp14411 Var->getType().getAddressSpace() == LangAS::hlsl_input) in ActOnUninitializedDecl()