Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp973 ReplaceValueWith(SDValue(N, 0), TLI.expandVecReduce(N, DAG)); in SoftenFloatRes_VECREDUCE()
2963 ReplaceValueWith(SDValue(N, 0), TLI.expandVecReduce(N, DAG)); in PromoteFloatRes_VECREDUCE()
3359 ReplaceValueWith(SDValue(N, 0), TLI.expandVecReduce(N, DAG)); in SoftPromoteHalfRes_VECREDUCE()
H A DLegalizeVectorOps.cpp1107 Results.push_back(TLI.expandVecReduce(Node, DAG)); in Expand()
H A DLegalizeDAG.cpp4319 Results.push_back(TLI.expandVecReduce(Node, DAG)); in ExpandNode()
H A DLegalizeIntegerTypes.cpp5176 SDValue Res = TLI.expandVecReduce(N, DAG); in ExpandIntRes_VECREDUCE()
H A DTargetLowering.cpp11037 SDValue TargetLowering::expandVecReduce(SDNode *Node, SelectionDAG &DAG) const { in expandVecReduce() function in TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5494 SDValue expandVecReduce(SDNode *Node, SelectionDAG &DAG) const;