Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp845 auto GetMinMaxAction = [&](LegalizeAction NotSm80Action) { in NVPTXTargetLowering() local
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()
862 setOperationAction(Op, MVT::f32, GetMinMaxAction(Expand)); in NVPTXTargetLowering()
863 setFP16OperationAction(Op, MVT::v2f16, GetMinMaxAction(Expand), Expand); in NVPTXTargetLowering()