Home
last modified time | relevance | path

Searched defs:SlotWithTag (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp202 struct SlotWithTag { struct
203 int FI;
204 int Tag;
205 SlotWithTag(int FI, int Tag) : FI(FI), Tag(Tag) {} in SlotWithTag() argument
206 explicit SlotWithTag(const MachineInstr &MI) in SlotWithTag() argument
208 bool operator==(const SlotWithTag &Other) const { in operator ==()