Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp140 class InspectMemInstr { class
142 InspectMemInstr(bool ForbidMemInstr_) : ForbidMemInstr(ForbidMemInstr_) {} in InspectMemInstr() function in __anon27a8e2d60111::InspectMemInstr
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;
261 RegDefsUses &RegDU, InspectMemInstr &IM, Iter Slot,
[all …]