Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp302 unsigned CodeGenTarget::getNumFixedInstructions() { in getNumFixedInstructions() function in CodeGenTarget
317 assert(EndOfPredefines == getNumFixedInstructions() && in ComputeInstrsByEnum()
H A DCodeGenTarget.h179 static unsigned getNumFixedInstructions();
H A DCodeGenSchedule.cpp82 unsigned NumGeneric = Target.getNumFixedInstructions(); in apply()