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

Declarations

lib/Target/AArch64/AArch64InstructionSelector.cpp
  174   ComplexRendererFns selectArithImmed(MachineOperand &Root) const;

References

gen/lib/Target/AArch64/AArch64GenGlobalISel.inc
  976   &AArch64InstructionSelector::selectArithImmed, // gi_addsub_shifted_imm32
  977   &AArch64InstructionSelector::selectArithImmed, // gi_addsub_shifted_imm64
lib/Target/AArch64/AArch64InstructionSelector.cpp
 3153   auto ImmFns = selectArithImmed(RHS);
 3177   auto ImmFns = selectArithImmed(RHS);
 3253   auto ImmFns = selectArithImmed(RHS);