Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp142 class InspectMemInstr { class
145 virtual ~InspectMemInstr() = default;
166 class NoMemInstr : public InspectMemInstr {
168 NoMemInstr() : InspectMemInstr(true) {} in NoMemInstr()
175 class LoadFromStackOrConst : public InspectMemInstr {
177 LoadFromStackOrConst() : InspectMemInstr(false) {} in LoadFromStackOrConst()
185 class MemDefsUses : public InspectMemInstr {
259 InspectMemInstr &IM) const;
452 bool InspectMemInstr::hasHazard(const MachineInstr &MI) { in hasHazard()
492 : InspectMemInstr(false), MFI(MFI_), DL(DL) {} in MemDefsUses()
[all …]