Searched refs:allowFP16Math (Results 1 – 4 of 4) sorted by relevance
69 bool NVPTXSubtarget::allowFP16Math() const { in allowFP16Math() function in NVPTXSubtarget
90 bool allowFP16Math() const;
540 bool IsOpSupported = STI.allowFP16Math(); in NVPTXTargetLowering()848 if (STI.allowFP16Math() || STI.hasBF16Math()) in NVPTXTargetLowering()881 STI.allowFP16Math(); in NVPTXTargetLowering()
149 def useFP16Math: Predicate<"Subtarget->allowFP16Math()">;