Searched refs:OpMBB (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp316 MachineOperand &OpMBB = MI.getOperand(OpIdx + 1); local
317 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!");
318 if (OpMBB.getMBB() != &MBB)
323 OpMBB.setMBB(&NewMBB);
H A DX86SpeculativeLoadHardening.cpp292 MachineOperand &OpMBB = MI.getOperand(OpIdx + 1); local
293 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!");
294 if (OpMBB.getMBB() != &MBB)
299 OpMBB.setMBB(&NewMBB);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp919 MachineBasicBlock &OpMBB = *MI.getOperand(i + 1).getMBB(); local
920 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator());
1793 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); local
1794 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator());
2775 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB();
2776 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator());
2789 MIB.addMBB(&OpMBB);
3290 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); local
[all...]

Completed in 68 milliseconds