Searched refs:getTargetInstructions (Results 1 – 2 of 2) sorted by relevance
191 ArrayRef<const CodeGenInstruction *> getTargetInstructions() const { in getTargetInstructions() function196 return getTargetInstructions().take_front(NumPseudoInstructions); in getTargetPseudoInstructions()200 return getTargetInstructions().drop_front(NumPseudoInstructions); in getTargetNonPseudoInstructions()
1061 Target.getTargetInstructions(); in run()