Searched defs:NegRHS (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUISelLowering.cpp | 1648 APFloat NegRHS = neg(CRHS->getValueAPF()); combineFMinMaxLegacy() local |
H A D | SIISelLowering.cpp | 14055 SDValue NegRHS = DAG.getNode(ISD::FNEG, SL, VT, RHS); performFSubCombine() local |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExprScalar.cpp | 3799 bool NegRHS = false; tryEmitFMulAdd() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 7373 SDValue NegRHS = getNegatedExpression() local |
H A D | DAGCombiner.cpp | 11244 SDValue NegRHS = TLI.getCheaperOrNeutralNegatedExpression( combineMinNumMaxNum() local |