Home
last modified time | relevance | path

Searched refs:InstrChanges (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h188 InstrChangesTy InstrChanges; variable
263 LiveIntervals &LIS, InstrChangesTy InstrChanges) in ModuloScheduleExpander() argument
266 InstrChanges(std::move(InstrChanges)) {} in ModuloScheduleExpander()
H A DMachinePipeliner.h151 DenseMap<SUnit *, std::pair<unsigned, int64_t>> InstrChanges; variable
275 InstrChanges.find(SU); in getInstrBaseReg()
276 if (It != InstrChanges.end()) in getInstrBaseReg()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp626 NewInstrChanges[KV.first] = InstrChanges[getSUnit(KV.first)]; in schedule()
977 InstrChanges[&I] = std::make_pair(NewBase, NewOffset); in changeDependences()
2221 InstrChanges.find(SU); in applyInstrChange()
2222 if (It != InstrChanges.end()) { in applyInstrChange()
2913 InstrChanges.find(SU); in fixupRegisterOverlaps()
2914 if (It != InstrChanges.end()) { in fixupRegisterOverlaps()
H A DModuloSchedule.cpp989 auto It = InstrChanges.find(OldMI); in cloneAndChangeInstr()
990 if (It != InstrChanges.end()) { in cloneAndChangeInstr()