Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp100 class InspectMemInstr { class
102 InspectMemInstr(bool ForbidMemInstr_) in InspectMemInstr() function in __anonfbd221780111::InspectMemInstr
109 virtual ~InspectMemInstr() {} in ~InspectMemInstr()
124 class NoMemInstr : public InspectMemInstr {
126 NoMemInstr() : InspectMemInstr(true) {} in NoMemInstr()
132 class LoadFromStackOrConst : public InspectMemInstr {
134 LoadFromStackOrConst() : InspectMemInstr(false) {} in LoadFromStackOrConst()
141 class MemDefsUses : public InspectMemInstr {
210 InspectMemInstr &IM) const;
216 RegDefsUses &RegDU, InspectMemInstr &IM, Iter Slot,
[all …]