Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3062 bool NegMul = Name[6] == 'n'; in UpgradeIntrinsicCall() local
3114 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
3174 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30219 bool NegMul = (NegA != NegB); in combineFMA() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp42515 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode()