Home
last modified time | relevance | path

Searched refs:OpenCLType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td1145 class OpenCLType<string name, string spirvTypeLiteral> {
1152 let FilterClass = "OpenCLType";
1162 def : OpenCLType<"opencl.reserve_id_t", "spirv.ReserveId">;
1163 def : OpenCLType<"opencl.event_t", "spirv.Event">;
1164 def : OpenCLType<"opencl.queue_t", "spirv.Queue">;
1165 def : OpenCLType<"opencl.sampler_t", "spirv.Sampler">;
1166 def : OpenCLType<"opencl.clk_event_t", "spirv.DeviceEvent">;
1172 def : OpenCLType<!strconcat("opencl.pipe", aq),
1181 def : OpenCLType<!strconcat("opencl.image1d", aq),
1183 def : OpenCLType<!strconcat("opencl.image1d_array", aq),
[all …]
H A DSPIRVBuiltins.cpp1986 struct OpenCLType { struct
2085 const SPIRV::OpenCLType *OCLTypeRecord = in parseBuiltinTypeNameToTargetExtType()