reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64InstrInfo.cpp
 5375   MachineBasicBlock *MBB = MI.getParent();
 5380   if (FuncInfo->getLOHRelated().count(&MI))
 5384   if (MI.isDebugInstr() || MI.isIndirectDebugValue())
 5384   if (MI.isDebugInstr() || MI.isIndirectDebugValue())
 5389   if (MI.isKill())
 5393   if (MI.isTerminator()) {
 5396     if (MI.getParent()->succ_empty())
 5404   for (const MachineOperand &MOP : MI.operands()) {
 5418   if (MI.getOpcode() == AArch64::ADRP)
 5434   if (MI.isCall()) {
 5438     for (const MachineOperand &MOP : MI.operands()) {
 5455     if (MI.getOpcode() == AArch64::BLR || MI.getOpcode() == AArch64::BL)
 5455     if (MI.getOpcode() == AArch64::BLR || MI.getOpcode() == AArch64::BL)
 5483   if (MI.isPosition())
 5487   if (MI.readsRegister(AArch64::W30, &getRegisterInfo()) ||
 5488       MI.modifiesRegister(AArch64::W30, &getRegisterInfo()))
 5493   if (MI.getOpcode() == AArch64::HINT) {
 5494     int64_t Imm = MI.getOperand(0).getImm();