Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function.h122 static bool needs_workitem_context_data (BrigOpcode16_t brig_opcode);
H A Dbrig-code-entry-handler.h70 bool needs_workitem_context_data (BrigOpcode16_t brig_opcode) const;
H A Dbrig-function.cc900 if (needs_workitem_context_data (brig_opcode)) in expand_or_call_builtin()
958 if (needs_workitem_context_data (brig_opcode)) in expand_or_call_builtin()
1354 brig_function::needs_workitem_context_data in needs_workitem_context_data() function in brig_function