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.cpp3843 bool NegMul = Name[6] == 'n'; in upgradeX86IntrinsicCall() local
3844 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in upgradeX86IntrinsicCall()
3845 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in upgradeX86IntrinsicCall()
3856 if (NegMul && !IsScalar) in upgradeX86IntrinsicCall()
3858 if (NegMul && IsScalar) in upgradeX86IntrinsicCall()
3888 bool NegMul = Name[2] == 'n'; in upgradeX86IntrinsicCall() local
3889 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in upgradeX86IntrinsicCall()
3895 if (NegMul && (IsMask3 || IsMaskZ)) in upgradeX86IntrinsicCall()
3897 if (NegMul && !(IsMask3 || IsMaskZ)) in upgradeX86IntrinsicCall()
3944 bool NegMul = Name[2] == 'n'; in upgradeX86IntrinsicCall() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18012 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode() argument
18014 if (NegMul) { in negateFMAOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54593 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument
54595 if (NegMul) { in negateFMAOpcode()