reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2340 allocMBB->addLiveIn(LI); 2345 allocMBB->addLiveIn(IsLP64 ? X86::R10 : X86::R10D); 2347 MF.push_front(allocMBB); 2468 BuildMI(allocMBB, DL, TII.get(MOVrr), RegAX).addReg(Reg10); 2470 BuildMI(allocMBB, DL, TII.get(MOVri), Reg10) 2472 BuildMI(allocMBB, DL, TII.get(MOVri), Reg11) 2475 BuildMI(allocMBB, DL, TII.get(X86::PUSHi32)) 2477 BuildMI(allocMBB, DL, TII.get(X86::PUSHi32)) 2501 BuildMI(allocMBB, DL, TII.get(X86::CALL64m)) 2510 BuildMI(allocMBB, DL, TII.get(X86::CALL64pcrel32)) 2513 BuildMI(allocMBB, DL, TII.get(X86::CALLpcrel32)) 2518 BuildMI(allocMBB, DL, TII.get(X86::MORESTACK_RET_RESTORE_R10)); 2520 BuildMI(allocMBB, DL, TII.get(X86::MORESTACK_RET)); 2522 allocMBB->addSuccessor(&PrologueMBB); 2524 checkMBB->addSuccessor(allocMBB, BranchProbability::getZero());