Searched refs:NegB (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 18074 bool NegB = invertIfNegative(B); in combineVFMADD_VLWithVFNEG_VL() local 18078 if (!NegA && !NegB && !NegC) in combineVFMADD_VLWithVFNEG_VL() 18081 unsigned NewOpcode = negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC); in combineVFMADD_VLWithVFNEG_VL() 18609 SDValue NegB = DAG.getNegative(B, DL, VT); in performVSELECTCombine() local 18612 SDValue NewB = DAG.getNode(ISD::VSELECT, DL, VT, CC, NegB, B); in performVSELECTCombine() 19054 SDValue NegB = DAG.getNegative(B, DL, VT); in performVECTOR_SHUFFLECombine() local 19057 SDValue NewB = DAG.getNode(ISD::VSELECT, DL, VT, CC, NegB, B); in performVECTOR_SHUFFLECombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 54746 bool NegB = !!NewOps[1]; in getNegatedExpression() local 54748 unsigned NewOpc = negateFMAOpcode(Opc, NegA != NegB, NegC, true); in getNegatedExpression() 54750 Cost = (NegA || NegB || NegC) ? NegatibleCost::Cheaper in getNegatedExpression() 55950 bool NegB = invertIfNegative(B); in combineFMA() local 55955 if (!NegA && !NegB && !NegC) in combineFMA() 55959 negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC, false); in combineFMA()
|