Home
last modified time | relevance | path

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

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