Home
last modified time | relevance | path

Searched refs:IsOpSupported (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp540 bool IsOpSupported = STI.allowFP16Math(); in NVPTXTargetLowering() local
549 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() local
562 Op, VT, IsOpSupported ? Action : NoBF16Action); in NVPTXTargetLowering()
567 bool IsOpSupported = false; in NVPTXTargetLowering() local
575 IsOpSupported = STI.getSmVersion() >= 90 && STI.getPTXVersion() >= 80; in NVPTXTargetLowering()
578 setOperationAction(Op, VT, IsOpSupported ? Action : NoI16x2Action); in NVPTXTargetLowering()