Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4822 struct TagStoreInstr { struct
4825 explicit TagStoreInstr(MachineInstr *MI, int64_t Offset, int64_t Size) in TagStoreInstr() function
4834 SmallVector<TagStoreInstr, 8> TagStores;
4864 void addInstruction(TagStoreInstr I) { in addInstruction()
5024 void mergeMemRefs(const SmallVectorImpl<TagStoreInstr> &TSE, in mergeMemRefs()
5044 TagStoreInstr &FirstTagStore = TagStores[0]; in emitCode()
5045 TagStoreInstr &LastTagStore = TagStores[TagStores.size() - 1]; in emitCode()
5159 SmallVector<TagStoreInstr, 4> Instrs; in tryMergeAdjacentSTG()
5220 [](const TagStoreInstr &Left, const TagStoreInstr &Right) { in tryMergeAdjacentSTG()