Searched refs:spirv (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 1546 def : BuiltinType<"spirv.ReserveId", OpTypeReserveId>; 1547 def : BuiltinType<"spirv.PipeStorage", OpTypePipeStorage>; 1548 def : BuiltinType<"spirv.Queue", OpTypeQueue>; 1549 def : BuiltinType<"spirv.Event", OpTypeEvent>; 1550 def : BuiltinType<"spirv.Sampler", OpTypeSampler>; 1551 def : BuiltinType<"spirv.DeviceEvent", OpTypeDeviceEvent>; 1552 def : BuiltinType<"spirv.Image", OpTypeImage>; 1553 def : BuiltinType<"spirv.SampledImage", OpTypeSampledImage>; 1554 def : BuiltinType<"spirv.Pipe", OpTypePipe>; 1555 def : BuiltinType<"spirv.CooperativeMatrixKHR", OpTypeCooperativeMatrixKHR>; [all …]
|
H A D | SPIRVSubtarget.h | 85 bool isVulkanEnv() const { return TargetTriple.getArch() == Triple::spirv; } in isVulkanEnv()
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 74 case spirv: return "spirv"; in getArchTypeName() 214 case spirv: in getArchTypePrefix() 448 .Case("spirv", spirv) in getArchTypeForLLVMName() 590 .Cases("spirv", "spirv1.5", "spirv1.6", Triple::spirv) in parseArch() 967 case Triple::spirv: in getDefaultFormat() 1494 if (getArch() != spirv || getOS() != Vulkan) in getVulkanVersion() 1658 case llvm::Triple::spirv: in getArchPointerBitWidth() 1753 case Triple::spirv: in get32BitArchVariant() 1832 case Triple::spirv: in get64BitArchVariant() 1875 case Triple::spirv: in getBigEndianArchVariant() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.h | 41 case llvm::Triple::spirv: \
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 99 spirv, // SPIR-V with logical memory layout. enumerator 838 getArch() == Triple::spirv; in isSPIRV() 843 return getArch() == Triple::spirv; in isSPIRVLogical()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | SPIR.h | 305 assert(Triple.getArch() == llvm::Triple::spirv && in SPIRVTargetInfo()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Targets.cpp | 665 case llvm::Triple::spirv: { in AllocateTarget()
|
/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 885 llvm/tools/spirv-tools/
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 1459 def : DiagGroup<"spirv-compat", [SpirCompat]>; // Alias.
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 1337 T.setArch(llvm::Triple::spirv); in BuildCompilation()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 8843 def spirv : DXCFlag<"spirv">,
|