Searched refs:combineAcrossLanesIntrinsic (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 14073 static SDValue combineAcrossLanesIntrinsic(unsigned Opc, SDNode *N, in combineAcrossLanesIntrinsic() function 14344 return combineAcrossLanesIntrinsic(AArch64ISD::SADDV, N, DAG); in performIntrinsicCombine() 14346 return combineAcrossLanesIntrinsic(AArch64ISD::UADDV, N, DAG); in performIntrinsicCombine() 14348 return combineAcrossLanesIntrinsic(AArch64ISD::SMINV, N, DAG); in performIntrinsicCombine() 14350 return combineAcrossLanesIntrinsic(AArch64ISD::UMINV, N, DAG); in performIntrinsicCombine() 14352 return combineAcrossLanesIntrinsic(AArch64ISD::SMAXV, N, DAG); in performIntrinsicCombine() 14354 return combineAcrossLanesIntrinsic(AArch64ISD::UMAXV, N, DAG); in performIntrinsicCombine()
|