Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp752 Register RegLoc = ParamValue->first.getReg(); in interpretValues() local
755 bool IsSPorFP = (RegLoc == SP) || (RegLoc == FP); in interpretValues()
756 if (!IsRegClobberedInMeantime(RegLoc) && in interpretValues()
757 (TRI.isCalleeSavedPhysReg(RegLoc, *MF) || IsSPorFP)) { in interpretValues()
758 MachineLocation MLoc(RegLoc, /*Indirect=*/IsSPorFP); in interpretValues()
768 addToFwdRegWorklist(TmpWorklistItems, RegLoc, ParamValue->second, in interpretValues()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4483 SMLoc RegLoc = Parser.getTok().getLoc(); in parseRegisterList() local
4489 return Error(RegLoc, "register expected"); in parseRegisterList()
4491 return Error(RegLoc, "pseudo-register not allowed"); in parseRegisterList()
4515 return Error(RegLoc, "invalid register in register list"); in parseRegisterList()
4528 return Error(RegLoc, "pseudo-register not allowed"); in parseRegisterList()
4563 RegLoc = Parser.getTok().getLoc(); in parseRegisterList()
4568 return Error(RegLoc, "register expected"); in parseRegisterList()
4570 return Error(RegLoc, "pseudo-register not allowed"); in parseRegisterList()
4591 Warning(RegLoc, "duplicated register (" + RegTok.getString() + in parseRegisterList()
4600 return Error(RegLoc, "invalid register in register list"); in parseRegisterList()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3544 SMLoc RegLoc = getRegLoc(LastSGPR, Operands); in validateConstantBusLimitations() local
3545 SMLoc Loc = (LitLoc.getPointer() < RegLoc.getPointer()) ? RegLoc : LitLoc; in validateConstantBusLimitations()
4464 SMLoc RegLoc = getRegLoc(Reg, Operands); in validateWaitCnt() local
4465 Error(RegLoc, "src0 must be null"); in validateWaitCnt()
4489 SMLoc RegLoc = getRegLoc(Reg, Operands); in validateGWS() local
4490 Error(RegLoc, "vgpr must be even aligned"); in validateGWS()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2845 SMLoc RegLoc; in HandleAVX512Operand() local
2846 if (!parseRegister(RegNo, RegLoc, StartLoc) && in HandleAVX512Operand()
2849 return Error(RegLoc, "Register k0 can't be used as write mask"); in HandleAVX512Operand()