Searched refs:setFP16OperationAction (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 389 auto setFP16OperationAction = [&](unsigned Op, MVT VT, LegalizeAction Action, in NVPTXTargetLowering() local 411 setFP16OperationAction(ISD::SETCC, MVT::f16, Legal, Promote); in NVPTXTargetLowering() 412 setFP16OperationAction(ISD::SETCC, MVT::v2f16, Legal, Expand); in NVPTXTargetLowering() 562 setFP16OperationAction(Op, MVT::f16, Legal, Promote); in NVPTXTargetLowering() 563 setFP16OperationAction(Op, MVT::v2f16, Legal, Expand); in NVPTXTargetLowering() 609 setFP16OperationAction(Op, MVT::f16, GetMinMaxAction(Promote), Promote); in NVPTXTargetLowering() 612 setFP16OperationAction(Op, MVT::v2f16, GetMinMaxAction(Expand), Expand); in NVPTXTargetLowering() 615 setFP16OperationAction(Op, MVT::f16, GetMinMaxAction(Expand), Expand); in NVPTXTargetLowering() 617 setFP16OperationAction(Op, MVT::v2f16, GetMinMaxAction(Expand), Expand); in NVPTXTargetLowering()
|