Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3670 struct TagStoreInstr { struct
3673 explicit TagStoreInstr(MachineInstr *MI, int64_t Offset, int64_t Size) in TagStoreInstr() argument
3682 SmallVector<TagStoreInstr, 8> TagStores;
3712 void addInstruction(TagStoreInstr I) { in addInstruction()
3851 void mergeMemRefs(const SmallVectorImpl<TagStoreInstr> &TSE, in mergeMemRefs()
3871 TagStoreInstr &FirstTagStore = TagStores[0]; in emitCode()
3872 TagStoreInstr &LastTagStore = TagStores[TagStores.size() - 1]; in emitCode()
3983 SmallVector<TagStoreInstr, 4> Instrs; in tryMergeAdjacentSTG()
4044 [](const TagStoreInstr &Left, const TagStoreInstr &Right) { in tryMergeAdjacentSTG()