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

Declarations

lib/Target/AArch64/AArch64InstructionSelector.cpp
  168   ComplexRendererFns selectShiftA_32(const MachineOperand &Root) const;

References

lib/Target/AArch64/AArch64InstructionSelector.cpp
 1213   auto Imm1Fn = Is64Bit ? selectShiftA_64(MO) : selectShiftA_32(MO);