Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp891 ReplaceValueWith(SDValue(N, 0), TLI.expandVecReduce(N, DAG)); in SoftenFloatRes_VECREDUCE()
2736 ReplaceValueWith(SDValue(N, 0), TLI.expandVecReduce(N, DAG)); in PromoteFloatRes_VECREDUCE()
3095 ReplaceValueWith(SDValue(N, 0), TLI.expandVecReduce(N, DAG)); in SoftPromoteHalfRes_VECREDUCE()
H A DLegalizeVectorOps.cpp1129 Results.push_back(TLI.expandVecReduce(Node, DAG)); in Expand()
H A DLegalizeDAG.cpp4239 Results.push_back(TLI.expandVecReduce(Node, DAG)); in ExpandNode()
H A DLegalizeIntegerTypes.cpp5013 SDValue Res = TLI.expandVecReduce(N, DAG); in ExpandIntRes_VECREDUCE()
H A DTargetLowering.cpp10612 SDValue TargetLowering::expandVecReduce(SDNode *Node, SelectionDAG &DAG) const { in expandVecReduce() function in TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5292 SDValue expandVecReduce(SDNode *Node, SelectionDAG &DAG) const;