Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.cpp459 static const char *const FixedInstrs[] = { variable
465 return array_lengthof(FixedInstrs) - 1; in getNumFixedInstructions()
472 for (const char *const *p = FixedInstrs; *p; ++p) { in ComputeInstrsByEnum()