Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenTarget.cpp479 static const char *FixedInstrs[] = { variable
485 return array_lengthof(FixedInstrs) - 1; in getNumFixedInstructions()
492 for (const char *const *p = FixedInstrs; *p; ++p) { in ComputeInstrsByEnum()