Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.h159 static unsigned getNumFixedInstructions();
DCodeGenTarget.cpp468 unsigned CodeGenTarget::getNumFixedInstructions() { in getNumFixedInstructions() function in CodeGenTarget
483 assert(EndOfPredefines == getNumFixedInstructions() && in ComputeInstrsByEnum()
DCodeGenSchedule.cpp83 unsigned NumGeneric = Target.getNumFixedInstructions(); in apply()