Home
last modified time | relevance | path

Searched defs:OpcodeGroup (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPredicateExpander.h96 class OpcodeGroup; variable
H A DCodeGenSchedule.h361 OpcodeGroup(OpcodeInfo &&OpInfo) : Info(std::move(OpInfo)) {} in OpcodeGroup() function