Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp66 return hasFP16Math() && NoF16Math == false; in allowFP16Math()
H A DNVPTXSubtarget.h78 bool hasFP16Math() const { return SmVersion >= 53; } in hasFP16Math() function