Searched refs:hasZeroCycleZeroing (Results 1 – 5 of 5) sorted by relevance
170 bool hasZeroCycleZeroing() const { return HasZeroCycleZeroing; } in hasZeroCycleZeroing() function
425 if (STI->hasZeroCycleZeroing()) { in EmitFMov0()
631 return Subtarget.hasZeroCycleZeroing(); in isAsCheapAsAMove()1927 } else if (SrcReg == AArch64::WZR && Subtarget.hasZeroCycleZeroing()) { in copyPhysReg()1963 } else if (SrcReg == AArch64::XZR && Subtarget.hasZeroCycleZeroing()) { in copyPhysReg()
454 bool hasZeroCycleZeroing() const { return HasZeroCycleZeroing; } in hasZeroCycleZeroing() function
276 def HasZCZ : Predicate<"Subtarget->hasZeroCycleZeroing()">;