Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h189 InstrChangesTy InstrChanges; variable
266 LiveIntervals &LIS, InstrChangesTy InstrChanges) in ModuloScheduleExpander() argument
269 InstrChanges(std::move(InstrChanges)) {} in ModuloScheduleExpander()
H A DMachinePipeliner.h158 DenseMap<SUnit *, std::pair<unsigned, int64_t>> InstrChanges; variable
283 InstrChanges.find(SU); in getInstrBaseReg()
284 if (It != InstrChanges.end()) in getInstrBaseReg()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp719 NewInstrChanges[KV.first] = InstrChanges[getSUnit(KV.first)]; in schedule()
1074 InstrChanges[&I] = std::make_pair(NewBase, NewOffset); in changeDependences()
2670 InstrChanges.find(SU); in applyInstrChange()
2671 if (It != InstrChanges.end()) { in applyInstrChange()
3371 InstrChanges.find(SU); in fixupRegisterOverlaps()
3372 if (It != InstrChanges.end()) { in fixupRegisterOverlaps()
H A DModuloSchedule.cpp1012 auto It = InstrChanges.find(OldMI); in cloneAndChangeInstr()
1013 if (It != InstrChanges.end()) { in cloneAndChangeInstr()