Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3112 struct TagStoreInstr { struct
3113 MachineInstr *MI;
3114 int64_t Offset, Size;
3115 explicit TagStoreInstr(MachineInstr *MI, int64_t Offset, int64_t Size) in TagStoreInstr() function