Searched refs:addInstructions (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | SnippetRepetitor.cpp | 34 Entry.addInstructions(Instructions); in Repeat() 93 Loop.addInstructions(Instructions); in Repeat()
|
| H A D | Assembler.h | 51 void addInstructions(ArrayRef<MCInst> Insts, const DebugLoc &DL = DebugLoc());
|
| H A D | Assembler.cpp | 47 BBF.addInstructions(SetRegisterCode); in generateSnippetSetupCode() 118 void BasicBlockFiller::addInstructions(ArrayRef<MCInst> Insts, in addInstructions() function in llvm::exegesis::BasicBlockFiller
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | CMOVConversion.cpp | 252 BB->addInstructions(ConditionalSucc->begin(), ConditionalSucc->end()); in runOnFunction() 257 BB->addInstructions(UnconditionalSucc->begin(), UnconditionalSucc->end()); in runOnFunction()
|
| H A D | PatchEntries.cpp | 121 PatchFunction->addBasicBlock()->addInstructions(Seq); in runOnFunctions()
|
| H A D | IndirectCallPromotion.cpp | 780 IndCallBlock.addInstructions(ICPcode.front().second.begin(), in rewriteCall() 785 IndCallBlock.addInstructions(TailInsts.begin(), TailInsts.end()); in rewriteCall() 796 TBB->addInstructions(Insts.begin(), Insts.end()); in rewriteCall() 803 NewBBs.back()->addInstructions(MovedInst.begin(), MovedInst.end()); in rewriteCall()
|
| H A D | LongJmp.cpp | 42 StubBB.addInstructions(Seq.begin(), Seq.end()); in relaxStubToShortJmp() 50 StubBB.addInstructions(Seq.begin(), Seq.end()); in relaxStubToLongJmp()
|
| H A D | ValidateInternalCalls.cpp | 121 NewBB->addInstructions(MovedInsts.begin(), MovedInsts.end()); in fixCFGForPIC()
|
| H A D | Instrumentation.cpp | 503 NewBB->addInstructions(Iter->begin(), Iter->end()); in instrumentFunction() 600 BBs.back()->addInstructions(Instrs.begin(), Instrs.end()); in createAuxiliaryFunctions()
|
| H A D | RetpolineInsertion.cpp | 123 BB1.addInstructions(Seq.begin(), Seq.end()); in createNewRetpoline()
|
| H A D | TailDuplication.cpp | 536 NewBB->addInstructions(CurBB->begin(), CurBB->end()); in duplicateBlocks()
|
| H A D | BinaryPasses.cpp | 1769 CurBB->addInstructions(CmpJCC); in runOnFunctions() 1783 OneByteMemcpyBB->addInstructions(OneByteMemcpy); in runOnFunctions()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryBasicBlock.h | 485 template <typename Itr> void addInstructions(Itr Begin, Itr End) { in addInstructions() function 491 template <typename RangeTy> void addInstructions(RangeTy R) { in addInstructions() function
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryBasicBlock.cpp | 622 NewBlock->addInstructions(II, end()); in splitAt()
|