Searched refs:NegMul (Results 1 – 3 of 3) sorted by relevance
3843 bool NegMul = Name[6] == 'n'; in upgradeX86IntrinsicCall() local3844 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in upgradeX86IntrinsicCall()3845 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in upgradeX86IntrinsicCall()3856 if (NegMul && !IsScalar) in upgradeX86IntrinsicCall()3858 if (NegMul && IsScalar) in upgradeX86IntrinsicCall()3888 bool NegMul = Name[2] == 'n'; in upgradeX86IntrinsicCall() local3889 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in upgradeX86IntrinsicCall()3895 if (NegMul && (IsMask3 || IsMaskZ)) in upgradeX86IntrinsicCall()3897 if (NegMul && !(IsMask3 || IsMaskZ)) in upgradeX86IntrinsicCall()3944 bool NegMul = Name[2] == 'n'; in upgradeX86IntrinsicCall() local[all …]
18012 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode() argument18014 if (NegMul) { in negateFMAOpcode()
54593 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument54595 if (NegMul) { in negateFMAOpcode()