Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp474 static const char *const FixedInstrs[] = { variable
480 return array_lengthof(FixedInstrs) - 1; in getNumFixedInstructions()
487 for (const char *const *p = FixedInstrs; *p; ++p) { in ComputeInstrsByEnum()