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

References

lib/Target/AArch64/AArch64CollectLOH.cpp
  526       unsigned Opcode = MI.getOpcode();
  531         if (canDefBePartOfLOH(MI)) {
  532           const MachineOperand &Def = MI.getOperand(0);
  533           const MachineOperand &Op = MI.getOperand(1);
  539               handleMiddleInst(MI, LOHInfos[DefIdx], LOHInfos[OpIdx]))
  544         const MachineOperand &Op0 = MI.getOperand(0);
  547           handleADRP(MI, AFI, LOHInfos[Idx]);
  552       handleNormalInst(MI, LOHInfos);