Searched refs:getLitLoc (Results 1 – 1 of 1) sorted by relevance
1728 SMLoc getLitLoc(const OperandVector &Operands,3791 SMLoc LitLoc = getLitLoc(Operands); in validateConstantBusLimitations()4682 Error(getLitLoc(Operands), "invalid operand for instruction"); in validateVOPLiteral()4703 Error(getLitLoc(Operands), "literal operands are not supported"); in validateVOPLiteral()4708 Error(getLitLoc(Operands, true), "only one unique literal operand is allowed"); in validateVOPLiteral()5060 Error(getLitLoc(Operands), in validateInstruction()7844 SMLoc AMDGPUAsmParser::getLitLoc(const OperandVector &Operands, in getLitLoc() function in AMDGPUAsmParser