Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenTarget.h150 static unsigned getNumFixedInstructions();
DCodeGenTarget.cpp357 unsigned CodeGenTarget::getNumFixedInstructions() { in getNumFixedInstructions() function in CodeGenTarget
372 assert(EndOfPredefines == getNumFixedInstructions() && in ComputeInstrsByEnum()
DCodeGenSchedule.cpp84 unsigned NumGeneric = Target.getNumFixedInstructions(); in apply()