Searched refs:NegMul (Results 1 – 2 of 2) sorted by relevance
3062 bool NegMul = Name[6] == 'n'; in UpgradeIntrinsicCall() local3063 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall()3064 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall()3075 if (NegMul && !IsScalar) in UpgradeIntrinsicCall()3077 if (NegMul && IsScalar) in UpgradeIntrinsicCall()3114 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local3115 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall()3121 if (NegMul && (IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()3123 if (NegMul && !(IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()3174 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local[all …]
42512 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument42514 if (NegMul) { in negateFMAOpcode()