Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenTarget.h150 static unsigned getNumFixedInstructions();
H A DCodeGenTarget.cpp357 unsigned CodeGenTarget::getNumFixedInstructions() { in getNumFixedInstructions() function in CodeGenTarget
372 assert(EndOfPredefines == getNumFixedInstructions() && in ComputeInstrsByEnum()
H A DCodeGenSchedule.cpp84 unsigned NumGeneric = Target.getNumFixedInstructions(); in apply()