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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ModuloSchedule.h 187 InstrChangesTy InstrChanges;
257 /// \arg InstrChanges Modifications to make to instructions with memory
259 /// FIXME: InstrChanges is opaque and is an implementation detail of an
262 LiveIntervals &LIS, InstrChangesTy InstrChanges)
265 InstrChanges(std::move(InstrChanges)) {}
MachinePipeliner.h 144 DenseMap<SUnit *, std::pair<unsigned, int64_t>> InstrChanges;
266 InstrChanges.find(SU);
267 if (It != InstrChanges.end())
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachinePipeliner.cpp 626 NewInstrChanges[KV.first] = InstrChanges[getSUnit(KV.first)];
633 "Cannot serialize a schedule with InstrChanges!");
977 InstrChanges[&I] = std::make_pair(NewBase, NewOffset);
2227 InstrChanges.find(SU);
2228 if (It != InstrChanges.end()) {
2847 // Check that the instruction appears in the InstrChanges structure,
2850 InstrChanges.find(SU);
2851 if (It != InstrChanges.end()) {
2905 // Change the registers in instruction as specified in the InstrChanges
ModuloSchedule.cpp 1003 /// InstrChanges structure.
1007 auto It = InstrChanges.find(OldMI);
1008 if (It != InstrChanges.end()) {
1296 // contain instructions that are not owned by the loop block (InstrChanges and
2012 // InstrChanges.
2178 MF, MS, LIS, /*InstrChanges=*/ModuloScheduleExpander::InstrChangesTy());

Completed in 23 milliseconds