Searched refs:hasVOP3Literal (Results 1 – 3 of 3) sorted by relevance
406 if (!ST->hasVOP3Literal()) in shrinkMadFma()1021 if (ST->hasVOP3Literal() && in runOnMachineFunction()
925 bool hasVOP3Literal() const { in hasVOP3Literal() function
4030 if (Src0Literal && !ST.hasVOP3Literal()) in convertToThreeAddress()4382 return ST.hasVOP3Literal(); in isImmOperandLegal()4969 if (isVOP3(MI) && UsesLiteral && !ST.hasVOP3Literal()) { in verifyInstruction()5741 int LiteralLimit = !isVOP3(MI) || ST.hasVOP3Literal() ? 1 : 0; in isOperandLegal()5998 int LiteralLimit = ST.hasVOP3Literal() ? 1 : 0; in legalizeOperandsVOP3()