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.cpp1805 SMLoc getInstLoc(const OperandVector &Operands) const;
4993 Error(getInstLoc(Operands), in validateDPP()
5394 if (Loc != getInstLoc(Operands)) { in validateTFE()
8238 SMLoc AMDGPUAsmParser::getInstLoc(const OperandVector &Operands) const { in getInstLoc() function in AMDGPUAsmParser
8250 return getInstLoc(Operands); in getOperandLoc()
8274 if (SearchMandatoryLiterals && Loc == getInstLoc(Operands)) in getLitLoc()