Searched defs:NegAcc (Results 1 – 6 of 6) sorted by relevance
271 bool NegAcc, bool HasLane) { in ExpandFPMLxInstruction()355 bool NegAcc, HasLane; in ExpandFPMLxInstructions() local
89 bool NegAcc; // True if the acc is negated before the add / sub. member5008 bool &NegAcc, bool &HasLane) const { in isFpMLxInstruction()
3559 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in upgradeX86IntrinsicCall() local3610 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in upgradeX86IntrinsicCall() local3669 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in upgradeX86IntrinsicCall() local
14019 bool NegAcc = false) { in EmitScalarFMAExpr()
15467 negateFMAOpcode(unsigned Opcode,bool NegMul,bool NegAcc) negateFMAOpcode() argument
52769 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode()