Searched refs:allowFP16Math (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp69 bool NVPTXSubtarget::allowFP16Math() const { function in class:NVPTXSubtarget
H A DNVPTXSubtarget.h85 bool allowFP16Math() const;
H A DNVPTXISelLowering.cpp429 setOperationAction(Op, VT, STI.allowFP16Math() ? Action : NoF16Action);
731 if (STI.allowFP16Math() || STI.hasBF16Math())
753 STI.allowFP16Math();

Completed in 281 milliseconds