Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1523 SMLoc getRegLoc(unsigned Reg, const OperandVector &Operands) const;
3319 SMLoc RegLoc = getRegLoc(LastSGPR, Operands); in validateConstantBusLimitations()
3356 Error(getRegLoc(SrcReg, Operands), in validateEarlyClobberLimitations()
3558 ErrLoc = getRegLoc(Reg, Operands); in validateMovrels()
3585 Error(getRegLoc(Reg, Operands), in validateMAIAccWrite()
4139 SMLoc RegLoc = getRegLoc(Reg, Operands); in validateGWS()
4197 Error(getRegLoc(LDS_DIRECT, Operands), *ErrMsg); in validateInstruction()
6584 AMDGPUAsmParser::getRegLoc(unsigned Reg, in getRegLoc() function in AMDGPUAsmParser