Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp2781 bool NegMul = Name[6] == 'n'; in UpgradeIntrinsicCall() local
2833 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
2893 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-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37873 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode()