Searched refs:RSR (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 366 Error WindowsResourceParser::parse(ResourceSectionRef &RSR, StringRef Filename, in parse() argument 368 UNWRAP_REF_OR_RETURN(BaseTable, RSR.getBaseTable()); in parse() 372 return addChildren(Root, RSR, BaseTable, Origin, Context, Duplicates); in parse() 390 ResourceSectionRef &RSR, in addChildren() argument 398 UNWRAP_REF_OR_RETURN(Entry, RSR.getTableEntry(Table, i)); in addChildren() 405 UNWRAP_OR_RETURN(NameString, RSR.getEntryNameString(Entry)); in addChildren() 413 UNWRAP_REF_OR_RETURN(NextTable, RSR.getEntrySubDir(Entry)); in addChildren() 415 addChildren(*Child, RSR, NextTable, Origin, Context, Duplicates); in addChildren() 428 UNWRAP_REF_OR_RETURN(DataEntry, RSR.getEntryData(Entry)); in addChildren() 435 UNWRAP_OR_RETURN(Contents, RSR.getContents(DataEntry)); in addChildren()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 158 Error parse(ResourceSectionRef &RSR, StringRef Filename, 244 Error addChildren(TreeNode &Node, ResourceSectionRef &RSR,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 9311 TargetInstrInfo::RegSubRegPair &RSR) { in followSubRegDef() argument 9312 if (!RSR.SubReg) in followSubRegDef() 9317 RSR = getRegSequenceSubReg(MI, RSR.SubReg); in followSubRegDef() 9321 if (RSR.SubReg == (unsigned)MI.getOperand(3).getImm()) in followSubRegDef() 9323 RSR = getRegOrUndef(MI.getOperand(2)); in followSubRegDef() 9328 RSR.Reg = R1.Reg; in followSubRegDef() 9341 auto RSR = P; in getVRegSubRegDef() local 9342 auto *DefInst = MRI.getVRegDef(RSR.Reg); in getVRegSubRegDef() 9352 RSR = getRegSubRegPair(Op1); in getVRegSubRegDef() 9353 DefInst = MRI.getVRegDef(RSR.Reg); in getVRegSubRegDef() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaInstrInfo.td | 545 def RSR : RSR_Inst<0x00, 0x03, 0x00, (outs AR:$t), (ins SR:$sr),
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | apple | 727 …set from esource map to start of name list like: 32h 46h 56h (XLISP.RSR XLISPTIN.RSR) 13Eh (Helvet…
|