Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1732 SMLoc getInstLoc(const OperandVector &Operands) const;
4632 Error(getInstLoc(Operands), in validateDPP()
5043 if (Loc != getInstLoc(Operands)) { in validateTFE()
7813 SMLoc AMDGPUAsmParser::getInstLoc(const OperandVector &Operands) const { in getInstLoc() function in AMDGPUAsmParser
7825 return getInstLoc(Operands); in getOperandLoc()
7850 if (SearchMandatoryLiterals && Loc == getInstLoc(Operands)) in getLitLoc()