Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3670 struct TagStoreInstr { struct
3671 MachineInstr *MI;
3672 int64_t Offset, Size;
3673 explicit TagStoreInstr(MachineInstr *MI, int64_t Offset, int64_t Size) in TagStoreInstr() function