Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp851 if (SDValue Expanded = TLI.expandAddSubSat(Node, DAG)) { in Expand()
DLegalizeDAG.cpp3362 Results.push_back(TLI.expandAddSubSat(Node, DAG)); in ExpandNode()
DLegalizeIntegerTypes.cpp3422 SDValue Result = TLI.expandAddSubSat(N, DAG); in ExpandIntRes_ADDSUBSAT()
DTargetLowering.cpp8000 SDValue TargetLowering::expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const { in expandAddSubSat() function in TargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h4524 SDValue expandAddSubSat(SDNode *Node, SelectionDAG &DAG) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp5078 Results.push_back(expandAddSubSat(N, DAG)); in ReplaceNodeResults()