Searched refs:combineAcrossLanesIntrinsic (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7783 static SDValue combineAcrossLanesIntrinsic(unsigned Opc, SDNode *N, in combineAcrossLanesIntrinsic() function 7805 return combineAcrossLanesIntrinsic(AArch64ISD::SADDV, N, DAG); in performIntrinsicCombine() 7807 return combineAcrossLanesIntrinsic(AArch64ISD::UADDV, N, DAG); in performIntrinsicCombine() 7809 return combineAcrossLanesIntrinsic(AArch64ISD::SMINV, N, DAG); in performIntrinsicCombine() 7811 return combineAcrossLanesIntrinsic(AArch64ISD::UMINV, N, DAG); in performIntrinsicCombine() 7813 return combineAcrossLanesIntrinsic(AArch64ISD::SMAXV, N, DAG); in performIntrinsicCombine() 7815 return combineAcrossLanesIntrinsic(AArch64ISD::UMAXV, N, DAG); in performIntrinsicCombine()
|