Home
last modified time | relevance | path

Searched refs:NegMul (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp3218 bool NegMul = Name[6] == 'n'; in UpgradeIntrinsicCall() local
3219 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall()
3220 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall()
3231 if (NegMul && !IsScalar) in UpgradeIntrinsicCall()
3233 if (NegMul && IsScalar) in UpgradeIntrinsicCall()
3270 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
3271 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall()
3277 if (NegMul && (IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()
3279 if (NegMul && !(IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()
3330 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46956 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument
46958 if (NegMul) { in negateFMAOpcode()