Searched refs:OpenCLType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 1649 class OpenCLType<string name, string spirvTypeLiteral> { 1656 let FilterClass = "OpenCLType"; 1666 def : OpenCLType<"opencl.reserve_id_t", "spirv.ReserveId">; 1667 def : OpenCLType<"opencl.event_t", "spirv.Event">; 1668 def : OpenCLType<"opencl.queue_t", "spirv.Queue">; 1669 def : OpenCLType<"opencl.sampler_t", "spirv.Sampler">; 1670 def : OpenCLType<"opencl.clk_event_t", "spirv.DeviceEvent">; 1676 def : OpenCLType<!strconcat("opencl.pipe", aq), 1685 def : OpenCLType<!strconcat("opencl.image1d", aq), 1687 def : OpenCLType<!strconcat("opencl.image1d_array", aq), [all …]
|
| H A D | SPIRVBuiltins.cpp | 3015 struct OpenCLType { struct 3180 const SPIRV::OpenCLType *OCLTypeRecord = in parseBuiltinTypeNameToTargetExtType()
|