Searched refs:NegAcc (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MLxExpansionPass.cpp | 69 bool NegAcc, bool HasLane); 271 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction() argument 300 if (NegAcc) { in ExpandFPMLxInstruction() 355 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local 357 MulOpc, AddSubOpc, NegAcc, HasLane) || in ExpandFPMLxInstructions() 361 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane); in ExpandFPMLxInstructions()
|
| H A D | ARMBaseInstrInfo.h | 506 unsigned &AddSubOpc, bool &NegAcc,
|
| H A D | ARMBaseInstrInfo.cpp | 83 bool NegAcc; // True if the acc is negated before the add / sub. member 4851 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction() argument 4859 NegAcc = Entry.NegAcc; in isFpMLxInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 3844 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in upgradeX86IntrinsicCall() local 3860 if (NegAcc) in upgradeX86IntrinsicCall() 3889 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in upgradeX86IntrinsicCall() local 3899 if (NegAcc) in upgradeX86IntrinsicCall() 3926 if (NegAcc && IsMask3) in upgradeX86IntrinsicCall() 3945 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in upgradeX86IntrinsicCall() local 3955 if (NegAcc) in upgradeX86IntrinsicCall()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | X86.cpp | 450 bool NegAcc = false) { in EmitScalarFMAExpr() argument 455 if (NegAcc) in EmitScalarFMAExpr() 497 if (NegAcc && PTIdx == 2) in EmitScalarFMAExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 18012 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode() argument 18031 if (NegAcc) { in negateFMAOpcode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 54593 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument 54615 if (NegAcc) { in negateFMAOpcode()
|