Home
last modified time | relevance | path

Searched refs:SourceIndex (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp136 unsigned SourceIndex, in printWaitTimeEntry() argument
138 bool PrintingTotals = SourceIndex == getSource().size(); in printWaitTimeEntry()
142 OS << SourceIndex << '.'; in printWaitTimeEntry()
156 int BufferSize = PrintingTotals ? 0 : UsedBuffer[SourceIndex].second; in printWaitTimeEntry()
219 unsigned SourceIndex) const { in printTimelineViewEntry()
220 if (Iteration == 0 && SourceIndex == 0) in printTimelineViewEntry()
222 OS << '[' << Iteration << ',' << SourceIndex << ']'; in printTimelineViewEntry()
294 unsigned SourceIndex = IID % Source.size(); in printTimeline() local
295 printTimelineViewEntry(FOS, Entry, Iteration, SourceIndex); in printTimeline()
H A DTimelineView.h149 unsigned SourceIndex) const;
/netbsd/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp177 unsigned SourceIndex, in addRegisterReadWrite() argument
186 PRF.addRegisterWrite(WriteRef(SourceIndex, &WS), UsedRegs); in addRegisterReadWrite()
224 unsigned SourceIndex = IR.getSourceIndex(); in tryIssue() local
238 addRegisterReadWrite(PRF, IS, SourceIndex, STI, UsedRegs); in tryIssue()
245 IS.execute(SourceIndex); in tryIssue()
/netbsd/sys/arch/x86/x86/
H A Dmpacpi.c605 (ptrp->SourceIndex == 14 || ptrp->SourceIndex == 15)) { in mpacpi_pciroute()
634 mpi->sourceindex = ptrp->SourceIndex; in mpacpi_pciroute()
654 ptrp->SourceIndex); in mpacpi_pciroute()
656 mpi->global_int = ptrp->SourceIndex; in mpacpi_pciroute()
657 pic = intr_findpic(ptrp->SourceIndex); in mpacpi_pciroute()
665 pin = ptrp->SourceIndex - pic->pic_vecbase; in mpacpi_pciroute()
/netbsd/sys/arch/arm/acpi/
H A Dacpi_pci_machdep.c199 acpi_name(handle), dev, 'A' + (prt->Pin & 3), prt->SourceIndex); in acpi_pci_md_pci_link()
427 pa->pa_pc, tab->SourceIndex, in acpi_pci_md_intr_map()
432 *ih = tab->SourceIndex; in acpi_pci_md_intr_map()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h51 WriteRef(unsigned SourceIndex, WriteState *WS);
/netbsd/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp27 WriteRef::WriteRef(unsigned SourceIndex, WriteState *WS) in WriteRef() argument
28 : IID(SourceIndex), WriteBackCycle(), WriteResID(), RegisterID(), in WriteRef()
/netbsd/sys/external/bsd/acpica/dist/resources/
H A Drscreate.c431 UserPrt->SourceIndex = (UINT32) ObjDesc->Integer.Value; in AcpiRsCreatePciRoutingTable()
H A Drsdumpinfo.c440 …{ACPI_RSD_UINT32, ACPI_PRT_OFFSET (SourceIndex), "Source Index", …
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dacrestyp.h821 UINT32 SourceIndex; member
/netbsd/sys/external/bsd/acpica/dist/
H A Dchanges.txt10200 iASL: Handle a missing ResourceSource arg, with a present SourceIndex.
10337 BIOSs erroneously reverse the _PRT SourceName and the SourceIndex. This