Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp321 MachineOperand &OpMBB = MI.getOperand(OpIdx + 1); in splitBlock() local
322 assert(OpMBB.isMBB() && "Block operand to a PHI is not a block!"); in splitBlock()
323 if (OpMBB.getMBB() != &MBB) in splitBlock()
328 OpMBB.setMBB(&NewMBB); in splitBlock()
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp803 MachineBasicBlock &OpMBB = *MI.getOperand(I + 1).getMBB(); in widenScalar() local
804 MIRBuilder.setInsertPt(OpMBB, OpMBB.getFirstTerminator()); in widenScalar()