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

/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp501 // thisMBB:
507 MachineBasicBlock *thisMBB = BB; local
536 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ]
542 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB)
564 // thisMBB:
570 MachineBasicBlock *thisMBB = BB; local
600 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ]
606 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB)
629 // thisMBB:
635 MachineBasicBlock *thisMBB local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13475 // thisMBB:
13484 MachineBasicBlock *thisMBB = MBB; local
13496 // thisMBB:
13500 BuildMI(thisMBB, DL, TII->get(X86::XBEGIN_4)).addMBB(sinkMBB);
13501 thisMBB->addSuccessor(mainMBB);
13502 thisMBB->addSuccessor(sinkMBB);
13705 // thisMBB:
13708 // t4 = phi(t1 / thisMBB, t3 / mainMBB)
13717 MachineBasicBlock *thisMBB = MBB; local
13730 // thisMBB
14003 MachineBasicBlock *thisMBB = MBB; local
14358 MachineBasicBlock *thisMBB = MBB; local
14684 MachineBasicBlock *thisMBB = BB; local
15013 MachineBasicBlock *thisMBB = MBB; local
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5878 // thisMBB:
5959 // thisMBB:
6066 // thisMBB:
6080 MachineBasicBlock *thisMBB = MBB; local
6104 // thisMBB:
6115 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::STD))
6131 MIB = BuildMI(*thisMBB, MI, DL,
6139 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::BCLalways)).addMBB(mainMBB);
6144 BuildMI(*thisMBB, MI, DL, TII->get(PPC::LI), restoreDstReg).addImm(1);
6146 MIB = BuildMI(*thisMBB, M
6337 MachineBasicBlock *thisMBB = BB; local
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1213 // thisMBB:
1219 MachineBasicBlock *thisMBB = BB; local
1248 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1254 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1847 // thisMBB:
1852 MachineBasicBlock *thisMBB = BB; local
1880 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1885 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1310 // thisMBB:
1316 MachineBasicBlock *thisMBB = BB; local
1345 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1351 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6038 // thisMBB:
6141 // thisMBB:
6252 // thisMBB:
6359 // thisMBB:
7148 // thisMBB:
7506 // thisMBB:
7512 MachineBasicBlock *thisMBB = BB; local
7540 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
7546 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);

Completed in 596 milliseconds