Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp433 auto setFP16OperationAction = [&](unsigned Op, MVT VT, LegalizeAction Action, in NVPTXTargetLowering() local
502 setFP16OperationAction(ISD::SETCC, MVT::f16, Legal, Promote); in NVPTXTargetLowering()
503 setFP16OperationAction(ISD::SETCC, MVT::v2f16, Legal, Expand); in NVPTXTargetLowering()
747 setFP16OperationAction(Op, MVT::f16, Legal, Promote); in NVPTXTargetLowering()
748 setFP16OperationAction(Op, MVT::v2f16, Legal, Expand); in NVPTXTargetLowering()
850 setFP16OperationAction(Op, MVT::f16, GetMinMaxAction(Promote), Promote); in NVPTXTargetLowering()
853 setFP16OperationAction(Op, MVT::v2f16, GetMinMaxAction(Expand), Expand); in NVPTXTargetLowering()
860 setFP16OperationAction(Op, MVT::f16, GetMinMaxAction(Expand), Expand); in NVPTXTargetLowering()
861 setFP16OperationAction(Op, MVT::bf16, Legal, Expand); in NVPTXTargetLowering()
863 setFP16OperationAction(Op, MVT::v2f16, GetMinMaxAction(Expand), Expand); in NVPTXTargetLowering()