Searched refs:thisMBB (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp521 // thisMBB:
527 MachineBasicBlock *thisMBB = BB; local
556 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ]
562 .addMBB(thisMBB)
584 // thisMBB:
590 MachineBasicBlock *thisMBB = BB; local
620 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ]
626 .addMBB(thisMBB)
650 // thisMBB:
656 MachineBasicBlock *thisMBB local
[all...]
H A DMipsISelLowering.cpp1770 // thisMBB:
1954 // thisMBB:
4563 // thisMBB:
4569 MachineBasicBlock *thisMBB = BB; local
4607 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ]
4613 .addMBB(thisMBB)
4640 // thisMBB:
4646 MachineBasicBlock *thisMBB = BB; local
4677 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ]
4684 .addMBB(thisMBB)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1579 // thisMBB:
1585 MachineBasicBlock *thisMBB = BB; local
1613 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1620 .addMBB(thisMBB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1538 // thisMBB:
1544 MachineBasicBlock *thisMBB = BB; local
1573 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1580 .addMBB(thisMBB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10706 // thisMBB:
10826 // thisMBB:
10981 // thisMBB:
10995 MachineBasicBlock *thisMBB = MBB; local
11019 // thisMBB:
11031 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::STD))
11046 MIB = BuildMI(*thisMBB, MI, DL,
11054 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::BCLalways)).addMBB(mainMBB);
11057 BuildMI(*thisMBB, MI, DL, TII->get(PPC::LI), restoreDstReg).addImm(1);
11059 MIB = BuildMI(*thisMBB, M
11284 MachineBasicBlock *thisMBB = BB; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10245 // thisMBB:
10630 // thisMBB:
10636 MachineBasicBlock *thisMBB = BB; local
10646 !checkAndUpdateCPSRKill(MI, thisMBB, TRI)) {
10673 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
10680 .addMBB(thisMBB);

Completed in 413 milliseconds