Home
last modified time | relevance | path

Searched refs:spirv (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td1546 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 DSPIRVSubtarget.h85 bool isVulkanEnv() const { return TargetTriple.getArch() == Triple::spirv; } in isVulkanEnv()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp74 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 DCGHLSLRuntime.h41 case llvm::Triple::spirv: \
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h99 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 DSPIR.h305 assert(Triple.getArch() == llvm::Triple::spirv && in SPIRVTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp665 case llvm::Triple::spirv: { in AllocateTarget()
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist885 llvm/tools/spirv-tools/
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td1459 def : DiagGroup<"spirv-compat", [SpirCompat]>; // Alias.
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1337 T.setArch(llvm::Triple::spirv); in BuildCompilation()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8843 def spirv : DXCFlag<"spirv">,