Searched refs:RegLoc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 731 Register RegLoc = ParamValue->first.getReg(); in interpretValues() local 734 bool IsSPorFP = (RegLoc == SP) || (RegLoc == FP); in interpretValues() 735 if (!IsRegClobberedInMeantime(RegLoc) && in interpretValues() 736 (TRI.isCalleeSavedPhysReg(RegLoc, *MF) || IsSPorFP)) { in interpretValues() 737 MachineLocation MLoc(RegLoc, /*Indirect=*/IsSPorFP); in interpretValues() 747 addToFwdRegWorklist(TmpWorklistItems, RegLoc, ParamValue->second, in interpretValues()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 4618 SMLoc RegLoc = Parser.getTok().getLoc(); in parseRegisterList() local 4624 return Error(RegLoc, "register expected"); in parseRegisterList() 4626 return Error(RegLoc, "pseudo-register not allowed"); in parseRegisterList() 4650 return Error(RegLoc, "invalid register in register list"); in parseRegisterList() 4663 return Error(RegLoc, "pseudo-register not allowed"); in parseRegisterList() 4698 RegLoc = Parser.getTok().getLoc(); in parseRegisterList() 4703 return Error(RegLoc, "register expected"); in parseRegisterList() 4705 return Error(RegLoc, "pseudo-register not allowed"); in parseRegisterList() 4726 Warning(RegLoc, "duplicated register (" + RegTok.getString() + in parseRegisterList() 4735 return Error(RegLoc, "invalid register in register list"); in parseRegisterList() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 3792 SMLoc RegLoc = getRegLoc(LastSGPR, Operands); in validateConstantBusLimitations() local 3793 SMLoc Loc = (LitLoc.getPointer() < RegLoc.getPointer()) ? RegLoc : LitLoc; in validateConstantBusLimitations() 4847 SMLoc RegLoc = getRegLoc(Reg, Operands); in validateWaitCnt() local 4848 Error(RegLoc, "src0 must be null"); in validateWaitCnt() 4895 SMLoc RegLoc = getRegLoc(Reg, Operands); in validateGWS() local 4896 Error(RegLoc, "vgpr must be even aligned"); in validateGWS()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2921 SMLoc RegLoc; in HandleAVX512Operand() local 2922 if (!parseRegister(RegNo, RegLoc, StartLoc) && in HandleAVX512Operand() 2925 return Error(RegLoc, "Register k0 can't be used as write mask"); in HandleAVX512Operand()
|