HomeSort by: relevance | last modified time | path
    Searched refs:IPI (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 205 /// Transfer the list of dominated uses of IPI to NewPt in InsertPts.
206 /// Append Use to this list and delete the entry of IPI in InsertPts.
209 InsertionPoints::iterator &IPI,
212 IPI->second.emplace_back(User, OpNo);
213 // Transfer the dominated uses of IPI to NewPt
216 // value so that we don't have to dereference IPI->second.
217 Instruction *OldInstr = IPI->first;
218 Uses OldUses = std::move(IPI->second);
220 // Erase IPI.
389 for (auto &IPI : InsertPts)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
BottleneckAnalysis.h 128 DenseMap<unsigned, InstructionPressureInfo> IPI;
148 assert(IPI.find(IID) != IPI.end() && "Instruction is not tracked!");
149 const InstructionPressureInfo &Info = IPI.find(IID)->second;
154 assert(IPI.find(IID) != IPI.end() && "Instruction is not tracked!");
155 const InstructionPressureInfo &Info = IPI.find(IID)->second;
160 assert(IPI.find(IID) != IPI.end() && "Instruction is not tracked!");
161 const InstructionPressureInfo &Info = IPI.find(IID)->second
    [all...]
BottleneckAnalysis.cpp 55 if (U.second && IPI.find(U.first) != IPI.end())
61 IPI.insert(std::make_pair(IID, InstructionPressureInfo()));
64 void PressureTracker::onInstructionExecuted(unsigned IID) { IPI.erase(IID); }
125 IPI[IID].ResourcePressureCycles++;
133 IPI[IID].RegisterPressureCycles++;
140 IPI[IID].MemoryPressureCycles++;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
StreamUtil.h 28 IPI,
StreamUtil.cpp 72 auto Ipi = File.getPDBIpiStream();
109 Streams[StreamIdx] = stream(StreamPurpose::IPI, "IPI Stream", StreamIdx);
125 else if (Ipi && StreamIdx == Ipi->getTypeHashStreamIndex())
127 stream(StreamPurpose::IpiHash, "IPI Hash", StreamIdx);
128 else if (Ipi && StreamIdx == Ipi->getTypeHashStreamAuxIndex())
130 stream(StreamPurpose::Other, "IPI Aux Hash", StreamIdx);
190 if (!Ipi)
    [all...]
ExplainOutputStyle.cpp 265 case StreamPurpose::IPI:
  /src/sys/arch/arm/gemini/
gemini_ipi.c 3 # error IPI needs GEMINI_MASTER or GEMINI_SLAVE
37 panic("ipi must specify intr in config.");
61 * NOTE: we are using IPL_NET, not IPL_HIGH use of IPI on this system
gemini_ipm.c 3 # error IPI needs GEMINI_MASTER or GEMINI_SLAVE
122 panic("%s: Cannot establish IPI interrupt\n",
  /src/sys/arch/sparc64/sparc64/
locore.s 4304 ldxa [%g2] ASI_IRDR, %g2 ! Get IPI handler argument 1
4306 ldxa [%g3] ASI_IRDR, %g3 ! Get IPI handler argument 2
7905 * IPI target function to setup a C compatible environment and call a MI function.
7959 b return_from_trap ! and return from IPI

Completed in 21 milliseconds