Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp425 MachineBasicBlock *BalTgtMBB = MFp->CreateMachineBasicBlock(BB); in expandToLongBranch() local
426 MFp->insert(FallThroughMBB, BalTgtMBB); in expandToLongBranch()
427 LongBrMBB->addSuccessor(BalTgtMBB); in expandToLongBranch()
428 BalTgtMBB->addSuccessor(TgtMBB); in expandToLongBranch()
496 .addMBB(BalTgtMBB); in expandToLongBranch()
499 BuildMI(*MFp, DL, TII->get(BalOp)).addMBB(BalTgtMBB); in expandToLongBranch()
504 .addMBB(BalTgtMBB); in expandToLongBranch()
514 Pos = BalTgtMBB->begin(); in expandToLongBranch()
516 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::ADDu), Mips::AT) in expandToLongBranch()
519 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::LW), Mips::RA) in expandToLongBranch()
[all …]