Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64StackTaggingPreRA.cpp203 struct SlotWithTag { struct
204 int FI;
205 int Tag;
206 SlotWithTag(int FI, int Tag) : FI(FI), Tag(Tag) {} in SlotWithTag() argument
207 explicit SlotWithTag(const MachineInstr &MI) in SlotWithTag() function
209 bool operator==(const SlotWithTag &Other) const { in operator ==()