Searched refs:IsOpSupported (Results 1 – 1 of 1) sorted by relevance
436 bool IsOpSupported = STI.hasBF16Math(); in NVPTXTargetLowering() local452 IsOpSupported = STI.getSmVersion() >= 90 && STI.getPTXVersion() >= 78; in NVPTXTargetLowering()456 Op, VT, IsOpSupported ? Action : NoBF16Action); in NVPTXTargetLowering()461 bool IsOpSupported = false; in NVPTXTargetLowering() local469 IsOpSupported = STI.getSmVersion() >= 90 && STI.getPTXVersion() >= 80; in NVPTXTargetLowering()472 setOperationAction(Op, VT, IsOpSupported ? Action : NoI16x2Action); in NVPTXTargetLowering()