Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp3558 bool NegMul = Name[6] == 'n'; in upgradeX86IntrinsicCall() local
3559 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in upgradeX86IntrinsicCall()
3560 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in upgradeX86IntrinsicCall()
3571 if (NegMul && !IsScalar) in upgradeX86IntrinsicCall()
3573 if (NegMul && IsScalar) in upgradeX86IntrinsicCall()
3609 bool NegMul = Name[2] == 'n'; in upgradeX86IntrinsicCall() local
3610 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in upgradeX86IntrinsicCall()
3616 if (NegMul && (IsMask3 || IsMaskZ)) in upgradeX86IntrinsicCall()
3618 if (NegMul && !(IsMask3 || IsMaskZ)) in upgradeX86IntrinsicCall()
3668 bool NegMul = Name[2] == 'n'; in upgradeX86IntrinsicCall() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15470 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode()
15472 if (NegMul) { in negateFMAOpcode()
15467 negateFMAOpcode(unsigned Opcode,bool NegMul,bool NegAcc) negateFMAOpcode() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52769 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument
52771 if (NegMul) { in negateFMAOpcode()