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.h316 DenseMap<SUnit *, std::pair<Register, int64_t>> InstrChanges; variable
431 InstrChanges.find(SU); in getInstrBaseReg()
432 if (It != InstrChanges.end()) in getInstrBaseReg()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp865 NewInstrChanges[KV.first] = InstrChanges[getSUnit(KV.first)]; in schedule()
1328 InstrChanges[&I] = std::make_pair(NewBase, NewOffset); in changeDependences()
2966 InstrChanges.find(SU); in applyInstrChange()
2967 if (It != InstrChanges.end()) { in applyInstrChange()
3735 InstrChanges.find(SU); in fixupRegisterOverlaps()
3736 if (It != InstrChanges.end()) { in fixupRegisterOverlaps()
H A DModuloSchedule.cpp1030 auto It = InstrChanges.find(OldMI); in cloneAndChangeInstr()
1031 if (It != InstrChanges.end()) { in cloneAndChangeInstr()