Home
last modified time | relevance | path

Searched refs:TargetMBB (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp395 MachineBasicBlock *TargetMBB) { in moveAndUpdatePHIs() argument
411 MO.setMBB(TargetMBB); in moveAndUpdatePHIs()
414 TargetMBB->splice(TargetMBB->begin(), SourceMBB, MI, ME); in moveAndUpdatePHIs()
428 const MachineBasicBlock &TargetMBB in canMoveToBeginning()
432 << TargetMBB.getNumber() << "\n"); in canMoveToBeginning()
436 if (Use.isPHI() && Use.getParent() == &TargetMBB) { in canMoveToBeginning()
459 const MachineBasicBlock &TargetMBB in canMoveToEnd()
463 << TargetMBB.getNumber() << "\n"); in canMoveToEnd()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64CondBrTuning.cpp112 MachineBasicBlock *TargetMBB = TII->getBranchDestBlock(MI); in convertToCondBr() local
136 .addMBB(TargetMBB); in convertToCondBr()
H A DAArch64InstrInfo.cpp1849 MachineBasicBlock *TargetMBB = MI.getOperand(0).getMBB(); in expandPostRAPseudo() local
1859 .addMBB(TargetMBB); in expandPostRAPseudo()
1863 .addMBB(TargetMBB) in expandPostRAPseudo()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp312 int TargetMBB = getTargetMBB(*Br)->getNumber(); in computeOffset() local
315 if (ThisMBB < TargetMBB) { in computeOffset()
316 for (int N = ThisMBB + 1; N < TargetMBB; ++N) in computeOffset()
323 for (int N = ThisMBB; N >= TargetMBB; --N) in computeOffset()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DTarget.h99 MachineBasicBlock &TargetMBB, in decrementLoopCounterAndJump() argument
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp704 MachineBasicBlock &TargetMBB,
845 MachineBasicBlock &MBB, MachineBasicBlock &TargetMBB, in decrementLoopCounterAndJump() argument
852 .addMBB(&TargetMBB) in decrementLoopCounterAndJump()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1705 MachineBasicBlock *TargetMBB = FuncInfo.MBBMap[I.getSuccessor()]; in visitCatchRet() local
1706 FuncInfo.MBB->addSuccessor(TargetMBB); in visitCatchRet()
1707 TargetMBB->setIsEHCatchretTarget(true); in visitCatchRet()
1715 if (TargetMBB != NextBlock(FuncInfo.MBB) || in visitCatchRet()
1718 getControlRoot(), DAG.getBasicBlock(TargetMBB))); in visitCatchRet()
1738 getControlRoot(), DAG.getBasicBlock(TargetMBB), in visitCatchRet()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35234 MachineBasicBlock *TargetMBB = MI.getOperand(0).getMBB(); in EmitLoweredCatchRet() local
35260 BuildMI(*RestoreMBB, RestoreMBBI, DL, TII.get(X86::JMP_4)).addMBB(TargetMBB); in EmitLoweredCatchRet()