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

References

lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
 2498     Opc = (VT == MVT::i32) ? AArch64::RORVWr : AArch64::RORVXr;
 2501     Opc = (VT == MVT::i32) ? AArch64::LSLVWr : AArch64::LSLVXr;
 2504     Opc = (VT == MVT::i32) ? AArch64::LSRVWr : AArch64::LSRVXr;
 2507     Opc = (VT == MVT::i32) ? AArch64::ASRVWr : AArch64::ASRVXr;
 2591   CurDAG->SelectNodeTo(N, Opc, VT, Ops);