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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
10478     return tryCombineFixedPointConvert(N, DCI, DAG);
10480     return combineAcrossLanesIntrinsic(AArch64ISD::SADDV, N, DAG);
10482     return combineAcrossLanesIntrinsic(AArch64ISD::UADDV, N, DAG);
10484     return combineAcrossLanesIntrinsic(AArch64ISD::SMINV, N, DAG);
10486     return combineAcrossLanesIntrinsic(AArch64ISD::UMINV, N, DAG);
10488     return combineAcrossLanesIntrinsic(AArch64ISD::SMAXV, N, DAG);
10490     return combineAcrossLanesIntrinsic(AArch64ISD::UMAXV, N, DAG);
10492     return DAG.getNode(ISD::FMAXIMUM, SDLoc(N), N->getValueType(0),
10495     return DAG.getNode(ISD::FMINIMUM, SDLoc(N), N->getValueType(0),
10498     return DAG.getNode(ISD::FMAXNUM, SDLoc(N), N->getValueType(0),
10501     return DAG.getNode(ISD::FMINNUM, SDLoc(N), N->getValueType(0),
10507     return tryCombineLongOpWithDup(IID, N, DCI, DAG);
10515     return tryCombineShiftImm(IID, N, DAG);
10518     return tryCombineCRC32(0xff, N, DAG);
10521     return tryCombineCRC32(0xffff, N, DAG);