Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15530 bool NegB = invertIfNegative(B); in combineVFMADD_VLWithVFNEG_VL()
15534 if (!NegA && !NegB && !NegC) in combineVFMADD_VLWithVFNEG_VL()
15537 unsigned NewOpcode = negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC); in combineVFMADD_VLWithVFNEG_VL()
15527 bool NegB = invertIfNegative(B); combineVFMADD_VLWithVFNEG_VL() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52915 bool NegB = !!NewOps[1]; in getNegatedExpression() local
52917 unsigned NewOpc = negateFMAOpcode(Opc, NegA != NegB, NegC, true); in getNegatedExpression()
52919 Cost = (NegA || NegB || NegC) ? NegatibleCost::Cheaper in getNegatedExpression()
54078 bool NegB = invertIfNegative(B); in combineFMA() local
54081 if (!NegA && !NegB && !NegC) in combineFMA()
54085 negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC, false); in combineFMA()