Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4834 SmallVector<TagStoreInstr, 8> TagStores; member in __anonc2fd70991211::TagStoreEdit
4865 assert((TagStores.empty() || in addInstruction()
4866 TagStores.back().Offset + TagStores.back().Size == I.Offset) && in addInstruction()
4868 TagStores.push_back(I); in addInstruction()
4870 void clear() { TagStores.clear(); } in clear()
5042 if (TagStores.empty()) in emitCode()
5044 TagStoreInstr &FirstTagStore = TagStores[0]; in emitCode()
5045 TagStoreInstr &LastTagStore = TagStores[TagStores.size() - 1]; in emitCode()
5047 DL = TagStores[0].MI->getDebugLoc(); in emitCode()
5056 mergeMemRefs(TagStores, CombinedMemRefs); in emitCode()
[all …]