Searched refs:SourceIndex (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/acpica/ |
H A D | acpi_pcib.c | 104 if (entry->SourceIndex != 0) in prt_attach_devices() 124 acpi_pci_link_add_reference(child, entry->SourceIndex, pcib, in prt_attach_devices() 214 printf(" (src %s:%u)", prt->Source, prt->SourceIndex); in acpi_pcib_route_interrupt() 225 if (prt->Source[0] == '\0' || prt->SourceIndex != 0) { in acpi_pcib_route_interrupt() 228 pci_get_slot(dev), 'A' + pin, prt->SourceIndex); in acpi_pcib_route_interrupt() 229 if (prt->SourceIndex) { in acpi_pcib_route_interrupt() 230 interrupt = prt->SourceIndex; in acpi_pcib_route_interrupt() 247 prt->SourceIndex); in acpi_pcib_route_interrupt()
|
/freebsd/contrib/llvm-project/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() 157 int BufferSize = PrintingTotals ? 0 : UsedBuffer[SourceIndex].second; in printWaitTimeEntry() 220 unsigned SourceIndex) const { in printTimelineViewEntry() 221 if (Iteration == 0 && SourceIndex == 0) in printTimelineViewEntry() 223 OS << '[' << Iteration << ',' << SourceIndex << ']'; in printTimelineViewEntry() 304 unsigned SourceIndex = IID % Source.size(); in printTimeline() local 305 printTimelineViewEntry(FOS, Entry, Iteration, SourceIndex); in printTimeline()
|
H A D | TimelineView.h | 149 unsigned SourceIndex) const;
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | InOrderIssueStage.cpp | 157 unsigned SourceIndex, in addRegisterReadWrite() argument 166 PRF.addRegisterWrite(WriteRef(SourceIndex, &WS), UsedRegs); in addRegisterReadWrite() 214 unsigned SourceIndex = IR.getSourceIndex(); in tryIssue() local 228 addRegisterReadWrite(PRF, IS, SourceIndex, STI, UsedRegs); in tryIssue() 235 IS.execute(SourceIndex); in tryIssue()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | RegisterFile.h | 51 WriteRef(unsigned SourceIndex, WriteState *WS);
|
/freebsd/sys/contrib/dev/acpica/components/resources/ |
H A D | rscreate.c | 539 UserPrt->SourceIndex = (UINT32) ObjDesc->Integer.Value; in AcpiRsCreatePciRoutingTable()
|
H A D | rsdumpinfo.c | 559 …{ACPI_RSD_UINT32, ACPI_PRT_OFFSET (SourceIndex), "Source Index", …
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acrestyp.h | 950 UINT32 SourceIndex; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 8001 auto SourceIndex = DAG.getVectorIdxConstant(i * Stride, sdl); in visitIntrinsicCall() local 8003 {OpNode, SourceIndex})); in visitIntrinsicCall()
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 10413 iASL: Handle a missing ResourceSource arg, with a present SourceIndex. 10550 BIOSs erroneously reverse the _PRT SourceName and the SourceIndex. This
|