Home
last modified time | relevance | path

Searched refs:hasZeroCycleZeroingFP (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h339 bool hasZeroCycleZeroingFP() const { return HasZeroCycleZeroingFP; } in hasZeroCycleZeroingFP() function
H A DAArch64AsmPrinter.cpp1093 if (STI->hasZeroCycleZeroingFP() && !STI->hasZeroCycleZeroingFPWorkaround()) { in EmitFMov0()
H A DAArch64InstrInfo.cpp814 if (Subtarget.hasZeroCycleZeroingFP()) { in isAsCheapAsAMove()