Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp215 MachineOperand &OpMBB = MI.getOperand(OpIdx + 1); in splitBlock() local
216 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!"); in splitBlock()
217 if (OpMBB.getMBB() != &MBB) in splitBlock()
222 OpMBB.setMBB(&NewMBB); in splitBlock()
H A 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/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1493 MachineBasicBlock &OpMBB = *MI.getOperand(i + 1).getMBB(); in narrowScalar() local
1494 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminatorForward()); in narrowScalar()
2831 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in widenScalar() local
2832 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminatorForward()); in widenScalar()
4366 MachineBasicBlock &OpMBB = *MI.getOperand(UseIdx + 1).getMBB(); in fewerElementsVectorPhi() local
4367 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminatorForward()); in fewerElementsVectorPhi()
5394 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in moreElementsVectorPhi() local
5395 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in moreElementsVectorPhi()