Searched refs:allowFP16Math (Results 1 – 4 of 4) sorted by relevance
66 bool NVPTXSubtarget::allowFP16Math() const { in allowFP16Math() function in NVPTXSubtarget
80 bool allowFP16Math() const;
361 setOperationAction(Op, VT, STI.allowFP16Math() ? Action : NoF16Action); in NVPTXTargetLowering()516 if (STI.allowFP16Math()) in NVPTXTargetLowering()
151 def useFP16Math: Predicate<"Subtarget->allowFP16Math()">;