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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11346 // thisMBB:
11362 MachineBasicBlock *thisMBB = MBB; local
11368 // Transfer the remainder of thisMBB and its successor edges to nextMBB.
11369 nextMBB->splice(nextMBB->begin(), thisMBB,
11371 thisMBB->end());
11372 nextMBB->transferSuccessorsAndUpdatePHIs(thisMBB);
11374 // Update thisMBB to fall through to newMBB
11375 thisMBB->addSuccessor(newMBB);
11449 // thisMBB (instructions are in pairs, except cmpxchg8b)
11452 // out1, out2 = phi (thisMBB, t
11474 MachineBasicBlock *thisMBB = MBB; local
11633 MachineBasicBlock *thisMBB = MBB; local
11856 MachineBasicBlock *thisMBB = MBB; local
12182 MachineBasicBlock *thisMBB = BB; local
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1145 // thisMBB:
1151 MachineBasicBlock *thisMBB = BB; local
1180 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1186 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1194 // thisMBB:
1199 MachineBasicBlock *thisMBB = BB; local
1227 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1232 .addReg(MI->getOperand(1).getReg()).addMBB(thisMBB);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1282 // thisMBB:
1288 MachineBasicBlock *thisMBB = BB; local
1317 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
1323 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4729 // thisMBB:
4810 // thisMBB:
4912 // thisMBB:
4918 MachineBasicBlock *thisMBB = BB; local
4948 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
4954 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);
5043 // thisMBB:
5134 // thisMBB:
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5300 // thisMBB:
5402 // thisMBB:
5512 // thisMBB:
5621 // thisMBB:
6392 // thisMBB:
6398 MachineBasicBlock *thisMBB = BB; local
6426 // %Result = phi [ %FalseValue, copy0MBB ], [ %TrueValue, thisMBB ]
6432 .addReg(MI->getOperand(2).getReg()).addMBB(thisMBB);

Completed in 82 milliseconds