Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.cpp67 return hasFP16Math() && NoF16Math == false; in allowFP16Math()
DNVPTXSubtarget.h79 bool hasFP16Math() const { return SmVersion >= 53; } in hasFP16Math() function