Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp922 if (SDValue Expanded = TLI.expandABS(Node, DAG)) { in Expand()
H A DLegalizeDAG.cpp3062 if ((Tmp1 = TLI.expandABS(Node, DAG))) in ExpandNode()
H A DLegalizeIntegerTypes.cpp1781 if (SDValue Res = TLI.expandABS(N, DAG)) in PromoteIntRes_ABS()
H A DTargetLowering.cpp9202 SDValue TargetLowering::expandABS(SDNode *N, SelectionDAG &DAG, in expandABS() function in TargetLowering
H A DDAGCombiner.cpp3866 if (SDValue Result = TLI.expandABS(N1.getNode(), DAG, true)) in visitSUB()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5350 SDValue expandABS(SDNode *N, SelectionDAG &DAG,