Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3105 struct TagStoreInstr { struct
3108 explicit TagStoreInstr(MachineInstr *MI, int64_t Offset, int64_t Size) in TagStoreInstr() function
3117 SmallVector<TagStoreInstr, 8> TagStores;
3146 void addInstruction(TagStoreInstr I) { in addInstruction()
3280 void mergeMemRefs(const SmallVectorImpl<TagStoreInstr> &TSE, in mergeMemRefs()
3299 TagStoreInstr &FirstTagStore = TagStores[0]; in emitCode()
3300 TagStoreInstr &LastTagStore = TagStores[TagStores.size() - 1]; in emitCode()
3411 SmallVector<TagStoreInstr, 4> Instrs; in tryMergeAdjacentSTG()
3453 [](const TagStoreInstr &Left, const TagStoreInstr &Right) { in tryMergeAdjacentSTG()