Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A 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()
H A DX86SpeculativeLoadHardening.cpp294 MachineOperand &OpMBB = MI.getOperand(OpIdx + 1); in splitEdge() local
295 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!"); in splitEdge()
296 if (OpMBB.getMBB() != &MBB) in splitEdge()
301 OpMBB.setMBB(&NewMBB); in splitEdge()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1171 MachineBasicBlock &OpMBB = *MI.getOperand(i + 1).getMBB(); in narrowScalar() local
1172 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in narrowScalar()
2456 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in widenScalar() local
2457 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in widenScalar()
3775 MachineBasicBlock &OpMBB = *MI.getOperand(UseIdx + 1).getMBB(); in fewerElementsVectorPhi() local
3776 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in fewerElementsVectorPhi()
4769 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in moreElementsVectorPhi() local
4770 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in moreElementsVectorPhi()