Searched refs:expandVecReduce (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 973 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 D | LegalizeVectorOps.cpp | 1107 Results.push_back(TLI.expandVecReduce(Node, DAG)); in Expand()
|
H A D | LegalizeDAG.cpp | 4319 Results.push_back(TLI.expandVecReduce(Node, DAG)); in ExpandNode()
|
H A D | LegalizeIntegerTypes.cpp | 5176 SDValue Res = TLI.expandVecReduce(N, DAG); in ExpandIntRes_VECREDUCE()
|
H A D | TargetLowering.cpp | 11037 SDValue TargetLowering::expandVecReduce(SDNode *Node, SelectionDAG &DAG) const { in expandVecReduce() function in TargetLowering
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 5494 SDValue expandVecReduce(SDNode *Node, SelectionDAG &DAG) const;
|