Searched refs:offsetMBB (Results 1 – 1 of 1) sorted by relevance
34610 MachineBasicBlock *offsetMBB; in EmitVAARGWithCustomInserter() local34623 offsetMBB = nullptr; in EmitVAARGWithCustomInserter()34645 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()34651 MF->insert(MBBIter, offsetMBB); in EmitVAARGWithCustomInserter()34661 thisMBB->addSuccessor(offsetMBB); in EmitVAARGWithCustomInserter()34665 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()34690 if (offsetMBB) { in EmitVAARGWithCustomInserter()34696 offsetMBB, MIMD, in EmitVAARGWithCustomInserter()34709 BuildMI(offsetMBB, MIMD, TII->get(X86::SUBREG_TO_REG), OffsetReg64) in EmitVAARGWithCustomInserter()34715 BuildMI(offsetMBB, MIMD, TII->get(X86::ADD64rr), OffsetDestReg) in EmitVAARGWithCustomInserter()[all …]