Home
last modified time | relevance | path

Searched refs:ClearSign (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1760 SDValue ClearSign = in ExpandVP_FABS() local
1762 return DAG.getNode(ISD::BITCAST, DL, VT, ClearSign); in ExpandVP_FABS()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td1846 def ClearSign : OutPatFrag<(ops node:$Rss),
1853 (A2_andp (S2_asr_i_p $Rss, 63), (ClearSign $Rtt)),
1854 (A2_andp (S2_asr_i_p $Rtt, 63), (ClearSign $Rss))))>;