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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11826 // thisMBB:
11842 MachineBasicBlock *thisMBB = MBB; local
11848 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
11849 nextMBB->splice(nextMBB->begin(), thisMBB,
11851 thisMBB->end());
11852 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
11854 // Update thisMBB to fall through to newMBB
11855 thisMBB->addSuccessor(newMBB);
11929 // thisMBB (instructions are in pairs, except cmpxchg8b)
11932 // out1, out2 = phi (thisMBB, t
11954 MachineBasicBlock *thisMBB = MBB; local
12113 MachineBasicBlock *thisMBB = MBB; local
12317 MachineBasicBlock *thisMBB = MBB; local
12643 MachineBasicBlock *thisMBB = BB; local
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1149 // thisMBB:
1155 MachineBasicBlock *thisMBB = BB; local
1184 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1190 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1199 // thisMBB:
1204 MachineBasicBlock *thisMBB = BB; local
1232 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1237 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1286 // thisMBB:
1292 MachineBasicBlock *thisMBB = BB; local
1321 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1327 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4816 // thisMBB:
4897 // thisMBB:
5025 // thisMBB:
5031 MachineBasicBlock *thisMBB = BB; local
5061 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
5067 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
5156 // thisMBB:
5247 // thisMBB:
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5374 // thisMBB:
5477 // thisMBB:
5588 // thisMBB:
5698 // thisMBB:
6428 // thisMBB:
6766 // thisMBB:
6772 MachineBasicBlock *thisMBB = BB; local
6800 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
6806 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);

Completed in 227 milliseconds