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;
 2515   if (VT == MVT::i32) {
 2518   } else if (VT == MVT::i64) {
 2580   if (VT == MVT::i32)
 2582   else if (VT == MVT::i64 && NewShiftAmt->getValueType(0) == MVT::i32) {
 2585         AArch64::SUBREG_TO_REG, DL, VT,
 2591   CurDAG->SelectNodeTo(N, Opc, VT, Ops);