Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenTarget.h159 static unsigned getNumFixedInstructions();
H A DCodeGenTarget.cpp484 unsigned CodeGenTarget::getNumFixedInstructions() { in getNumFixedInstructions() function in CodeGenTarget
499 assert(EndOfPredefines == getNumFixedInstructions() && in ComputeInstrsByEnum()
H A DCodeGenSchedule.cpp82 unsigned NumGeneric = Target.getNumFixedInstructions(); in apply()