Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1044 if (SDValue Expanded = TLI.expandAddSubSat(Node, DAG)) { in Expand()
H A DLegalizeDAG.cpp3894 Results.push_back(TLI.expandAddSubSat(Node, DAG)); in ExpandNode()
H A DLegalizeIntegerTypes.cpp4228 SDValue Result = TLI.expandAddSubSat(N, DAG); in ExpandIntRes_ADDSUBSAT()
H A DTargetLowering.cpp10325 SDValue TargetLowering::expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const { in expandAddSubSat() function in TargetLowering
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5437 SDValue expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const;
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12555 Results.push_back(expandAddSubSat(N, DAG)); in ReplaceNodeResults()
12562 Results.push_back(expandAddSubSat(N, DAG)); in ReplaceNodeResults()