Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3372 struct TagStoreInstr { struct
3375 explicit TagStoreInstr(MachineInstr *MI, int64_t Offset, int64_t Size) in TagStoreInstr() function
3384 SmallVector<TagStoreInstr, 8> TagStores;
3413 void addInstruction(TagStoreInstr I) { in addInstruction()
3547 void mergeMemRefs(const SmallVectorImpl<TagStoreInstr> &TSE, in mergeMemRefs()
3567 TagStoreInstr &FirstTagStore = TagStores[0]; in emitCode()
3568 TagStoreInstr &LastTagStore = TagStores[TagStores.size() - 1]; in emitCode()
3679 SmallVector<TagStoreInstr, 4> Instrs; in tryMergeAdjacentSTG()
3721 [](const TagStoreInstr &Left, const TagStoreInstr &Right) { in tryMergeAdjacentSTG()