Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp140 class InspectMemInstr { class
143 virtual ~InspectMemInstr() = default;
164 class NoMemInstr : public InspectMemInstr {
166 NoMemInstr() : InspectMemInstr(true) {} in NoMemInstr()
173 class LoadFromStackOrConst : public InspectMemInstr {
175 LoadFromStackOrConst() : InspectMemInstr(false) {} in LoadFromStackOrConst()
183 class MemDefsUses : public InspectMemInstr {
255 InspectMemInstr &IM) const;
453 bool InspectMemInstr::hasHazard(const MachineInstr &MI) { in hasHazard()
493 : InspectMemInstr(false), MFI(MFI_) {} in MemDefsUses()
[all …]