Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1692 SMLoc getRegLoc(unsigned Reg, const OperandVector &Operands) const;
3623 SMLoc RegLoc = getRegLoc(LastSGPR, Operands); in validateConstantBusLimitations()
3901 ErrLoc = getRegLoc(Reg, Operands); in validateMovrels()
3928 Error(getRegLoc(Reg, Operands), in validateMAIAccWrite()
3984 Error(getRegLoc(mc2PseudoReg(Src2Reg), Operands), in validateMFMA()
4672 SMLoc RegLoc = getRegLoc(Reg, Operands); in validateWaitCnt()
4720 SMLoc RegLoc = getRegLoc(Reg, Operands); in validateGWS()
4854 Error(getRegLoc(Reg, Operands), in validateExeczVcczOperands()
4881 Error(getRegLoc(LDS_DIRECT, Operands), *ErrMsg); in validateInstruction()
7607 AMDGPUAsmParser::getRegLoc(unsigned Reg, in getRegLoc() function in AMDGPUAsmParser