Searched refs:OpenCLType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 1564 class OpenCLType<string name, string spirvTypeLiteral> { 1571 let FilterClass = "OpenCLType"; 1581 def : OpenCLType<"opencl.reserve_id_t", "spirv.ReserveId">; 1582 def : OpenCLType<"opencl.event_t", "spirv.Event">; 1583 def : OpenCLType<"opencl.queue_t", "spirv.Queue">; 1584 def : OpenCLType<"opencl.sampler_t", "spirv.Sampler">; 1585 def : OpenCLType<"opencl.clk_event_t", "spirv.DeviceEvent">; 1591 def : OpenCLType<!strconcat("opencl.pipe", aq), 1600 def : OpenCLType<!strconcat("opencl.image1d", aq), 1602 def : OpenCLType<!strconcat("opencl.image1d_array", aq), [all …]
|
H A D | SPIRVBuiltins.cpp | 2644 struct OpenCLType { struct 2758 const SPIRV::OpenCLType *OCLTypeRecord = in parseBuiltinTypeNameToTargetExtType()
|