Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h171 static unsigned getNumFixedInstructions();
188 return getInstructions().take_front(getNumFixedInstructions()); in getGenericInstructions()
192 return getInstructions().drop_front(getNumFixedInstructions()); in getTargetInstructions()
H A DCodeGenTarget.cpp237 unsigned CodeGenTarget::getNumFixedInstructions() { in getNumFixedInstructions() function in CodeGenTarget
252 assert(EndOfPredefines == getNumFixedInstructions() && in ComputeInstrsByEnum()