Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp731 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-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4462 SMLoc RegLoc = Parser.getTok().getLoc(); in parseRegisterList() local
4468 return Error(RegLoc, "register expected"); in parseRegisterList()
4470 return Error(RegLoc, "pseudo-register not allowed"); in parseRegisterList()
4542 RegLoc = Parser.getTok().getLoc(); in parseRegisterList()
4547 return Error(RegLoc, "register expected"); in parseRegisterList()
4549 return Error(RegLoc, "pseudo-register not allowed"); in parseRegisterList()
4734 SMLoc RegLoc = Parser.getTok().getLoc(); in parseVectorList() local
4738 return Error(RegLoc, "register expected"); in parseVectorList()
4803 RegLoc = Parser.getTok().getLoc(); in parseVectorList()
4807 return Error(RegLoc, "register expected"); in parseVectorList()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3623 SMLoc RegLoc = getRegLoc(LastSGPR, Operands); in validateConstantBusLimitations() local
3624 SMLoc Loc = (LitLoc.getPointer() < RegLoc.getPointer()) ? RegLoc : LitLoc; in validateConstantBusLimitations()
4672 SMLoc RegLoc = getRegLoc(Reg, Operands); in validateWaitCnt() local
4673 Error(RegLoc, "src0 must be null"); in validateWaitCnt()
4720 SMLoc RegLoc = getRegLoc(Reg, Operands); in validateGWS() local
4721 Error(RegLoc, "vgpr must be even aligned"); in validateGWS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2854 SMLoc RegLoc; in HandleAVX512Operand() local
2855 if (!parseRegister(RegNo, RegLoc, StartLoc) && in HandleAVX512Operand()
2858 return Error(RegLoc, "Register k0 can't be used as write mask"); in HandleAVX512Operand()