Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h288 bool hasZeroCycleZeroingGP() const { return HasZeroCycleZeroingGP; } in hasZeroCycleZeroingGP() function
DAArch64InstrInfo.cpp700 if (Subtarget.hasZeroCycleZeroingGP()) { in isAsCheapAsAMove()
2532 } else if (SrcReg == AArch64::WZR && Subtarget.hasZeroCycleZeroingGP()) { in copyPhysReg()
2590 } else if (SrcReg == AArch64::XZR && Subtarget.hasZeroCycleZeroingGP()) { in copyPhysReg()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h319 bool hasZeroCycleZeroingGP() const { return HasZeroCycleZeroingGP; } in hasZeroCycleZeroingGP() function
DAArch64InstrInfo.cpp817 if (Subtarget.hasZeroCycleZeroingGP()) { in isAsCheapAsAMove()
2797 } else if (SrcReg == AArch64::WZR && Subtarget.hasZeroCycleZeroingGP()) { in copyPhysReg()
2884 } else if (SrcReg == AArch64::XZR && Subtarget.hasZeroCycleZeroingGP()) { in copyPhysReg()