Searched refs:negateFMAOpcode (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 9731 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode() function 10518 unsigned NewOpcode = negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC); in PerformDAGCombine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 52007 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() function 52149 unsigned NewOpc = negateFMAOpcode(Opc, NegA != NegB, NegC, true); in getNegatedExpression() 53120 negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC, false); in combineFMA() 53151 unsigned NewOpcode = negateFMAOpcode(N->getOpcode(), false, true, false); in combineFMADDSUB()
|