Searched refs:hasVOP3Literal (Results 1 – 3 of 3) sorted by relevance
380 if (!ST->hasVOP3Literal()) in shrinkMadFma()989 if (ST->hasVOP3Literal() && in runOnMachineFunction()
785 bool hasVOP3Literal() const { in hasVOP3Literal() function
3566 if (Src0Literal && !ST.hasVOP3Literal()) in convertToThreeAddress()3873 return ST.hasVOP3Literal(); in isImmOperandLegal()4439 if (isVOP3(MI) && UsesLiteral && !ST.hasVOP3Literal()) { in verifyInstruction()5105 int LiteralLimit = !isVOP3(MI) || ST.hasVOP3Literal() ? 1 : 0; in isOperandLegal()5331 int LiteralLimit = ST.hasVOP3Literal() ? 1 : 0; in legalizeOperandsVOP3()