Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp271 MachineBasicBlock *BalTgtMBB = MF->CreateMachineBasicBlock(BB); in expandToLongBranch() local
272 MF->insert(FallThroughMBB, BalTgtMBB); in expandToLongBranch()
273 LongBrMBB->addSuccessor(BalTgtMBB); in expandToLongBranch()
274 BalTgtMBB->addSuccessor(TgtMBB); in expandToLongBranch()
320 .addMBB(TgtMBB).addMBB(BalTgtMBB); in expandToLongBranch()
322 .append(BuildMI(*MF, DL, TII->get(BalOp)).addMBB(BalTgtMBB)) in expandToLongBranch()
326 .addMBB(BalTgtMBB)); in expandToLongBranch()
328 Pos = BalTgtMBB->begin(); in expandToLongBranch()
330 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::ADDu), Mips::AT) in expandToLongBranch()
332 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::LW), Mips::RA) in expandToLongBranch()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp411 MachineBasicBlock *BalTgtMBB = MFp->CreateMachineBasicBlock(BB); in expandToLongBranch() local
412 MFp->insert(FallThroughMBB, BalTgtMBB); in expandToLongBranch()
413 LongBrMBB->addSuccessor(BalTgtMBB); in expandToLongBranch()
414 BalTgtMBB->addSuccessor(TgtMBB); in expandToLongBranch()
482 .addMBB(BalTgtMBB); in expandToLongBranch()
485 BuildMI(*MFp, DL, TII->get(BalOp)).addMBB(BalTgtMBB); in expandToLongBranch()
490 .addMBB(BalTgtMBB); in expandToLongBranch()
500 Pos = BalTgtMBB->begin(); in expandToLongBranch()
502 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::ADDu), Mips::AT) in expandToLongBranch()
505 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::LW), Mips::RA) in expandToLongBranch()
[all …]
/external/llvm-project/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp420 MachineBasicBlock *BalTgtMBB = MFp->CreateMachineBasicBlock(BB); in expandToLongBranch() local
421 MFp->insert(FallThroughMBB, BalTgtMBB); in expandToLongBranch()
422 LongBrMBB->addSuccessor(BalTgtMBB); in expandToLongBranch()
423 BalTgtMBB->addSuccessor(TgtMBB); in expandToLongBranch()
491 .addMBB(BalTgtMBB); in expandToLongBranch()
494 BuildMI(*MFp, DL, TII->get(BalOp)).addMBB(BalTgtMBB); in expandToLongBranch()
499 .addMBB(BalTgtMBB); in expandToLongBranch()
509 Pos = BalTgtMBB->begin(); in expandToLongBranch()
511 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::ADDu), Mips::AT) in expandToLongBranch()
514 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::LW), Mips::RA) in expandToLongBranch()
[all …]