Searched refs:getLitLoc (Results 1 – 1 of 1) sorted by relevance
1693 SMLoc getLitLoc(const OperandVector &Operands,3622 SMLoc LitLoc = getLitLoc(Operands); in validateConstantBusLimitations()4507 Error(getLitLoc(Operands), "invalid operand for instruction"); in validateVOPLiteral()4528 Error(getLitLoc(Operands), "literal operands are not supported"); in validateVOPLiteral()4533 Error(getLitLoc(Operands, true), "only one unique literal operand is allowed"); in validateVOPLiteral()4885 Error(getLitLoc(Operands), in validateInstruction()7615 SMLoc AMDGPUAsmParser::getLitLoc(const OperandVector &Operands, in getLitLoc() function in AMDGPUAsmParser