Searched refs:getMBB (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp184 TBB = LastInst->getOperand(0).getMBB();
188 TBB = LastInst->getOperand(1).getMBB();
206 TBB = SecondLastInst->getOperand(1).getMBB();
208 FBB = LastInst->getOperand(0).getMBB();
216 TBB = SecondLastInst->getOperand(0).getMBB();
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp85 BB = Inst->getOperand(NumOp-1).getMBB();
233 TBB = LastInst->getOperand(0).getMBB();
256 TBB = SecondLastInst->getOperand(0).getMBB();
268 FBB = LastInst->getOperand(0).getMBB();
H A DMipsCodeEmitter.cpp184 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
193 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
235 emitMachineBasicBlock(MO.getMBB(), getRelocation(MI, MO));
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUMCInstLower.cpp58 MO.getMBB()->getSymbol(), Ctx));
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.cpp140 TBB = LastInst->getOperand(0).getMBB();
145 TBB = LastInst->getOperand(1).getMBB();
164 TBB = SecondLastInst->getOperand(1).getMBB();
167 FBB = LastInst->getOperand(0).getMBB();
175 TBB = SecondLastInst->getOperand(0).getMBB();
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp200 TBB = I->getOperand(0).getMBB();
211 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
219 TBB = I->getOperand(0).getMBB();
233 TBB = I->getOperand(0).getMBB();
245 if (TBB != I->getOperand(0).getMBB())
H A DMSP430AsmPrinter.cpp78 O << *MO.getMBB()->getSymbol();
H A DMSP430BranchSelector.cpp113 MachineBasicBlock *Dest = I->getOperand(0).getMBB();
H A DMSP430MCInstLower.cpp130 MO.getMBB()->getSymbol(), Ctx));
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp210 TBB = LastInst->getOperand(0).getMBB();
221 TBB = LastInst->getOperand(1).getMBB();
243 TBB = SecondLastInst->getOperand(1).getMBB();
247 FBB = LastInst->getOperand(0).getMBB();
255 TBB = SecondLastInst->getOperand(0).getMBB();
H A DXCoreMCInstLower.cpp43 Symbol = MO.getMBB()->getSymbol();
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp155 TBB = I->getOperand(0).getMBB();
165 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
173 TBB = I->getOperand(0).getMBB();
184 MachineBasicBlock *TargetBB = I->getOperand(0).getMBB();
206 .addMBB(UnCondBrIter->getOperand(0).getMBB()).addImm(BranchCode);
218 TBB = I->getOperand(0).getMBB();
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp167 CondBranchTarget = MI->getOperand(1).getMBB();
180 LayoutSucc->front().getOperand(0).getMBB();
H A DHexagonFixupHwLoops.cpp135 int Sub = InstOffset - BlockToInstOffset[MII->getOperand(0).getMBB()];
180 .addMBB(MII->getOperand(0).getMBB());
H A DHexagonMCInstLower.cpp72 (MCSymbolRefExpr::Create(MO.getMBB()->getSymbol(),
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp117 Dest = I->getOperand(2).getMBB();
121 Dest = I->getOperand(0).getMBB();
H A DPPCInstrInfo.cpp254 TBB = LastInst->getOperand(0).getMBB();
260 TBB = LastInst->getOperand(2).getMBB();
270 TBB = LastInst->getOperand(0).getMBB();
281 TBB = LastInst->getOperand(0).getMBB();
306 TBB = SecondLastInst->getOperand(2).getMBB();
309 FBB = LastInst->getOperand(0).getMBB();
319 TBB = SecondLastInst->getOperand(0).getMBB();
323 FBB = LastInst->getOperand(0).getMBB();
333 TBB = SecondLastInst->getOperand(0).getMBB();
337 FBB = LastInst->getOperand(0).getMBB();
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64BranchFixupPass.cpp455 DestBB = MI->getOperand(i).getMBB();
539 MachineBasicBlock *NewDest = BMI->getOperand(0).getMBB();
543 MachineBasicBlock *DestBB = MI->getOperand(CondBrMBBOperand).getMBB();
581 << MI->getOperand(CondBrMBBOperand).getMBB()->getNumber()
589 .addMBB(MI->getOperand(CondBrMBBOperand).getMBB());
H A DAArch64InstrInfo.cpp156 TBB = I->getOperand(1).getMBB();
166 TBB = I->getOperand(2).getMBB();
199 TBB = LastInst->getOperand(0).getMBB();
222 TBB = LastInst->getOperand(0).getMBB();
238 TBB = SecondLastInst->getOperand(1).getMBB();
241 FBB = LastInst->getOperand(0).getMBB();
245 FBB = LastInst->getOperand(0).getMBB();
253 TBB = SecondLastInst->getOperand(0).getMBB();
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp138 TBB = ThisTarget->getMBB();
150 if (MBB.isLayoutSuccessor(ThisTarget->getMBB())) {
158 TBB = ThisTarget->getMBB();
166 TBB = ThisTarget->getMBB();
177 if (TBB != ThisTarget->getMBB())
H A DSystemZMCInstLower.cpp74 return lowerSymbolOperand(MO, MO.getMBB()->getSymbol(),
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp95 MachineBasicBlock *SrcBB = I->getOperand(i+1).getMBB();
212 return MI->getOperand(i+1).getMBB();
274 return PHI->getOperand(idx+1).getMBB();
H A DUnreachableBlockElim.cpp158 start->getOperand(i).getMBB() == BB) {
184 if (!preds.count(phi->getOperand(i).getMBB())) {
H A DPHIElimination.cpp347 --VRegPHIUseCount[BBVRegPair(MPhi->getOperand(i+1).getMBB()->getNumber(),
363 MachineBasicBlock &opBlock = *MPhi->getOperand(i*2+2).getMBB();
536 ++VRegPHIUseCount[BBVRegPair(BBI->getOperand(i+1).getMBB()->getNumber(),
554 MachineBasicBlock *PreMBB = BBI->getOperand(i+1).getMBB();
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp82 MO.getMBB()->getSymbol(), OutContext));

Completed in 156 milliseconds

123