Searched refs:RegLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 738 Register RegLoc = ParamValue->first.getReg(); in interpretValues() local 741 bool IsSPorFP = (RegLoc == SP) || (RegLoc == FP); in interpretValues() 742 if (!IsRegClobberedInMeantime(RegLoc) && in interpretValues() 743 (TRI.isCalleeSavedPhysReg(RegLoc, *MF) || IsSPorFP)) { in interpretValues() 744 MachineLocation MLoc(RegLoc, /*Indirect=*/IsSPorFP); in interpretValues() 754 addToFwdRegWorklist(TmpWorklistItems, RegLoc, ParamValue->second, in interpretValues()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 4625 SMLoc RegLoc = Parser.getTok().getLoc(); in parseRegisterList() local 4632 return Error(RegLoc, "register expected"); in parseRegisterList() 4634 return Error(RegLoc, "pseudo-register not allowed"); in parseRegisterList() 4667 return Error(RegLoc, "invalid register in register list"); in parseRegisterList() 4680 return Error(RegLoc, "pseudo-register not allowed"); in parseRegisterList() 4717 RegLoc = Parser.getTok().getLoc(); in parseRegisterList() 4723 return Error(RegLoc, "register expected"); in parseRegisterList() 4725 return Error(RegLoc, "pseudo-register not allowed"); in parseRegisterList() 4746 Warning(RegLoc, "duplicated register (" + RegTok.getString() + in parseRegisterList() 4761 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 | 3932 SMLoc RegLoc = getRegLoc(LastSGPR, Operands); in validateConstantBusLimitations() local 3933 SMLoc Loc = (LitLoc.getPointer() < RegLoc.getPointer()) ? RegLoc : LitLoc; in validateConstantBusLimitations() 5217 SMLoc RegLoc = getRegLoc(Reg, Operands); in validateWaitCnt() local 5218 Error(RegLoc, "src0 must be null"); in validateWaitCnt() 5265 SMLoc RegLoc = getRegLoc(Reg, Operands); in validateGWS() local 5266 Error(RegLoc, "vgpr must be even aligned"); in validateGWS()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2943 SMLoc RegLoc; in HandleAVX512Operand() local 2944 if (!parseRegister(RegNo, RegLoc, StartLoc) && in HandleAVX512Operand() 2947 return Error(RegLoc, "Register k0 can't be used as write mask"); in HandleAVX512Operand()
|