Home
last modified time | relevance | path

Searched refs:hasZeroCycleZeroing (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h170 bool hasZeroCycleZeroing() const { return HasZeroCycleZeroing; } in hasZeroCycleZeroing() function
DAArch64AsmPrinter.cpp425 if (STI->hasZeroCycleZeroing()) { in EmitFMov0()
DAArch64InstrInfo.cpp631 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()
/external/llvm/lib/Target/ARM/
DARMSubtarget.h454 bool hasZeroCycleZeroing() const { return HasZeroCycleZeroing; } in hasZeroCycleZeroing() function
DARMInstrInfo.td276 def HasZCZ : Predicate<"Subtarget->hasZeroCycleZeroing()">;