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

123456

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp269 OperandHash = Op.getMBB()->getNumber();
H A DMachineVerifier.cpp1817 if (MI->isPHI() && !MO->getMBB()->isSuccessor(MI->getParent()))
2362 const MachineBasicBlock &Pre = *MO1.getMBB();
H A DRDFGraph.cpp238 OS << printMBBReference(*T->getMBB());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp46 getMBB().insert(getInsertPt(), MIB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp555 return MI->getOperand(0).getMBB();
H A DAMDGPUInstructionSelector.cpp2298 .addMBB(I.getOperand(1).getMBB());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1087 if (MO.getMBB() == MBB)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp178 Sym = MO.getMBB()->getSymbol();
1281 MCSymbol *HandlerLabel = FaultingMI.getOperand(2).getMBB()->getSymbol();
H A DX86InstructionSelector.cpp1410 MachineBasicBlock *DestMBB = I.getOperand(1).getMBB();
H A DX86FrameLowering.cpp2529 MachineBasicBlock *CatchRetTarget = CatchRet->getOperand(0).getMBB();
H A DX86ISelLowering.cpp[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp346 TBB = I->getOperand(0).getMBB();
354 TBB = I->getOperand(0).getMBB();
1738 cast<ARMConstantPoolMBB>(ACPV)->getMBB(), PCLabelId, 4);
H A DARMISelLowering.cpp11153 MachineBasicBlock *destMBB = MI.getOperand(RHSisZero ? 3 : 5).getMBB();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3155 if (OP->isMBB() && OP->getMBB() == MBB)

Completed in 723 milliseconds

123456