Searched refs:getLitLoc (Results 1 – 1 of 1) sorted by relevance
1524 SMLoc getLitLoc(const OperandVector &Operands) const;3318 SMLoc LitLoc = getLitLoc(Operands); in validateConstantBusLimitations()4034 Error(getLitLoc(Operands), "literal operands are not supported"); in validateVOP3Literal()4039 Error(getLitLoc(Operands), "only one literal operand is allowed"); in validateVOP3Literal()4201 Error(getLitLoc(Operands), in validateInstruction()6593 AMDGPUAsmParser::getLitLoc(const OperandVector &Operands) const { in getLitLoc() function in AMDGPUAsmParser