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.cpp436 bool IsOpSupported = STI.hasBF16Math(); in NVPTXTargetLowering() local
452 IsOpSupported = STI.getSmVersion() >= 90 && STI.getPTXVersion() >= 78; in NVPTXTargetLowering()
456 Op, VT, IsOpSupported ? Action : NoBF16Action); in NVPTXTargetLowering()
461 bool IsOpSupported = false; in NVPTXTargetLowering() local
469 IsOpSupported = STI.getSmVersion() >= 90 && STI.getPTXVersion() >= 80; in NVPTXTargetLowering()
472 setOperationAction(Op, VT, IsOpSupported ? Action : NoI16x2Action); in NVPTXTargetLowering()