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.cpp538 auto setFP16OperationAction = [&](unsigned Op, MVT VT, LegalizeAction Action, in NVPTXTargetLowering() local
605 setFP16OperationAction(ISD::SETCC, MVT::f16, Legal, Promote); in NVPTXTargetLowering()
606 setFP16OperationAction(ISD::SETCC, MVT::v2f16, Legal, Expand); in NVPTXTargetLowering()
858 setFP16OperationAction(Op, MVT::f16, Legal, Promote); in NVPTXTargetLowering()
859 setFP16OperationAction(Op, MVT::v2f16, Legal, Expand); in NVPTXTargetLowering()
966 setFP16OperationAction(ISD::FABS, MVT::f16, Legal, Promote); in NVPTXTargetLowering()
967 setFP16OperationAction(ISD::FABS, MVT::v2f16, Legal, Expand); in NVPTXTargetLowering()
980 setFP16OperationAction(Op, MVT::f16, Legal, Promote); in NVPTXTargetLowering()
981 setFP16OperationAction(Op, MVT::v2f16, Legal, Expand); in NVPTXTargetLowering()
992 setFP16OperationAction(Op, MVT::f16, Legal, Expand); in NVPTXTargetLowering()
[all …]