Searched refs:hasZeroCycleZeroing (Results 1 – 5 of 5) sorted by relevance
101 bool hasZeroCycleZeroing() const { return HasZeroCycleZeroing; } in hasZeroCycleZeroing() function
1567 } else if (SrcReg == AArch64::WZR && Subtarget.hasZeroCycleZeroing()) { in copyPhysReg()1603 } else if (SrcReg == AArch64::XZR && Subtarget.hasZeroCycleZeroing()) { in copyPhysReg()
276 def HasZCZ : Predicate<"Subtarget->hasZeroCycleZeroing()">;277 def NoZCZ : Predicate<"!Subtarget->hasZeroCycleZeroing()">;
337 bool hasZeroCycleZeroing() const { return HasZeroCycleZeroing; } in hasZeroCycleZeroing() function
255 def HasZCZ : Predicate<"Subtarget->hasZeroCycleZeroing()">;