Home
last modified time | relevance | path

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

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