Home
last modified time | relevance | path

Searched defs: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
3609 bool NegMul = Name[2] == 'n'; in upgradeX86IntrinsicCall() local
3668 bool NegMul = Name[2] == 'n'; in upgradeX86IntrinsicCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15467 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()