Home
last modified time | relevance | path

Searched refs:getNumPseudoInstructions (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h177 unsigned getNumPseudoInstructions() const { in getNumPseudoInstructions() function
H A DCodeGenSchedule.cpp83 unsigned NumPseudos = Target.getNumPseudoInstructions(); in apply()