Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h191 ArrayRef<const CodeGenInstruction *> getTargetInstructions() const { in getTargetInstructions() function
196 return getTargetInstructions().take_front(NumPseudoInstructions); in getTargetPseudoInstructions()
200 return getTargetInstructions().drop_front(NumPseudoInstructions); in getTargetNonPseudoInstructions()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp1061 Target.getTargetInstructions(); in run()