Home
last modified time | relevance | path

Searched refs:addInstructions (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DSnippetRepetitor.cpp33 Entry.addInstructions(Instructions); in Repeat()
81 Loop.addInstructions(Instructions); in Repeat()
DAssembler.h51 void addInstructions(ArrayRef<MCInst> Insts, const DebugLoc &DL = DebugLoc());
DAssembler.cpp46 BBF.addInstructions(SetRegisterCode); in generateSnippetSetupCode()
117 void BasicBlockFiller::addInstructions(ArrayRef<MCInst> Insts, in addInstructions() function in llvm::exegesis::BasicBlockFiller