Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp317 MachineOperand &OpMBB = MI.getOperand(OpIdx + 1); in splitBlock() local
318 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!"); in splitBlock()
319 if (OpMBB.getMBB() != &MBB) in splitBlock()
324 OpMBB.setMBB(&NewMBB); in splitBlock()
DX86SpeculativeLoadHardening.cpp293 MachineOperand &OpMBB = MI.getOperand(OpIdx + 1); in splitEdge() local
294 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!"); in splitEdge()
295 if (OpMBB.getMBB() != &MBB) in splitEdge()
300 OpMBB.setMBB(&NewMBB); in splitEdge()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp1076 MachineBasicBlock &OpMBB = *MI.getOperand(i + 1).getMBB(); in narrowScalar() local
1077 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in narrowScalar()
2411 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in widenScalar() local
2412 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in widenScalar()
3833 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in fewerElementsVectorPhi() local
3834 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in fewerElementsVectorPhi()
3847 MIB.addMBB(&OpMBB); in fewerElementsVectorPhi()
4907 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in moreElementsVectorPhi() local
4908 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in moreElementsVectorPhi()