Lines Matching refs:ZeroData
4184 bool ZeroData; member in __anonc2fd70990d11::TagStoreEdit
4191 TagStoreEdit(MachineBasicBlock *MBB, bool ZeroData) in TagStoreEdit() argument
4192 : MBB(MBB), ZeroData(ZeroData) { in TagStoreEdit()
4239 ? (ZeroData ? AArch64::STZGi : AArch64::STGi) in emitUnrolled()
4240 : (ZeroData ? AArch64::STZ2Gi : AArch64::ST2Gi); in emitUnrolled()
4276 TII->get(ZeroData ? AArch64::STZGloop_wback in emitLoop()
4293 TII->get(ZeroData ? AArch64::STZGPostIndex : AArch64::STGPostIndex)) in emitLoop()
4420 int64_t &Size, bool &ZeroData) { in isMergeableStackTaggingInstruction() argument
4425 ZeroData = (Opcode == AArch64::STZGloop || Opcode == AArch64::STZGi || in isMergeableStackTaggingInstruction()
4480 bool ZeroData; in tryMergeAdjacentSTG() local
4487 if (isMergeableStackTaggingInstruction(MI, Offset, Size, ZeroData)) { in tryMergeAdjacentSTG()
4488 if (ZeroData != FirstZeroData) in tryMergeAdjacentSTG()