Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DAssembler.h45 class BasicBlockFiller {
47 BasicBlockFiller(MachineFunction &MF, MachineBasicBlock *MBB,
66 BasicBlockFiller addBasicBlock();
69 BasicBlockFiller getEntry() { return Entry; } in getEntry()
78 BasicBlockFiller Entry;
DAssembler.cpp39 ArrayRef<RegisterValue> RegisterInitialValues, BasicBlockFiller &BBF) { in generateSnippetSetupCode()
89 BasicBlockFiller::BasicBlockFiller(MachineFunction &MF, MachineBasicBlock *MBB, in BasicBlockFiller() function in llvm::exegesis::BasicBlockFiller
93 void BasicBlockFiller::addInstruction(const MCInst &Inst, const DebugLoc &DL) { in addInstruction()
117 void BasicBlockFiller::addInstructions(ArrayRef<MCInst> Insts, in addInstructions()
123 void BasicBlockFiller::addReturn(const DebugLoc &DL) { in addReturn()
140 BasicBlockFiller FunctionFiller::addBasicBlock() { in addBasicBlock()
143 return BasicBlockFiller(MF, MBB, MCII); in addBasicBlock()