reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
49 void addInstruction(const MCInst &Inst, const DebugLoc &DL = DebugLoc());
120 addInstruction(Inst, DL);
tools/llvm-exegesis/lib/SnippetRepetitor.cpp35 Entry.addInstruction(Instructions[I % Instructions.size()]); 69 Entry.addInstruction(Inst);unittests/tools/llvm-exegesis/Common/AssemblerUtils.h
52 Filler.getEntry().addInstruction(Inst);