Searched refs:getMBB (Results 51 - 75 of 139) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp88 MO.getMBB()->getSymbol(), OutContext));
H A DARMLowOverheadLoops.cpp898 if (End->getOperand(1).getMBB() != ML.getHeader()) {
915 BBUtils->getOffsetOf(Start->getOperand(1).getMBB()) ||
916 !BBUtils->isBBInRange(Start, Start->getOperand(1).getMBB(), 4094))) {
1160 MachineBasicBlock *DestBB = MI->getOperand(1).getMBB();
1218 MachineBasicBlock *DestBB = MI->getOperand(1).getMBB();
1538 MachineBasicBlock *Succ = Terminator->getOperand(0).getMBB();
H A DARMCallLowering.cpp409 MIRBuilder.getMBB().addLiveIn(PhysReg);
432 auto &MBB = MIRBuilder.getMBB();
H A DARMConstantIslandPass.cpp1084 return PredMI->getOperand(0).getMBB() == Succ;
1593 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB();
1637 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB();
1668 MachineBasicBlock *NewDest = BMI->getOperand(0).getMBB();
1801 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB();
1865 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB();
1895 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB();
1899 MBB->back().getOperand(0).getMBB();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp149 MCExpr const *Expr = MCSymbolRefExpr::create(MO.getMBB()->getSymbol(),
H A DHexagonHardwareLoops.cpp436 if (Phi->getOperand(i+1).getMBB() != Latch)
608 MachineBasicBlock *MBB = IV_Phi->getOperand(i+1).getMBB();
1289 MachineBasicBlock *BranchTarget = LastI->getOperand(1).getMBB();
1635 if (Phi->getOperand(i+1).getMBB() != Latch)
1917 MachineBasicBlock *PredB = PN->getOperand(i+1).getMBB();
1930 MachineBasicBlock *PredB = PN->getOperand(i+1).getMBB();
1952 if (MO.getMBB() != Latch)
H A DHexagonInstrInfo.cpp178 if (Opc == EndLoopOp && I->getOperand(0).getMBB() != TargetBB)
437 MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
484 TBB = LastInst->getOperand(0).getMBB();
488 TBB = LastInst->getOperand(0).getMBB();
494 TBB = LastInst->getOperand(1).getMBB();
501 TBB = LastInst->getOperand(2).getMBB();
518 TBB = SecondLastInst->getOperand(1).getMBB();
521 FBB = LastInst->getOperand(0).getMBB();
529 TBB = SecondLastInst->getOperand(2).getMBB();
533 FBB = LastInst->getOperand(0).getMBB();
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp78 O << *MO.getMBB()->getSymbol();
H A DLanaiInstrInfo.cpp592 TrueBlock = Instruction->getOperand(0).getMBB();
605 if (MBB.isLayoutSuccessor(Instruction->getOperand(0).getMBB())) {
613 TrueBlock = Instruction->getOperand(0).getMBB();
630 TrueBlock = Instruction->getOperand(0).getMBB();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp128 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp88 BB = Inst->getOperand(NumOp-1).getMBB();
239 TBB = LastInst->getOperand(0).getMBB();
262 TBB = SecondLastInst->getOperand(0).getMBB();
274 FBB = LastInst->getOperand(0).getMBB();
H A DMipsConstantIslandPass.cpp1006 return PredMI->getOperand(0).getMBB() == Succ;
1486 MachineBasicBlock *DestBB = MI->getOperand(TargetOperand).getMBB();
1505 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB();
1545 MachineBasicBlock *DestBB = MI->getOperand(TargetOperand).getMBB();
1586 BMI->getOperand(BMITargetOperand).getMBB();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp170 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), AP.OutContext));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h132 return hasMBBTarget() ? Target->getMBB() : nullptr;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp213 MO.getMBB()->getSymbol()->print(O, MAI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp310 return PHI.getOperand(Index * 2 + 2).getMBB();
499 MachineBasicBlock *getMBB() { return MBB; }
503 dbgs() << "MBB: " << getMBB()->getNumber();
574 : Tree->getMBBMRT()->getMBB();
580 : Tree->getMBBMRT()->getMBB();
590 if (MBB == CI->getMBBMRT()->getMBB()) {
830 auto MBB = CI->getMBBMRT()->getMBB();
1286 if (UI.isMBB() && UI.getMBB() != Succ) {
1319 auto Target = UI.getMBB();
1335 if (CI->getMBBMRT()->getMBB()
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp241 assert(Br->getOperand(0).getMBB() == &Succ &&
295 if (OpMBB.getMBB() != &MBB)
341 if (!Preds.insert(MI.getOperand(OpIdx + 1).getMBB()).second)
712 ? UncondBr->getOperand(0).getMBB()
721 ++SuccCounts[CondBr->getOperand(0).getMBB()];
787 MachineBasicBlock &Succ = *CondBr->getOperand(0).getMBB();
H A DX86CallLowering.cpp308 MIRBuilder.getMBB().addLiveIn(PhysReg);
364 MachineBasicBlock &MBB = MIRBuilder.getMBB();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h593 MachineBasicBlock &getMBB(const BasicBlock &BB);
609 return SmallVector<MachineBasicBlock *, 4>(1, &getMBB(*Edge.first));
632 // getMBB(F.getEntryBB())
635 // getMBB(bb)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp223 MachineBasicBlock *MBB = I.getOperand(oi + 1).getMBB();
249 if (I.getOperand(oi - 1).getMBB() == CmpBB) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp293 return getMBB() == Other.getMBB();
358 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getMBB());
807 OS << printMBBReference(*getMBB());
H A DLiveVariables.cpp715 PHIVarInfo[BBI.getOperand(i + 1).getMBB()->getNumber()]
777 if (BBI->getOperand(i+1).getMBB() == BB)
831 if (BBI->getOperand(i + 1).getMBB() == BB &&
H A DEarlyIfConversion.cpp514 if (PI.PHI->getOperand(i+1).getMBB() == TPred)
516 if (PI.PHI->getOperand(i+1).getMBB() == FPred)
607 MachineBasicBlock *MBB = PI.PHI->getOperand(i-1).getMBB();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp180 MachineBasicBlock *TBB = TI->getOperand(0).getMBB();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp118 MIRBuilder.getMBB().addLiveIn(PhysReg);
397 MachineBasicBlock &MBB = MIRBuilder.getMBB();
447 MachineBasicBlock &MBB = MIRBuilder.getMBB();

Completed in 326 milliseconds

123456