Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.h160 static unsigned getNumFixedInstructions();
H A DCodeGenTarget.cpp464 unsigned CodeGenTarget::getNumFixedInstructions() { in getNumFixedInstructions() function in CodeGenTarget
479 assert(EndOfPredefines == getNumFixedInstructions() && in ComputeInstrsByEnum()
H A DCodeGenSchedule.cpp83 unsigned NumGeneric = Target.getNumFixedInstructions(); in apply()