Home
last modified time | relevance | path

Searched refs:combineAcrossLanesIntrinsic (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20927 static SDValue combineAcrossLanesIntrinsic(unsigned Opc, SDNode *N, in combineAcrossLanesIntrinsic() function
21250 return combineAcrossLanesIntrinsic(AArch64ISD::SADDV, N, DAG); in performIntrinsicCombine()
21252 return combineAcrossLanesIntrinsic(AArch64ISD::UADDV, N, DAG); in performIntrinsicCombine()
21254 return combineAcrossLanesIntrinsic(AArch64ISD::SMINV, N, DAG); in performIntrinsicCombine()
21256 return combineAcrossLanesIntrinsic(AArch64ISD::UMINV, N, DAG); in performIntrinsicCombine()
21258 return combineAcrossLanesIntrinsic(AArch64ISD::SMAXV, N, DAG); in performIntrinsicCombine()
21260 return combineAcrossLanesIntrinsic(AArch64ISD::UMAXV, N, DAG); in performIntrinsicCombine()