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

/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp530 // thisMBB:
536 MachineBasicBlock *thisMBB = BB; local
564 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ]
570 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB)
592 // thisMBB:
598 MachineBasicBlock *thisMBB = BB; local
627 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ]
633 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB)
656 // thisMBB:
662 MachineBasicBlock *thisMBB local
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1327 // thisMBB:
1333 MachineBasicBlock *thisMBB = BB; local
1361 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1367 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16898 // thisMBB:
16907 MachineBasicBlock *thisMBB = MBB;
16919 // thisMBB:
16923 BuildMI(thisMBB, DL, TII->get(X86::XBEGIN_4)).addMBB(sinkMBB);
16924 thisMBB->addSuccessor(mainMBB);
16925 thisMBB->addSuccessor(sinkMBB);
17102 MachineBasicBlock *thisMBB = MBB;
17118 overflowMBB = thisMBB;
17119 endMBB = thisMBB;
17125 // thisMBB
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1557 // thisMBB:
1563 MachineBasicBlock *thisMBB = BB; local
1591 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1597 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6286 // thisMBB:
6366 // thisMBB:
6473 // thisMBB:
6487 MachineBasicBlock *thisMBB = MBB; local
6511 // thisMBB:
6522 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::STD))
6538 MIB = BuildMI(*thisMBB, MI, DL,
6546 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::BCLalways)).addMBB(mainMBB);
6551 BuildMI(*thisMBB, MI, DL, TII->get(PPC::LI), restoreDstReg).addImm(1);
6553 MIB = BuildMI(*thisMBB, M
6753 MachineBasicBlock *thisMBB = BB; local
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2915 // thisMBB:
2920 MachineBasicBlock *thisMBB = BB; local
2948 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
2953 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7020 // thisMBB:
7299 // thisMBB:
7305 MachineBasicBlock *thisMBB = BB; local
7332 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
7338 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);

Completed in 3830 milliseconds