Searched refs:getRegLoc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1727 SMLoc getRegLoc(unsigned Reg, const OperandVector &Operands) const; 3792 SMLoc RegLoc = getRegLoc(LastSGPR, Operands); in validateConstantBusLimitations() 4071 ErrLoc = getRegLoc(Reg, Operands); in validateMovrels() 4098 Error(getRegLoc(Reg, Operands), in validateMAIAccWrite() 4154 Error(getRegLoc(mc2PseudoReg(Src2Reg), Operands), in validateMFMA() 4627 SMLoc S = getRegLoc(Reg, Operands); in validateDPP() 4847 SMLoc RegLoc = getRegLoc(Reg, Operands); in validateWaitCnt() 4895 SMLoc RegLoc = getRegLoc(Reg, Operands); in validateGWS() 5029 Error(getRegLoc(Reg, Operands), in validateExeczVcczOperands() 5056 Error(getRegLoc(LDS_DIRECT, Operands), *ErrMsg); in validateInstruction() [all …]
|