Lines Matching refs:ZeroData
3698 bool ZeroData; member in __anond10fb38f0711::TagStoreEdit
3705 TagStoreEdit(MachineBasicBlock *MBB, bool ZeroData) in TagStoreEdit() argument
3706 : MBB(MBB), ZeroData(ZeroData) { in TagStoreEdit()
3753 ? (ZeroData ? AArch64::STZGi : AArch64::STGi) in emitUnrolled()
3754 : (ZeroData ? AArch64::STZ2Gi : AArch64::ST2Gi); in emitUnrolled()
3790 TII->get(ZeroData ? AArch64::STZGloop_wback in emitLoop()
3807 TII->get(ZeroData ? AArch64::STZGPostIndex : AArch64::STGPostIndex)) in emitLoop()
3931 int64_t &Size, bool &ZeroData) { in isMergeableStackTaggingInstruction() argument
3936 ZeroData = (Opcode == AArch64::STZGloop || Opcode == AArch64::STZGi || in isMergeableStackTaggingInstruction()
3991 bool ZeroData; in tryMergeAdjacentSTG() local
3998 if (isMergeableStackTaggingInstruction(MI, Offset, Size, ZeroData)) { in tryMergeAdjacentSTG()
3999 if (ZeroData != FirstZeroData) in tryMergeAdjacentSTG()