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

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp88 MO.getMBB()->getSymbol(), OutContext));
H A DARMConstantIslandPass.cpp1096 return PredMI->getOperand(0).getMBB() == Succ;
1605 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB();
1650 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB();
1681 MachineBasicBlock *NewDest = BMI->getOperand(0).getMBB();
1842 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB();
1906 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB();
1936 MachineBasicBlock *DestBB = Br.MI->getOperand(0).getMBB();
1940 MBB->back().getOperand(0).getMBB();
H A DARMCallLowering.cpp410 MIRBuilder.getMBB().addLiveIn(PhysReg);
433 auto &MBB = MIRBuilder.getMBB();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp128 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp108 InsertMBB = MIUse.getOperand(MIUse.getOperandNo(&MOUse) + 1).getMBB();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp83 if (MI.getOperand(2).getMBB() != Preheader)
H A DMachineOperand.cpp291 return getMBB() == Other.getMBB();
356 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getMBB());
805 OS << printMBBReference(*getMBB());
H A DEarlyIfConversion.cpp514 if (PI.PHI->getOperand(i+1).getMBB() == TPred)
516 if (PI.PHI->getOperand(i+1).getMBB() == FPred)
606 MachineBasicBlock *MBB = PI.PHI->getOperand(i-1).getMBB();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h132 return hasMBBTarget() ? Target->getMBB() : nullptr;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp211 Target = LastInst.getOperand(2).getMBB();
282 TBB = I->getOperand(0).getMBB();
296 FBB = I->getOperand(0).getMBB();
429 return MI.getOperand(NumOp - 1).getMBB();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp180 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), AP.OutContext));
H A DPPCReduceCRLogicals.cpp65 if (MO.getMBB() == OrigMBB) {
98 if (MO.getMBB() == OrigMBB) {
164 MachineBasicBlock *OrigTarget = BSI.OrigBranch->getOperand(1).getMBB();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp214 MO.getMBB()->getSymbol()->print(O, MAI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
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.cpp172 if (Opc == EndLoopOp && I->getOperand(0).getMBB() != TargetBB)
431 MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
478 TBB = LastInst->getOperand(0).getMBB();
482 TBB = LastInst->getOperand(0).getMBB();
488 TBB = LastInst->getOperand(1).getMBB();
495 TBB = LastInst->getOperand(2).getMBB();
512 TBB = SecondLastInst->getOperand(1).getMBB();
515 FBB = LastInst->getOperand(0).getMBB();
523 TBB = SecondLastInst->getOperand(2).getMBB();
527 FBB = LastInst->getOperand(0).getMBB();
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1007 return PredMI->getOperand(0).getMBB() == Succ;
1487 MachineBasicBlock *DestBB = MI->getOperand(TargetOperand).getMBB();
1506 MachineBasicBlock *DestBB = MI->getOperand(0).getMBB();
1546 MachineBasicBlock *DestBB = MI->getOperand(TargetOperand).getMBB();
1587 BMI->getOperand(BMITargetOperand).getMBB();
/freebsd-11-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...]
H A DAMDGPUCallLowering.cpp143 MIRBuilder.getMBB().addLiveIn(PhysReg);
415 B.getMBB().addLiveIn(InputPtrReg);
580 MachineBasicBlock &MBB = B.getMBB();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h590 MachineBasicBlock &getMBB(const BasicBlock &BB);
606 return SmallVector<MachineBasicBlock *, 4>(1, &getMBB(*Edge.first));
629 // getMBB(F.getEntryBB())
632 // getMBB(bb)
H A DMachineIRBuilder.h278 const MachineBasicBlock &getMBB() const { function in class:llvm::MachineIRBuilder
283 MachineBasicBlock &getMBB() { function in class:llvm::MachineIRBuilder
285 const_cast<const MachineIRBuilder *>(this)->getMBB());
/freebsd-11-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) {
H A DAArch64CallLowering.cpp114 MIRBuilder.getMBB().addLiveIn(PhysReg);
378 MachineBasicBlock &MBB = MIRBuilder.getMBB();
420 MachineBasicBlock &MBB = MIRBuilder.getMBB();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.cpp308 MIRBuilder.getMBB().addLiveIn(PhysReg);
364 MachineBasicBlock &MBB = MIRBuilder.getMBB();
H A DX86FlagsCopyLowering.cpp262 MachineBasicBlock &UnsplitSucc = *PrevI.getOperand(0).getMBB();
274 return MOp.isMBB() && MOp.getMBB() == &UnsplitSucc;
318 if (OpMBB.getMBB() != &MBB)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp156 MachineBasicBlock *TBB = TI->getOperand(0).getMBB();

Completed in 183 milliseconds

123456