Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3062 bool NegMul = Name[6] == 'n'; in UpgradeIntrinsicCall() local
3063 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall()
3064 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall()
3075 if (NegMul && !IsScalar) in UpgradeIntrinsicCall()
3077 if (NegMul && IsScalar) in UpgradeIntrinsicCall()
3114 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
3115 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall()
3121 if (NegMul && (IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()
3123 if (NegMul && !(IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()
3174 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp42512 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument
42514 if (NegMul) { in negateFMAOpcode()