Lines Matching refs:OpenCL
411 // OpenCL v1.0/1.1 s6.9, v1.2/2.0 s6.10: Preprocessor Directives and Macros.
412 if (LangOpts.OpenCL) {
413 // OpenCL v1.0 and v1.1 do not have a predefined macro to indicate the
415 // is for the OpenCL version supported by the OpenCL device, which is not
417 // A shared OpenCL header file requires a macro to indicate the language
419 // OpenCL v1.0 and v1.1.
434 llvm_unreachable("Unsupported OpenCL version");
958 // OpenCL definitions.
959 if (LangOpts.OpenCL) {