reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
466 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(Opcode), 477 MachineFunction *MF = MBB.getParent(); 484 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, MI.getDebugLoc(), 501 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADRP), DstReg); 505 auto TRI = MBB.getParent()->getSubtarget().getRegisterInfo(); 508 MIB2 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::LDRWui)) 514 MIB2 = BuildMI(MBB, MBBI, DL, TII->get(AArch64::LDRXui)) 553 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADRP), DstReg) 567 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MOVKXi), DstReg) 574 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADDXri)) 586 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADDXri)) 597 MachineFunction *MF = MBB.getParent(); 607 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::MRS), DstReg) 614 return expandMOVImm(MBB, MBBI, 32); 616 return expandMOVImm(MBB, MBBI, 64); 624 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::RET)) 631 return expandCMP_SWAP(MBB, MBBI, AArch64::LDAXRB, AArch64::STLXRB, 636 return expandCMP_SWAP(MBB, MBBI, AArch64::LDAXRH, AArch64::STLXRH, 641 return expandCMP_SWAP(MBB, MBBI, AArch64::LDAXRW, AArch64::STLXRW, 646 return expandCMP_SWAP(MBB, MBBI, 651 return expandCMP_SWAP_128(MBB, MBBI, NextMBBI); 656 BuildMI(MBB, MBBI, MI.getDebugLoc(), 666 MachineFunction &MF = *MBB.getParent(); 684 emitFrameOffset(MBB, &MI, MI.getDebugLoc(), SrcReg, FrameReg, 687 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::IRG)) 695 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADDG)) 705 return expandSetTagLoop(MBB, MBBI, NextMBBI);