Home
last modified time | relevance | path

Searched refs:hasVOP3Literal (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp380 if (!ST->hasVOP3Literal()) in shrinkMadFma()
989 if (ST->hasVOP3Literal() && in runOnMachineFunction()
DGCNSubtarget.h785 bool hasVOP3Literal() const { in hasVOP3Literal() function
DSIInstrInfo.cpp3566 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()