Home
last modified time | relevance | path

Searched refs:NegA (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2575 Value *NegA = I.hasNoUnsignedWrap() in visitSub() local
2578 return SelectInst::Create(IsNeg, NegA, A); in visitSub()
H A DInstCombineAndOrXor.cpp4329 Value *NegA = Add->hasNoUnsignedWrap() in canonicalizeAbs() local
4332 return SelectInst::Create(IsNeg, NegA, A); in canonicalizeAbs()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15526 bool NegA = invertIfNegative(A); in combineVFMADD_VLWithVFNEG_VL() local
15531 if (!NegA && !NegB && !NegC) in combineVFMADD_VLWithVFNEG_VL()
15534 unsigned NewOpcode = negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC); in combineVFMADD_VLWithVFNEG_VL()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52914 bool NegA = !!NewOps[0]; in getNegatedExpression() local
52917 unsigned NewOpc = negateFMAOpcode(Opc, NegA != NegB, NegC, true); in getNegatedExpression()
52919 Cost = (NegA || NegB || NegC) ? NegatibleCost::Cheaper in getNegatedExpression()
54077 bool NegA = invertIfNegative(A); in combineFMA() local
54081 if (!NegA && !NegB && !NegC) in combineFMA()
54085 negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC, false); in combineFMA()