Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DBuiltins.h42 OCL_PIPE = 0x200, // builtin requires OpenCL pipe. enumerator
H A DBuiltins.def1649 LANGBUILTIN(read_pipe, "i.", "tn", OCL_PIPE)
1650 LANGBUILTIN(write_pipe, "i.", "tn", OCL_PIPE)
1652 LANGBUILTIN(reserve_read_pipe, "i.", "tn", OCL_PIPE)
1653 LANGBUILTIN(reserve_write_pipe, "i.", "tn", OCL_PIPE)
1655 LANGBUILTIN(commit_write_pipe, "v.", "tn", OCL_PIPE)
1656 LANGBUILTIN(commit_read_pipe, "v.", "tn", OCL_PIPE)
1658 LANGBUILTIN(sub_group_reserve_read_pipe, "i.", "tn", OCL_PIPE)
1661 LANGBUILTIN(sub_group_commit_read_pipe, "v.", "tn", OCL_PIPE)
1662 LANGBUILTIN(sub_group_commit_write_pipe, "v.", "tn", OCL_PIPE)
1670 LANGBUILTIN(get_pipe_num_packets, "Ui.", "tn", OCL_PIPE)
[all …]
/llvm-project-15.0.7/clang/lib/Basic/
H A DBuiltins.cpp82 !LangOpts.OpenCLPipes && (BuiltinInfo.Langs & OCL_PIPE); in builtinIsSupported()