Home
last modified time | relevance | path

Searched refs:OCL_PIPE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1731 LANGBUILTIN(read_pipe, "i.", "tn", OCL_PIPE)
1732 LANGBUILTIN(write_pipe, "i.", "tn", OCL_PIPE)
1734 LANGBUILTIN(reserve_read_pipe, "i.", "tn", OCL_PIPE)
1735 LANGBUILTIN(reserve_write_pipe, "i.", "tn", OCL_PIPE)
1737 LANGBUILTIN(commit_write_pipe, "v.", "tn", OCL_PIPE)
1738 LANGBUILTIN(commit_read_pipe, "v.", "tn", OCL_PIPE)
1740 LANGBUILTIN(sub_group_reserve_read_pipe, "i.", "tn", OCL_PIPE)
1743 LANGBUILTIN(sub_group_commit_read_pipe, "v.", "tn", OCL_PIPE)
1744 LANGBUILTIN(sub_group_commit_write_pipe, "v.", "tn", OCL_PIPE)
1752 LANGBUILTIN(get_pipe_num_packets, "Ui.", "tn", OCL_PIPE)
[all …]
H A DBuiltins.h42 OCL_PIPE = 0x200, // builtin requires OpenCL pipe. enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp103 if (!LangOpts.OpenCLPipes && (BuiltinInfo.Langs & OCL_PIPE)) in builtinIsSupported()