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

References

lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
  105   if (MI.getOpcode() == RISCV::PseudoTAIL) {
  106     Func = MI.getOperand(0);
  108   } else if (MI.getOpcode() == RISCV::PseudoCALLReg) {
  109     Func = MI.getOperand(1);
  110     Ra = MI.getOperand(0).getReg();
  112     Func = MI.getOperand(0);
  128   if (MI.getOpcode() == RISCV::PseudoTAIL)