Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp297 static const char *FixedInstrs[] = { variable
303 return std::size(FixedInstrs) - 1; in getNumFixedInstructions()
310 for (const char *const *p = FixedInstrs; *p; ++p) { in ComputeInstrsByEnum()