Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp807 ReplaceValueWith(SDValue(N, 0), TLI.expandVecReduce(N, DAG)); in SoftenFloatRes_VECREDUCE()
2548 ReplaceValueWith(SDValue(N, 0), TLI.expandVecReduce(N, DAG)); in PromoteFloatRes_VECREDUCE()
2869 ReplaceValueWith(SDValue(N, 0), TLI.expandVecReduce(N, DAG)); in SoftPromoteHalfRes_VECREDUCE()
H A DLegalizeVectorOps.cpp899 Results.push_back(TLI.expandVecReduce(Node, DAG)); in Expand()
H A DLegalizeDAG.cpp3838 Results.push_back(TLI.expandVecReduce(Node, DAG)); in ExpandNode()
H A DLegalizeIntegerTypes.cpp4614 SDValue Res = TLI.expandVecReduce(N, DAG); in ExpandIntRes_VECREDUCE()
H A DTargetLowering.cpp9436 SDValue TargetLowering::expandVecReduce(SDNode *Node, SelectionDAG &DAG) const { in expandVecReduce() function in TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4872 SDValue expandVecReduce(SDNode *Node, SelectionDAG &DAG) const;