Searched refs:IsOpSupported (Results 1 – 1 of 1) sorted by relevance
540 bool IsOpSupported = STI.allowFP16Math(); in NVPTXTargetLowering() local549 IsOpSupported &= STI.getSmVersion() >= 80 && STI.getPTXVersion() >= 70; in NVPTXTargetLowering()552 IsOpSupported &= STI.getSmVersion() >= 75 && STI.getPTXVersion() >= 70; in NVPTXTargetLowering()555 setOperationAction(Op, VT, IsOpSupported ? Action : NoF16Action); in NVPTXTargetLowering()560 bool IsOpSupported = STI.hasNativeBF16Support(Op); in NVPTXTargetLowering() local562 Op, VT, IsOpSupported ? Action : NoBF16Action); in NVPTXTargetLowering()567 bool IsOpSupported = false; in NVPTXTargetLowering() local575 IsOpSupported = STI.getSmVersion() >= 90 && STI.getPTXVersion() >= 80; in NVPTXTargetLowering()578 setOperationAction(Op, VT, IsOpSupported ? Action : NoI16x2Action); in NVPTXTargetLowering()