Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1066 if (SDValue Expanded = TLI.expandAddSubSat(Node, DAG)) { in Expand()
H A DLegalizeDAG.cpp3819 Results.push_back(TLI.expandAddSubSat(Node, DAG)); in ExpandNode()
H A DLegalizeIntegerTypes.cpp4072 SDValue Result = TLI.expandAddSubSat(N, DAG); in ExpandIntRes_ADDSUBSAT()
H A DTargetLowering.cpp9997 SDValue TargetLowering::expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const { in expandAddSubSat() function in TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5257 SDValue expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11736 Results.push_back(expandAddSubSat(N, DAG)); in ReplaceNodeResults()