Home
last modified time | relevance | path

Searched refs:CGOpenCLRuntime (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h92 class CGOpenCLRuntime; variable
329 std::unique_ptr<CGOpenCLRuntime> OpenCLRuntime;
660 CGOpenCLRuntime &getOpenCLRuntime() { in getOpenCLRuntime()
H A DCGBuiltin.cpp5541 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()
5611 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()
5650 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()
5677 CGOpenCLRuntime OpenCLRT(CGM); in EmitBuiltinExpr()
H A DCodeGenModule.cpp478 OpenCLRuntime.reset(new CGOpenCLRuntime(*this)); in createOpenCLRuntime()
/freebsd/lib/clang/libclang/
H A DMakefile293 SRCS_MIN+= CodeGen/CGOpenCLRuntime.cpp