Home
last modified time | relevance | path

Searched refs:expandFixedPointMul (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1090 if (SDValue Expanded = TLI.expandFixedPointMul(Node, DAG)) { in Expand()
H A DLegalizeDAG.cpp3829 Results.push_back(TLI.expandFixedPointMul(Node, DAG)); in ExpandNode()
H A DTargetLowering.cpp10153 TargetLowering::expandFixedPointMul(SDNode *Node, SelectionDAG &DAG) const { in expandFixedPointMul() function in TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5265 SDValue expandFixedPointMul(SDNode *Node, SelectionDAG &DAG) const;