Searched refs:expandVecReduce (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 1115 ReplaceValueWith(SDValue(N, 0), TLI.expandVecReduce(N, DAG)); in SoftenFloatRes_VECREDUCE() 3241 ReplaceValueWith(SDValue(N, 0), TLI.expandVecReduce(N, DAG)); in PromoteFloatRes_VECREDUCE() 3697 ReplaceValueWith(SDValue(N, 0), TLI.expandVecReduce(N, DAG)); in SoftPromoteHalfRes_VECREDUCE()
|
| H A D | LegalizeVectorOps.cpp | 1238 Results.push_back(TLI.expandVecReduce(Node, DAG)); in Expand()
|
| H A D | LegalizeDAG.cpp | 4457 Results.push_back(TLI.expandVecReduce(Node, DAG)); in ExpandNode()
|
| H A D | LegalizeIntegerTypes.cpp | 5412 SDValue Res = TLI.expandVecReduce(N, DAG); in ExpandIntRes_VECREDUCE()
|
| H A D | TargetLowering.cpp | 11539 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 | 5682 SDValue expandVecReduce(SDNode *Node, SelectionDAG &DAG) const;
|