Searched refs:negateFMAOpcode (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 15470 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode() 15537 unsigned NewOpcode = negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC); in combineVFMADD_VLWithVFNEG_VL() 15467 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { negateFMAOpcode() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 52769 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() function 52917 unsigned NewOpc = negateFMAOpcode(Opc, NegA != NegB, NegC, true); in getNegatedExpression() 54085 negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC, false); in combineFMA() 54116 unsigned NewOpcode = negateFMAOpcode(N->getOpcode(), false, true, false); in combineFMADDSUB()
|