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.cpp138 class InspectMemInstr { class
140 InspectMemInstr(bool ForbidMemInstr_) : ForbidMemInstr(ForbidMemInstr_) {} in InspectMemInstr() function in __anon27a8e2d60111::InspectMemInstr
141 virtual ~InspectMemInstr() = default;
162 class NoMemInstr : public InspectMemInstr {
164 NoMemInstr() : InspectMemInstr(true) {} in NoMemInstr()
171 class LoadFromStackOrConst : public InspectMemInstr {
173 LoadFromStackOrConst() : InspectMemInstr(false) {} in LoadFromStackOrConst()
181 class MemDefsUses : public InspectMemInstr {
250 InspectMemInstr &IM) const;
256 RegDefsUses &RegDU, InspectMemInstr &IM, Iter Slot,
[all …]