Searched refs:TargetMBB (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchCoalescing.cpp | 395 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64CondBrTuning.cpp | 115 MachineBasicBlock *TargetMBB = TII->getBranchDestBlock(MI); in convertToCondBr() local 139 .addMBB(TargetMBB); in convertToCondBr()
|
H A D | AArch64InstrInfo.cpp | 1887 MachineBasicBlock *TargetMBB = MI.getOperand(0).getMBB(); in expandPostRAPseudo() local 1897 .addMBB(TargetMBB); in expandPostRAPseudo() 1901 .addMBB(TargetMBB) in expandPostRAPseudo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsBranchExpansion.cpp | 307 int TargetMBB = getTargetMBB(*Br)->getNumber(); in computeOffset() local 310 if (ThisMBB < TargetMBB) { in computeOffset() 311 for (int N = ThisMBB + 1; N < TargetMBB; ++N) in computeOffset() 318 for (int N = ThisMBB; N >= TargetMBB; --N) in computeOffset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | Target.h | 99 MachineBasicBlock &TargetMBB, in decrementLoopCounterAndJump() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/ |
H A D | Target.cpp | 701 MachineBasicBlock &TargetMBB, 842 MachineBasicBlock &MBB, MachineBasicBlock &TargetMBB, in decrementLoopCounterAndJump() argument 849 .addMBB(&TargetMBB) in decrementLoopCounterAndJump()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1681 MachineBasicBlock *TargetMBB = FuncInfo.MBBMap[I.getSuccessor()]; in visitCatchRet() local 1682 FuncInfo.MBB->addSuccessor(TargetMBB); in visitCatchRet() 1683 TargetMBB->setIsEHCatchretTarget(true); in visitCatchRet() 1691 if (TargetMBB != NextBlock(FuncInfo.MBB) || in visitCatchRet() 1694 getControlRoot(), DAG.getBasicBlock(TargetMBB))); in visitCatchRet() 1714 getControlRoot(), DAG.getBasicBlock(TargetMBB), in visitCatchRet()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 33020 MachineBasicBlock *TargetMBB = MI.getOperand(0).getMBB(); in EmitLoweredCatchRet() local 33046 BuildMI(*RestoreMBB, RestoreMBBI, DL, TII.get(X86::JMP_4)).addMBB(TargetMBB); in EmitLoweredCatchRet()
|