Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp845 if (SDValue Expanded = TLI.expandAddSubSat(Node, DAG)) { in Expand()
H A DLegalizeDAG.cpp3419 Results.push_back(TLI.expandAddSubSat(Node, DAG)); in ExpandNode()
H A DLegalizeIntegerTypes.cpp3731 SDValue Result = TLI.expandAddSubSat(N, DAG); in ExpandIntRes_ADDSUBSAT()
H A DTargetLowering.cpp8861 SDValue TargetLowering::expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const { in expandAddSubSat() function in TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4837 SDValue expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const;
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7082 Results.push_back(expandAddSubSat(N, DAG)); in ReplaceNodeResults()