Searched refs:getNumFixedInstructions (Results 1 – 2 of 2) sorted by relevance
171 static unsigned getNumFixedInstructions();188 return getInstructions().take_front(getNumFixedInstructions()); in getGenericInstructions()192 return getInstructions().drop_front(getNumFixedInstructions()); in getTargetInstructions()
237 unsigned CodeGenTarget::getNumFixedInstructions() { in getNumFixedInstructions() function in CodeGenTarget252 assert(EndOfPredefines == getNumFixedInstructions() && in ComputeInstrsByEnum()