Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h187 InstrChangesTy InstrChanges; variable
262 LiveIntervals &LIS, InstrChangesTy InstrChanges) in ModuloScheduleExpander() argument
265 InstrChanges(std::move(InstrChanges)) {} in ModuloScheduleExpander()
H A DMachinePipeliner.h144 DenseMap<SUnit *, std::pair<unsigned, int64_t>> InstrChanges; variable
266 InstrChanges.find(SU); in getInstrBaseReg()
267 if (It != InstrChanges.end()) in getInstrBaseReg()
/freebsd-13.1/contrib/llvm-project/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()
2227 InstrChanges.find(SU); in applyInstrChange()
2228 if (It != InstrChanges.end()) { in applyInstrChange()
2850 InstrChanges.find(SU); in fixupRegisterOverlaps()
2851 if (It != InstrChanges.end()) { in fixupRegisterOverlaps()
H A DModuloSchedule.cpp1007 auto It = InstrChanges.find(OldMI); in cloneAndChangeInstr()
1008 if (It != InstrChanges.end()) { in cloneAndChangeInstr()