Searched refs:SourceIndex (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
| H A D | TimelineView.cpp | 136 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 D | TimelineView.h | 149 unsigned SourceIndex) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
| H A D | InOrderIssueStage.cpp | 177 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-src/sys/arch/x86/x86/ |
| H A D | mpacpi.c | 594 (ptrp->SourceIndex == 14 || ptrp->SourceIndex == 15)) { in mpacpi_pciroute() 623 mpi->sourceindex = ptrp->SourceIndex; in mpacpi_pciroute() 643 ptrp->SourceIndex); in mpacpi_pciroute() 645 mpi->global_int = ptrp->SourceIndex; in mpacpi_pciroute() 646 pic = intr_findpic(ptrp->SourceIndex); in mpacpi_pciroute() 654 pin = ptrp->SourceIndex - pic->pic_vecbase; in mpacpi_pciroute()
|
| /netbsd-src/sys/arch/arm/acpi/ |
| H A D | acpi_pci_machdep.c | 199 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-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | RegisterFile.h | 51 WriteRef(unsigned SourceIndex, WriteState *WS);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/ |
| H A D | RegisterFile.cpp | 27 WriteRef::WriteRef(unsigned SourceIndex, WriteState *WS) in WriteRef() argument 28 : IID(SourceIndex), WriteBackCycle(), WriteResID(), RegisterID(), in WriteRef()
|
| /netbsd-src/sys/external/bsd/acpica/dist/resources/ |
| H A D | rscreate.c | 431 UserPrt->SourceIndex = (UINT32) ObjDesc->Integer.Value; in AcpiRsCreatePciRoutingTable()
|
| H A D | rsdumpinfo.c | 451 …{ACPI_RSD_UINT32, ACPI_PRT_OFFSET (SourceIndex), "Source Index", …
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | acrestyp.h | 842 UINT32 SourceIndex; member
|
| /netbsd-src/sys/external/bsd/acpica/dist/ |
| H A D | changes.txt | 10384 iASL: Handle a missing ResourceSource arg, with a present SourceIndex. 10521 BIOSs erroneously reverse the _PRT SourceName and the SourceIndex. This
|