| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.cpp | 111 TBB = LastInst.getOperand(0).getMBB(); in analyzeBranch() 115 TBB = LastInst.getOperand(1).getMBB(); in analyzeBranch() 133 TBB = SecondLastInst.getOperand(1).getMBB(); in analyzeBranch() 135 FBB = LastInst.getOperand(0).getMBB(); in analyzeBranch() 143 TBB = SecondLastInst.getOperand(0).getMBB(); in analyzeBranch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsMCInstLower.cpp | 125 Symbol = MO.getMBB()->getSymbol(); in LowerSymbolOperand() 242 MCSymbolRefExpr::create(MI->getOperand(1).getMBB()->getSymbol(), *Ctx); in lowerLongBranchLUi() 247 OutMI.addOperand(createSub(MI->getOperand(1).getMBB(), in lowerLongBranchLUi() 248 MI->getOperand(2).getMBB(), Kind)); in lowerLongBranchLUi() 284 MCSymbolRefExpr::create(MI->getOperand(2).getMBB()->getSymbol(), *Ctx); in lowerLongBranchADDiu() 289 OutMI.addOperand(createSub(MI->getOperand(2).getMBB(), in lowerLongBranchADDiu() 290 MI->getOperand(3).getMBB(), Kind)); in lowerLongBranchADDiu()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 297 TBB = I->getOperand(0).getMBB(); in analyzeBranch() 310 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch() 319 TBB = I->getOperand(0).getMBB(); in analyzeBranch() 331 MachineBasicBlock *TargetBB = I->getOperand(0).getMBB(); in analyzeBranch() 356 .addMBB(UnCondBrIter->getOperand(0).getMBB()); in analyzeBranch() 370 TBB = I->getOperand(0).getMBB(); in analyzeBranch() 382 if (TBB != I->getOperand(0).getMBB()) { in analyzeBranch() 520 return MI.getOperand(0).getMBB(); in getBranchDestBlock() 523 return MI.getOperand(1).getMBB(); in getBranchDestBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCEarlyReturn.cpp | 77 if (J->getOperand(0).getMBB() == &ReturnMBB) { in processBlock() 90 if (J->getOperand(2).getMBB() == &ReturnMBB) { in processBlock() 107 if (J->getOperand(1).getMBB() == &ReturnMBB) { in processBlock() 130 J->getOperand(i).getMBB() == &ReturnMBB) in processBlock()
|
| H A D | PPCPreEmitPeephole.cpp | 509 MBB.removeSuccessor(Br->getOperand(1).getMBB()); in runOnMachineFunction() 520 if (!MBB.isLayoutSuccessor(Br->getOperand(1).getMBB())) { in runOnMachineFunction() 522 TII->insertBranch(MBB, Br->getOperand(1).getMBB(), nullptr, in runOnMachineFunction() 526 if (Succ != Br->getOperand(1).getMBB()) { in runOnMachineFunction()
|
| H A D | PPCBranchSelector.cpp | 336 Dest = I->getOperand(2).getMBB(); in runOnMachineFunction() 339 Dest = I->getOperand(1).getMBB(); in runOnMachineFunction() 343 Dest = I->getOperand(0).getMBB(); in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.cpp | 128 TBB = MI.getOperand(0).getMBB(); in analyzeBranch() 136 TBB = MI.getOperand(0).getMBB(); in analyzeBranch() 141 TBB = MI.getOperand(0).getMBB(); in analyzeBranch() 143 FBB = MI.getOperand(0).getMBB(); in analyzeBranch()
|
| H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 467 if (Op.isMBB() && Indices.count(Op.getMBB())) in makeSingleEntryLoop() 468 Op.setMBB(Map[{Op.getMBB(), PredInLoop}]); in makeSingleEntryLoop() 481 .getMBB()); in makeSingleEntryLoop()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.cpp | 194 TBB = I->getOperand(0).getMBB(); in analyzeBranch() 205 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch() 213 TBB = I->getOperand(0).getMBB(); in analyzeBranch() 227 TBB = I->getOperand(0).getMBB(); in analyzeBranch() 239 if (TBB != I->getOperand(0).getMBB()) in analyzeBranch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.cpp | 208 TBB = LastInst->getOperand(0).getMBB(); in analyzeBranch() 219 TBB = LastInst->getOperand(1).getMBB(); in analyzeBranch() 240 TBB = SecondLastInst->getOperand(1).getMBB(); in analyzeBranch() 244 FBB = LastInst->getOperand(0).getMBB(); in analyzeBranch() 252 TBB = SecondLastInst->getOperand(0).getMBB(); in analyzeBranch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVETPAndVPTOptimisationsPass.cpp | 119 if (T.getOpcode() == ARM::t2LoopEnd && T.getOperand(1).getMBB() == Header) { in findLoopComponents() 124 T.getOperand(2).getMBB() == Header) { in findLoopComponents() 160 (LoopPhi->getOperand(2).getMBB() != Latch && in findLoopComponents() 161 LoopPhi->getOperand(4).getMBB() != Latch)) { in findLoopComponents() 167 Register StartReg = LoopPhi->getOperand(2).getMBB() == Latch in findLoopComponents() 394 if (LoopPhi->getOperand(2).getMBB() == ML->getLoopLatch()) { in MergeLoopEnd() 476 (Phi->getOperand(2).getMBB() != ML->getLoopLatch() && in ConvertTailPredLoop() 477 Phi->getOperand(4).getMBB() != ML->getLoopLatch())) { in ConvertTailPredLoop() 481 CountReg = Phi->getOperand(2).getMBB() == ML->getLoopLatch() in ConvertTailPredLoop()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.cpp | 190 TBB = I->getOperand(0).getMBB(); in analyzeBranch() 201 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch() 209 TBB = I->getOperand(0).getMBB(); in analyzeBranch()
|
| H A D | BPFMCInstLower.cpp | 69 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), Ctx)); in Lower()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCBranchFinalize.cpp | 120 .addMBB(MI->getOperand(0).getMBB()) in replaceWithBRcc() 138 .addMBB(MI->getOperand(0).getMBB()) in replaceWithCmpBcc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 564 auto &CurMBB = MIRBuilder.getMBB(); in translateBr() 565 auto *Succ0MBB = &getMBB(*BrInst.getSuccessor(0)); in translateBr() 574 CurMBB.addSuccessor(&getMBB(*Succ)); in translateBr() 1248 MachineBasicBlock &CurBB = MIRBuilder.getMBB(); in translateIndirectBr() 1255 CurBB.addSuccessor(&getMBB(*Succ)); in translateIndirectBr() 2513 MachineBasicBlock *InvokeMBB = &MIRBuilder.getMBB(); in translateInvoke() 2521 MachineBasicBlock &EHPadMBB = getMBB(*EHPadBB), in translateInvoke() 2522 &ReturnMBB = getMBB(*ReturnBB); in translateInvoke() 2546 MachineBasicBlock &MBB = MIRBuilder.getMBB(); in translateLandingPad() 3180 EntryBB->addSuccessor(&getMBB(F.front())); in runOnMachineFunction() [all …]
|
| H A D | CSEMIRBuilder.cpp | 22 auto MBBEnd = getMBB().end(); in dominates() 39 MachineBasicBlock *CurMBB = &getMBB(); in getDominatingInstrForID() 100 B.addNodeIDMBB(&getMBB()); in profileMBBOpcode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIOptimizeVGPRLiveRange.cpp | 168 return BR.getOperand(2).getMBB(); in getElseTarget() 261 auto *Pred = MI.getOperand(Idx + 1).getMBB(); in collectCandidateRegisters() 301 auto *IncomingMBB = UseMI->getOperand(I.getOperandNo() + 1).getMBB(); in collectCandidateRegisters() 400 PHIIncoming.insert(UseMI->getOperand(I.getOperandNo() + 1).getMBB()); in updateLiveRangeInThenRegion() 599 MachineBasicBlock *IfTarget = MI.getOperand(2).getMBB(); in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineSSAUpdater.cpp | 102 MachineBasicBlock *SrcBB = I->getOperand(i+1).getMBB(); in LookForIdenticalPHI() 216 return MI->getOperand(i+1).getMBB(); in findCorrespondingPred() 271 return PHI->getOperand(idx+1).getMBB(); in getIncomingBlock()
|
| H A D | UnreachableBlockElim.cpp | 133 start->getOperand(i).getMBB() == &BB) { in runOnMachineFunction() 165 if (!preds.count(phi->getOperand(i).getMBB())) { in runOnMachineFunction()
|
| H A D | PHIElimination.cpp | 430 --VRegPHIUseCount[BBVRegPair(MPhi->getOperand(i+1).getMBB()->getNumber(), in LowerPHINode() 446 MachineBasicBlock &opBlock = *MPhi->getOperand(i*2+2).getMBB(); in LowerPHINode() 631 ++VRegPHIUseCount[BBVRegPair(BBI.getOperand(i+1).getMBB()->getNumber(), in analyzePHINodes() 651 MachineBasicBlock *PreMBB = BBI->getOperand(i+1).getMBB(); in SplitPHIEdges()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCFGOptimizer.cpp | 180 CondBranchTarget = MI.getOperand(1).getMBB(); in runOnMachineFunction() 193 LayoutSucc->front().getOperand(0).getMBB(); in runOnMachineFunction()
|
| H A D | HexagonEarlyIfConv.cpp | 259 MachineBasicBlock *T1B = T1I->getOperand(1).getMBB(); in matchFlowPattern() 264 : T2I->getOperand(0).getMBB(); in matchFlowPattern() 464 const MachineBasicBlock *BB = MI.getOperand(i+1).getMBB(); in computePhiCost() 741 MachineBasicBlock *TB = MI->getOperand(0).getMBB(); in predicateInstr() 821 if (BO.getMBB() == FP.SplitB) in updatePhiNodes() 823 else if (BO.getMBB() == FP.TrueB) in updatePhiNodes() 825 else if (BO.getMBB() == FP.FalseB) in updatePhiNodes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.cpp | 156 Target = LastInst->getOperand(0).getMBB(); in parseCondBranch() 178 TBB = LastInst->getOperand(0).getMBB(); in analyzeBranch() 202 TBB = LastInst->getOperand(0).getMBB(); in analyzeBranch() 218 FBB = LastInst->getOperand(0).getMBB(); in analyzeBranch() 225 TBB = SecondLastInst->getOperand(0).getMBB(); in analyzeBranch()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RedundantCopyElimination.cpp | 132 MBB == CondBr.getOperand(1).getMBB()) || in knownRegValInBlock() 134 MBB != CondBr.getOperand(1).getMBB())) { in knownRegValInBlock() 149 MachineBasicBlock *BrTarget = CondBr.getOperand(1).getMBB(); in knownRegValInBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kAsmPrinter.cpp | 48 MO.getMBB()->getSymbol()->print(OS, MAI); in printOperand()
|