Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OpenCL

5250   // unspecified. This is not done for OpenCL as it handles the half type
5448 // bits unspecified. This is not done for OpenCL as it handles the half type
5722 // Perform special handling in OpenCL mode
5723 if (M.getLangOpts().OpenCL) {
5724 // Use OpenCL function attributes to check for kernel functions
5727 // OpenCL __kernel functions get kernel metadata
6566 // Currently subclassed only to implement custom OpenCL C function attribute
6588 if (M.getLangOpts().OpenCL) {
6590 // OpenCL C Kernel functions are not subject to inlining
6598 "opencl.kernel_wg_size_info");
7568 /// Emit SPIR specific metadata: OpenCL and SPIR version.
7575 // opencl.spir.version named metadata.
7580 M.getOrInsertNamedMetadata("opencl.spir.version");
7582 // SPIR v2.0 s2.13 - The OpenCL version used by the module is stored in the
7583 // opencl.ocl.version named metadata node.
7590 M.getOrInsertNamedMetadata("opencl.ocl.version");