Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8591 bool CanImplicitFloat = !F.hasFnAttribute(Attribute::NoImplicitFloat); in getOptimalMemOpType() local
8592 bool CanUseNEON = Subtarget->hasNEON() && CanImplicitFloat; in getOptimalMemOpType()
8593 bool CanUseFP = Subtarget->hasFPARMv8() && CanImplicitFloat; in getOptimalMemOpType()