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

Declarations

lib/Target/AArch64/AArch64FastISel.cpp
  270   unsigned emitASR_rr(MVT RetVT, unsigned Op0Reg, bool Op0IsKill,

References

lib/Target/AArch64/AArch64FastISel.cpp
 4826     ResultReg = emitASR_rr(RetVT, Op0Reg, Op0IsKill, Op1Reg, Op1IsKill);