Home
last modified time | relevance | path

Searched refs:hasZeroCycleZeroingGP (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h350 bool hasZeroCycleZeroingGP() const { return HasZeroCycleZeroingGP; } in hasZeroCycleZeroingGP() function
DAArch64InstrInfo.cpp821 if (Subtarget.hasZeroCycleZeroingGP()) { in isAsCheapAsAMove()
3313 } else if (SrcReg == AArch64::WZR && Subtarget.hasZeroCycleZeroingGP()) { in copyPhysReg()
3400 } else if (SrcReg == AArch64::XZR && Subtarget.hasZeroCycleZeroingGP()) { in copyPhysReg()