Searched refs:getMBB (Results 26 - 50 of 139) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp39 Symbol = MO.getMBB()->getSymbol();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp135 start->getOperand(i).getMBB() == BB) {
167 if (!preds.count(phi->getOperand(i).getMBB())) {
H A DPHIElimination.cpp399 --VRegPHIUseCount[BBVRegPair(MPhi->getOperand(i+1).getMBB()->getNumber(),
415 MachineBasicBlock &opBlock = *MPhi->getOperand(i*2+2).getMBB();
587 ++VRegPHIUseCount[BBVRegPair(BBI.getOperand(i+1).getMBB()->getNumber(),
607 MachineBasicBlock *PreMBB = BBI->getOperand(i+1).getMBB();
H A DTailDuplicator.cpp114 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB();
130 MachineBasicBlock *PHIBB = MI->getOperand(i + 1).getMBB();
310 if (MI->getOperand(i + 1).getMBB() == SrcBB)
481 if (MO.getMBB() == FromBB) {
496 if (MO.getMBB() == FromBB) {
H A DLiveIntervalCalc.cpp186 UseIdx = Indexes->getMBBEndIdx(MI->getOperand(OpNo + 1).getMBB());
H A DMachineLoopUtils.cpp82 if (MI.getOperand(2).getMBB() != Preheader)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp156 Target = LastInst->getOperand(0).getMBB();
178 TBB = LastInst->getOperand(0).getMBB();
202 TBB = LastInst->getOperand(0).getMBB();
218 FBB = LastInst->getOperand(0).getMBB();
225 TBB = SecondLastInst->getOperand(0).getMBB();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp134 Target = LastInst->getOperand(3).getMBB();
155 TBB = LastInst->getOperand(0).getMBB();
179 TBB = LastInst->getOperand(0).getMBB();
194 FBB = LastInst->getOperand(0).getMBB();
201 TBB = SecondLastInst->getOperand(0).getMBB();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp104 = MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), Ctx);
143 MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), Ctx));
287 const MachineBasicBlock *MBB = MI->getOperand(0).getMBB();
H A DSIPreEmitPeephole.cpp169 Parent->removeSuccessor(Dst.getMBB());
183 MI.getParent()->removeSuccessor(Dst.getMBB());
H A DSIInsertSkips.cpp388 MachineBasicBlock *DestBB = MI.getOperand(0).getMBB();
426 if (MBB.isLayoutSuccessor(MI.getOperand(0).getMBB())) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp467 if (Op.isMBB() && Indices.count(Op.getMBB()))
468 Op.setMBB(Map[{Op.getMBB(), PredInLoop}]);
481 .getMBB());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp78 O << *MO.getMBB()->getSymbol();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAsmPrinter.cpp86 O << *MO.getMBB()->getSymbol();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp170 TBB = FirstTerm->getOperand(HII->getCExtOpNum(*FirstTerm)).getMBB();
H A DHexagonFixupHwLoops.cpp147 MachineBasicBlock *TargetBB = MII->getOperand(0).getMBB();
H A DHexagonEarlyIfConv.cpp259 MachineBasicBlock *T1B = T1I->getOperand(1).getMBB();
264 : T2I->getOperand(0).getMBB();
464 const MachineBasicBlock *BB = MI.getOperand(i+1).getMBB();
741 MachineBasicBlock *TB = MI->getOperand(0).getMBB();
821 if (BO.getMBB() == FP.SplitB)
823 else if (BO.getMBB() == FP.TrueB)
825 else if (BO.getMBB() == FP.FalseB)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp92 MO.getMBB()->getSymbol()->print(O, MAI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp55 InsertMBB = MIUse.getOperand(MIUse.getOperandNo(&MOUse) + 1).getMBB();
H A DIRTranslator.cpp266 MachineBasicBlock &IRTranslator::getMBB(const BasicBlock &BB) { function in class:IRTranslator
365 &RI, &MIRBuilder.getMBB(), SwiftError.getFunctionArg());
381 MachineBasicBlock &TrueBB = getMBB(TrueTgt);
386 MachineBasicBlock &TgtBB = getMBB(BrTgt);
387 MachineBasicBlock &CurBB = MIRBuilder.getMBB();
395 CurBB.addSuccessor(&getMBB(*Succ));
433 MachineBasicBlock *Succ = &getMBB(*I.getCaseSuccessor());
442 MachineBasicBlock *DefaultMBB = &getMBB(*SI.getDefaultDest());
449 MachineBasicBlock *SwitchMBB = &getMBB(*SI.getParent());
834 MachineBasicBlock &CurBB = MIRBuilder.getMBB();
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CondBrFolding.cpp191 if (MO.getMBB() == OldMBB)
504 FBB = I->getOperand(0).getMBB();
522 TBB = I->getOperand(0).getMBB();
H A DX86OptimizeLEAs.cpp167 Hash = hash_combine(Hash, Val.Disp->getMBB());
229 (MO1.isMBB() && MO2.isMBB() && MO1.getMBB() == MO2.getMBB());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp199 TBB = I->getOperand(0).getMBB();
207 TBB = I->getOperand(0).getMBB();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp853 MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
871 TBB = LastInst.getOperand(0).getMBB();
877 TBB = LastInst.getOperand(2).getMBB();
885 TBB = LastInst.getOperand(1).getMBB();
893 TBB = LastInst.getOperand(1).getMBB();
903 TBB = LastInst.getOperand(0).getMBB();
914 TBB = LastInst.getOperand(0).getMBB();
938 TBB = SecondLastInst.getOperand(2).getMBB();
941 FBB = LastInst.getOperand(0).getMBB();
948 TBB = SecondLastInst.getOperand(1).getMBB();
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h257 const MachineBasicBlock *getMBB() const { return MBB; } function in class:llvm::ARMConstantPoolMBB

Completed in 383 milliseconds

123456