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

References

gen/lib/Target/AArch64/AArch64GenDAGISel.inc
 2225 /*  4167*/        /*SwitchOpcode*/ 98, TARGET_VAL(AArch64ISD::SMAXV),// ->4268
 2529 /*  4924*/      /*SwitchOpcode*/ 10|128,1/*138*/, TARGET_VAL(AArch64ISD::SMAXV),// ->5066
86277 /*199278*/            /*SwitchOpcode*/ 108, TARGET_VAL(AArch64ISD::SMAXV),// ->199389
86419 /*199607*/          /*SwitchOpcode*/ 103, TARGET_VAL(AArch64ISD::SMAXV),// ->199713
114002 /*253755*/  /*SwitchOpcode*/ 20|128,1/*148*/, TARGET_VAL(AArch64ISD::SMAXV),// ->253907
lib/Target/AArch64/AArch64ISelLowering.cpp
 1261   case AArch64ISD::SMAXV:             return "AArch64ISD::SMAXV";
 8224     return getReductionSDNode(AArch64ISD::SMAXV, dl, Op, DAG);
10488     return combineAcrossLanesIntrinsic(AArch64ISD::SMAXV, N, DAG);
12082   case AArch64ISD::SMAXV:
12083     ReplaceReductionResults(N, Results, DAG, ISD::SMAX, AArch64ISD::SMAXV);