Searched refs:combineFneg (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 36982 static SDValue combineFneg(SDNode *N, SelectionDAG &DAG, in combineFneg() function 37102 return combineFneg(N, DAG, Subtarget); in combineXor() 37237 if (SDValue NewVal = combineFneg(N, DAG, Subtarget)) in combineFOr() 39664 case ISD::FNEG: return combineFneg(N, DAG, Subtarget); in PerformDAGCombine()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 29734 static SDValue combineFneg(SDNode *N, SelectionDAG &DAG, in combineFneg() function 30974 case ISD::FNEG: return combineFneg(N, DAG, Subtarget); in PerformDAGCombine()
|