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.cpp232 static const char *FixedInstrs[] = { variable
238 return std::size(FixedInstrs); in getNumFixedInstructions()
245 for (const char *Name : FixedInstrs) { in ComputeInstrsByEnum()