Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h352 bool hasZeroCycleZeroingFP() const { return HasZeroCycleZeroingFP; } in hasZeroCycleZeroingFP() function
DAArch64AsmPrinter.cpp1097 if (STI->hasZeroCycleZeroingFP() && !STI->hasZeroCycleZeroingFPWorkaround()) { in emitFMov0()
DAArch64InstrInfo.cpp814 if (Subtarget.hasZeroCycleZeroingFP()) { in isAsCheapAsAMove()