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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp140 class InspectMemInstr { class in namespace:__anon2321
142 InspectMemInstr(bool ForbidMemInstr_) : ForbidMemInstr(ForbidMemInstr_) {} function in class:__anon2321::InspectMemInstr
143 virtual ~InspectMemInstr() = default;
164 class NoMemInstr : public InspectMemInstr {
166 NoMemInstr() : InspectMemInstr(true) {}
173 class LoadFromStackOrConst : public InspectMemInstr {
175 LoadFromStackOrConst() : InspectMemInstr(false) {}
183 class MemDefsUses : public InspectMemInstr {
257 InspectMemInstr &IM) const;
263 RegDefsUses &RegDU, InspectMemInstr
[all...]

Completed in 114 milliseconds