Searched refs:SlotWithTag (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp207 struct SlotWithTag { struct in namespace:__anon2163
210 SlotWithTag(int FI, int Tag) : FI(FI), Tag(Tag) {} function in struct:__anon2163::SlotWithTag
211 explicit SlotWithTag(const MachineInstr &MI) function in struct:__anon2163::SlotWithTag
213 bool operator==(const SlotWithTag &Other) const {
220 template <> struct DenseMapInfo<SlotWithTag> {
221 static inline SlotWithTag getEmptyKey() { return {-2, -2}; }
222 static inline SlotWithTag getTombstoneKey() { return {-3, -3}; }
223 static unsigned getHashValue(const SlotWithTag &V) {
227 static bool isEqual(const SlotWithTag &A, const SlotWithTag
[all...]

Completed in 176 milliseconds