Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/Mips/
HDMipsDelaySlotFiller.cpp112 class InspectMemInstr { class
114 InspectMemInstr(bool ForbidMemInstr_) in InspectMemInstr() function in __anon9cc1134f0111::InspectMemInstr
121 virtual ~InspectMemInstr() {} in ~InspectMemInstr()
136 class NoMemInstr : public InspectMemInstr {
138 NoMemInstr() : InspectMemInstr(true) {} in NoMemInstr()
144 class LoadFromStackOrConst : public InspectMemInstr {
146 LoadFromStackOrConst() : InspectMemInstr(false) {} in LoadFromStackOrConst()
153 class MemDefsUses : public InspectMemInstr {
206 InspectMemInstr &IM) const;
212 RegDefsUses &RegDU, InspectMemInstr &IM,
[all …]