Searched refs:offsetMBB (Results 1 – 1 of 1) sorted by relevance
35363 MachineBasicBlock *offsetMBB; in EmitVAARGWithCustomInserter() local35376 offsetMBB = nullptr; in EmitVAARGWithCustomInserter()35398 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()35404 MF->insert(MBBIter, offsetMBB); in EmitVAARGWithCustomInserter()35414 thisMBB->addSuccessor(offsetMBB); in EmitVAARGWithCustomInserter()35418 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()35443 if (offsetMBB) { in EmitVAARGWithCustomInserter()35449 offsetMBB, DL, in EmitVAARGWithCustomInserter()35462 BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64) in EmitVAARGWithCustomInserter()35468 BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg) in EmitVAARGWithCustomInserter()[all …]