Lines Matching refs:overflowMBB
22793 MachineBasicBlock *overflowMBB; in EmitVAARG64WithCustomInserter() local
22808 overflowMBB = thisMBB; in EmitVAARG64WithCustomInserter()
22829 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
22837 MF->insert(MBBIter, overflowMBB); in EmitVAARG64WithCustomInserter()
22847 thisMBB->addSuccessor(overflowMBB); in EmitVAARG64WithCustomInserter()
22851 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
22871 .addMBB(overflowMBB); in EmitVAARG64WithCustomInserter()
22927 BuildMI(overflowMBB, DL, TII->get(X86::MOV64rm), OverflowAddrReg) in EmitVAARG64WithCustomInserter()
22943 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), TmpReg) in EmitVAARG64WithCustomInserter()
22947 BuildMI(overflowMBB, DL, TII->get(X86::AND64ri32), OverflowDestReg) in EmitVAARG64WithCustomInserter()
22951 BuildMI(overflowMBB, DL, TII->get(TargetOpcode::COPY), OverflowDestReg) in EmitVAARG64WithCustomInserter()
22958 BuildMI(overflowMBB, DL, TII->get(X86::ADD64ri32), NextAddrReg) in EmitVAARG64WithCustomInserter()
22963 BuildMI(overflowMBB, DL, TII->get(X86::MOV64mr)) in EmitVAARG64WithCustomInserter()
22977 .addReg(OverflowDestReg).addMBB(overflowMBB); in EmitVAARG64WithCustomInserter()