Searched refs:combineSVEReductionFP (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 17945 static SDValue combineSVEReductionFP(SDNode *N, unsigned Opc, in combineSVEReductionFP() function 18303 return combineSVEReductionFP(N, AArch64ISD::FADDV_PRED, DAG); in performIntrinsicCombine() 18305 return combineSVEReductionFP(N, AArch64ISD::FMAXNMV_PRED, DAG); in performIntrinsicCombine() 18307 return combineSVEReductionFP(N, AArch64ISD::FMAXV_PRED, DAG); in performIntrinsicCombine() 18309 return combineSVEReductionFP(N, AArch64ISD::FMINNMV_PRED, DAG); in performIntrinsicCombine() 18311 return combineSVEReductionFP(N, AArch64ISD::FMINV_PRED, DAG); in performIntrinsicCombine()
|