Home
last modified time | relevance | path

Searched refs:BalTgtMBB (Results 1 – 2 of 2) 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-7.0/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp379 MachineBasicBlock *BalTgtMBB = MFp->CreateMachineBasicBlock(BB); in expandToLongBranch() local
380 MFp->insert(FallThroughMBB, BalTgtMBB); in expandToLongBranch()
381 LongBrMBB->addSuccessor(BalTgtMBB); in expandToLongBranch()
382 BalTgtMBB->addSuccessor(TgtMBB); in expandToLongBranch()
450 .addMBB(BalTgtMBB); in expandToLongBranch()
453 BuildMI(*MFp, DL, TII->get(BalOp)).addMBB(BalTgtMBB); in expandToLongBranch()
458 .addMBB(BalTgtMBB); in expandToLongBranch()
468 Pos = BalTgtMBB->begin(); in expandToLongBranch()
470 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::ADDu), Mips::AT) in expandToLongBranch()
473 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::LW), Mips::RA) in expandToLongBranch()
[all …]