Searched refs:hasZeroCycleZeroing (Results 1 – 5 of 5) sorted by relevance
113 bool hasZeroCycleZeroing() const { return HasZeroCycleZeroing; } in hasZeroCycleZeroing() function
1580 } else if (SrcReg == AArch64::WZR && Subtarget.hasZeroCycleZeroing()) { in copyPhysReg()1616 } else if (SrcReg == AArch64::XZR && Subtarget.hasZeroCycleZeroing()) { in copyPhysReg()
299 def HasZCZ : Predicate<"Subtarget->hasZeroCycleZeroing()">;300 def NoZCZ : Predicate<"!Subtarget->hasZeroCycleZeroing()">;
359 bool hasZeroCycleZeroing() const { return HasZeroCycleZeroing; } in hasZeroCycleZeroing() function
263 def HasZCZ : Predicate<"Subtarget->hasZeroCycleZeroing()">;