Searched refs:NegAcc (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 | 86 bool NegAcc; // True if the acc is negated before the add / sub. member 4891 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction() argument 4899 NegAcc = Entry.NegAcc; in isFpMLxInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 3219 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall() local 3235 if (NegAcc) in UpgradeIntrinsicCall() 3271 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local 3281 if (NegAcc) in UpgradeIntrinsicCall() 3311 if (NegAcc && IsMask3) in UpgradeIntrinsicCall() 3331 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall() local 3341 if (NegAcc) in UpgradeIntrinsicCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 12061 bool NegAcc = false) { in EmitScalarFMAExpr() argument 12066 if (NegAcc) in EmitScalarFMAExpr() 12096 if (NegAcc && PTIdx == 2) in EmitScalarFMAExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 46956 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument 46976 if (NegAcc) { in negateFMAOpcode()
|