Lines Matching refs:offsetMBB
34376 MachineBasicBlock *offsetMBB; in EmitVAARGWithCustomInserter() local
34389 offsetMBB = nullptr; in EmitVAARGWithCustomInserter()
34411 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()
34417 MF->insert(MBBIter, offsetMBB); in EmitVAARGWithCustomInserter()
34427 thisMBB->addSuccessor(offsetMBB); in EmitVAARGWithCustomInserter()
34431 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
34456 if (offsetMBB) { in EmitVAARGWithCustomInserter()
34462 offsetMBB, DL, in EmitVAARGWithCustomInserter()
34475 BuildMI(offsetMBB, DL, TII->get(X86::SUBREG_TO_REG), OffsetReg64) in EmitVAARGWithCustomInserter()
34481 BuildMI(offsetMBB, DL, TII->get(X86::ADD64rr), OffsetDestReg) in EmitVAARGWithCustomInserter()
34486 BuildMI(offsetMBB, DL, TII->get(X86::ADD32rr), OffsetDestReg) in EmitVAARGWithCustomInserter()
34493 BuildMI(offsetMBB, DL, TII->get(X86::ADD32ri), NextOffsetReg) in EmitVAARGWithCustomInserter()
34498 BuildMI(offsetMBB, DL, TII->get(X86::MOV32mr)) in EmitVAARGWithCustomInserter()
34508 BuildMI(offsetMBB, DL, TII->get(X86::JMP_1)) in EmitVAARGWithCustomInserter()
34575 if (offsetMBB) { in EmitVAARGWithCustomInserter()
34578 .addReg(OffsetDestReg).addMBB(offsetMBB) in EmitVAARGWithCustomInserter()