| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 209 InsertionPoints::iterator &IPI, in appendAndTransferDominatedUses() argument 212 IPI->second.emplace_back(User, OpNo); in appendAndTransferDominatedUses() 217 Instruction *OldInstr = IPI->first; in appendAndTransferDominatedUses() 218 Uses OldUses = std::move(IPI->second); in appendAndTransferDominatedUses() 389 for (auto &IPI : InsertPts) { in isDominated() local 390 if (NewPt == IPI.first || DT.dominates(IPI.first, NewPt) || in isDominated() 394 (IPI.first->getParent() != NewPt->getParent() && in isDominated() 395 DT.dominates(IPI.first->getParent(), NewPt->getParent()))) { in isDominated() 398 LLVM_DEBUG(IPI.first->print(dbgs())); in isDominated() 400 IPI.second.emplace_back(User, OpNo); in isDominated() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
| H A D | BottleneckAnalysis.h | 128 DenseMap<unsigned, InstructionPressureInfo> IPI; variable 148 assert(IPI.find(IID) != IPI.end() && "Instruction is not tracked!"); in getRegisterPressureCycles() 149 const InstructionPressureInfo &Info = IPI.find(IID)->second; in getRegisterPressureCycles() 154 assert(IPI.find(IID) != IPI.end() && "Instruction is not tracked!"); in getMemoryPressureCycles() 155 const InstructionPressureInfo &Info = IPI.find(IID)->second; in getMemoryPressureCycles() 160 assert(IPI.find(IID) != IPI.end() && "Instruction is not tracked!"); in getResourcePressureCycles() 161 const InstructionPressureInfo &Info = IPI.find(IID)->second; in getResourcePressureCycles()
|
| H A D | BottleneckAnalysis.cpp | 55 if (U.second && IPI.find(U.first) != IPI.end()) in getResourceUsers() 61 IPI.insert(std::make_pair(IID, InstructionPressureInfo())); in onInstructionDispatched() 64 void PressureTracker::onInstructionExecuted(unsigned IID) { IPI.erase(IID); } in onInstructionExecuted() 125 IPI[IID].ResourcePressureCycles++; in handlePressureEvent() 133 IPI[IID].RegisterPressureCycles++; in handlePressureEvent() 140 IPI[IID].MemoryPressureCycles++; in handlePressureEvent()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 2 The PDB TPI and IPI Streams 13 The PDB TPI Stream (Index 2) and IPI Stream (Index 4) contain information about 31 TPI vs IPI Stream 36 and IPI stream. Subsequent contents of this document describing the on-disk 37 format apply equally whether it is for the TPI Stream or the IPI Stream. The 42 | TPI Stream | IPI Stream | 94 object file's ``.debug$T`` section or a PDB file's TPI or IPI stream. The 99 Any type index with a high bit set is considered to come from the IPI stream, 104 comes from the IPI stream, it is only sufficient.
|
| H A D | index.rst | 105 | IPI Stream | - Fixed Stream Index 4 | - CodeView Type Records | 106 | | | - Index of IPI Hash Stream | 129 | IPI Hash Stream | - Contained in IPI Stream | - Hash table for looking up IPI records | 160 :doc:`TPI/IPI Stream <TpiStream>`.
|
| H A D | PdbStream.rst | 121 | | - PDB contains an :doc:`IPI Stream <TpiStream>` | 124 | | - PDB contains an :doc:`IPI Stream <TpiStream>` | 131 | | - There is no TPI / IPI stream, all type info |
|
| H A D | CodeViewTypes.rst | 31 bytes (if this type stream appears in a TPI/IPI stream of a PDB) or not padded at
|
| H A D | CodeViewSymbols.rst | 30 * Type records only appear in the :doc:`TPI & IPI streams <TpiStream>`.
|
| /netbsd-src/sys/arch/powerpc/pic/ |
| H A D | files.ipi | 4 # generic IPI abstraction
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | StreamUtil.h | 28 IPI, enumerator
|
| H A D | StreamUtil.cpp | 109 Streams[StreamIdx] = stream(StreamPurpose::IPI, "IPI Stream", StreamIdx); in discoverStreamPurposes()
|
| H A D | ExplainOutputStyle.cpp | 265 case StreamPurpose::IPI: in explainPdbStreamOffset()
|
| /netbsd-src/sys/arch/arm/gemini/ |
| H A D | gemini_ipi.c | 3 # error IPI needs GEMINI_MASTER or GEMINI_SLAVE
|
| H A D | gemini_ipm.c | 3 # error IPI needs GEMINI_MASTER or GEMINI_SLAVE
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-pdbutil.rst | 370 Dump CodeView type records from IPI stream. 374 Dump additional information from the IPI stream, such as hashes and the type 524 Dump the record from the IPI stream with the given type index.
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | pci_ids | 62 >>>1 ubyte 0x03 IPI
|
| /netbsd-src/sys/arch/evbarm/conf/ |
| H A D | GEMINI_MASTER | 175 # Gemini Inter-processor-interrupt (IPI)
|
| H A D | GEMINI_SLAVE | 176 # Gemini Inter-processor-interrupt (IPI)
|
| /netbsd-src/sys/arch/macppc/conf/ |
| H A D | files.macppc | 39 # IPI interface
|
| /netbsd-src/share/examples/disktab/ |
| H A D | disktab | 742 CDC IPI 9720:\ 750 CDC IPI 9722:\ 1480 Seagate IPI ZBR Elite:\
|
| /netbsd-src/share/misc/ |
| H A D | acronyms.comp | 820 IPI intelligent peripheral interface 821 IPI interprocessor interrupt
|
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | locore.s | 4291 ldxa [%g2] ASI_IRDR, %g2 ! Get IPI handler argument 1 4293 ldxa [%g3] ASI_IRDR, %g3 ! Get IPI handler argument 2
|
| /netbsd-src/external/gpl3/binutils/dist/ld/po/ |
| H A D | uk.po | 3116 msgid "%P: warning: cannot create IPI stream in PDB file: %E\n" 3117 msgstr "%P: попередження: не вдалося створити потік IPI до файла PDB: %E\n" 3144 msgid "%P: warning: cannot populate IPI stream in PDB file: %E\n" 3145 msgstr "%P: попередження: не вдалося заповнити потік IPI до файла PDB: %E\n"
|
| H A D | ro.po | 3125 msgid "%P: warning: cannot create IPI stream in PDB file: %E\n" 3126 msgstr "%P: avertisment: nu se poate crea un flux IPI în fișierul PDB: %E\n" 3153 msgid "%P: warning: cannot populate IPI stream in PDB file: %E\n" 3154 msgstr "%P: avertisment: nu se poate completa fluxul IPI în fișierul PDB: %E\n"
|
| /netbsd-src/doc/ |
| H A D | BRANCHES | 1873 send an IPI to the target cpu.
|