Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp2781 bool NegMul = Name[6] == 'n'; in UpgradeIntrinsicCall() local
2782 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall()
2783 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall()
2794 if (NegMul && !IsScalar) in UpgradeIntrinsicCall()
2796 if (NegMul && IsScalar) in UpgradeIntrinsicCall()
2833 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
2834 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall()
2840 if (NegMul && (IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()
2842 if (NegMul && !(IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()
2893 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37873 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode() argument
37874 if (NegMul) { in negateFMAOpcode()