Home
last modified time | relevance | path

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

/freebsd-14.2/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.h153 DenseMap<SUnit *, std::pair<unsigned, int64_t>> InstrChanges; variable
278 InstrChanges.find(SU); in getInstrBaseReg()
279 if (It != InstrChanges.end()) in getInstrBaseReg()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp664 NewInstrChanges[KV.first] = InstrChanges[getSUnit(KV.first)]; in schedule()
1014 InstrChanges[&I] = std::make_pair(NewBase, NewOffset); in changeDependences()
2614 InstrChanges.find(SU); in applyInstrChange()
2615 if (It != InstrChanges.end()) { in applyInstrChange()
3302 InstrChanges.find(SU); in fixupRegisterOverlaps()
3303 if (It != InstrChanges.end()) { in fixupRegisterOverlaps()
H A DModuloSchedule.cpp1005 auto It = InstrChanges.find(OldMI); in cloneAndChangeInstr()
1006 if (It != InstrChanges.end()) { in cloneAndChangeInstr()