Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_pcib.c104 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 DTimelineView.cpp136 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 DTimelineView.h149 unsigned SourceIndex) const;
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp157 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 DRegisterFile.h51 WriteRef(unsigned SourceIndex, WriteState *WS);
/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drscreate.c539 UserPrt->SourceIndex = (UINT32) ObjDesc->Integer.Value; in AcpiRsCreatePciRoutingTable()
H A Drsdumpinfo.c559 …{ACPI_RSD_UINT32, ACPI_PRT_OFFSET (SourceIndex), "Source Index", …
/freebsd/contrib/llvm-project/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()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacrestyp.h950 UINT32 SourceIndex; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8001 auto SourceIndex = DAG.getVectorIdxConstant(i * Stride, sdl); in visitIntrinsicCall() local
8003 {OpNode, SourceIndex})); in visitIntrinsicCall()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt10413 iASL: Handle a missing ResourceSource arg, with a present SourceIndex.
10550 BIOSs erroneously reverse the _PRT SourceName and the SourceIndex. This