Searched refs:offsetMBB (Results 1 – 1 of 1) sorted by relevance
32156 MachineBasicBlock *offsetMBB; in EmitVAARGWithCustomInserter() local32169 offsetMBB = nullptr; in EmitVAARGWithCustomInserter()32191 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()32197 MF->insert(MBBIter, offsetMBB); in EmitVAARGWithCustomInserter()32207 thisMBB->addSuccessor(offsetMBB); in EmitVAARGWithCustomInserter()32211 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()32236 if (offsetMBB) { in EmitVAARGWithCustomInserter()32242 offsetMBB, DL, in EmitVAARGWithCustomInserter()32255 BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64) in EmitVAARGWithCustomInserter()32261 BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg) in EmitVAARGWithCustomInserter()[all …]