Searched refs:isFNEG (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 42437 static SDValue isFNEG(SelectionDAG &DAG, SDNode *N, unsigned Depth = 0) { in isFNEG() function 42461 if (SDValue NegOp0 = isFNEG(DAG, Op.getOperand(0).getNode(), Depth + 1)) in isFNEG() 42474 if (SDValue NegInsVal = isFNEG(DAG, InsVal.getNode(), Depth + 1)) in isFNEG() 42567 SDValue Arg = isFNEG(DAG, N); in combineFneg() 42619 if (isFNEG(DAG, Op.getNode(), Depth)) in isNegatibleForFree() 42662 if (SDValue Arg = isFNEG(DAG, Op.getNode(), Depth)) in getNegatedExpression()
|