Home
last modified time | relevance | path

Searched refs:expandAVG (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp938 if (SDValue Expanded = TLI.expandAVG(Node, DAG)) { in Expand()
H A DLegalizeDAG.cpp3074 if ((Tmp1 = TLI.expandAVG(Node, DAG))) in ExpandNode()
H A DLegalizeIntegerTypes.cpp4222 SDValue Result = TLI.expandAVG(N, DAG); in ExpandIntRes_AVG()
H A DTargetLowering.cpp9299 SDValue TargetLowering::expandAVG(SDNode *N, SelectionDAG &DAG) const { in expandAVG() function in TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5361 SDValue expandAVG(SDNode *N, SelectionDAG &DAG) const;