Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DAutoUpgrade.cpp3375 bool NegMul = Name[6] == 'n'; in UpgradeIntrinsicCall() local
3376 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall()
3388 if (NegMul && !IsScalar) in UpgradeIntrinsicCall()
3390 if (NegMul && IsScalar) in UpgradeIntrinsicCall()
3427 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
3428 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall()
3434 if (NegMul && (IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()
3436 if (NegMul && !(IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()
3487 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
3494 if (NegMul && (IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8624 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode() argument
8625 assert((NegMul || NegAcc) && "Not negating anything?"); in negateFMAOpcode()
8628 if (NegMul) { in negateFMAOpcode()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50684 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument
50686 if (NegMul) { in negateFMAOpcode()