reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/llvm-exegesis/lib/Assembler.h
   50   void addInstructions(ArrayRef<MCInst> Insts, const DebugLoc &DL = DebugLoc());

References

tools/llvm-exegesis/lib/Assembler.cpp
   46     BBF.addInstructions(SetRegisterCode);
tools/llvm-exegesis/lib/SnippetRepetitor.cpp
   33         Entry.addInstructions(Instructions);
   81       Loop.addInstructions(Instructions);