Searched refs:NegMul (Results 1 – 4 of 4) 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 …]
3196 bool NegMul = Name[6] == 'n'; in UpgradeIntrinsicCall() local3197 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall()3198 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall()3209 if (NegMul && !IsScalar) in UpgradeIntrinsicCall()3211 if (NegMul && IsScalar) in UpgradeIntrinsicCall()3248 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local3249 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall()3255 if (NegMul && (IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()3257 if (NegMul && !(IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()3308 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()
45908 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument45910 if (NegMul) { in negateFMAOpcode()