Searched refs:offsetMBB (Results 1 – 1 of 1) sorted by relevance
35864 MachineBasicBlock *offsetMBB; in EmitVAARGWithCustomInserter() local35877 offsetMBB = nullptr; in EmitVAARGWithCustomInserter()35899 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()35905 MF->insert(MBBIter, offsetMBB); in EmitVAARGWithCustomInserter()35915 thisMBB->addSuccessor(offsetMBB); in EmitVAARGWithCustomInserter()35919 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()35944 if (offsetMBB) { in EmitVAARGWithCustomInserter()35950 offsetMBB, MIMD, in EmitVAARGWithCustomInserter()35963 BuildMI(offsetMBB, MIMD, TII->get(X86::SUBREG_TO_REG), OffsetReg64) in EmitVAARGWithCustomInserter()35969 BuildMI(offsetMBB, MIMD, TII->get(X86::ADD64rr), OffsetDestReg) in EmitVAARGWithCustomInserter()[all …]