Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp827 auto GetMinMaxAction = [&](LegalizeAction NotSm80Action) { in NVPTXTargetLowering() local
832 setFP16OperationAction(Op, MVT::f16, GetMinMaxAction(Promote), Promote); in NVPTXTargetLowering()
835 setFP16OperationAction(Op, MVT::v2f16, GetMinMaxAction(Expand), Expand); in NVPTXTargetLowering()
842 setFP16OperationAction(Op, MVT::f16, GetMinMaxAction(Expand), Expand); in NVPTXTargetLowering()
844 setOperationAction(Op, MVT::f32, GetMinMaxAction(Expand)); in NVPTXTargetLowering()
845 setFP16OperationAction(Op, MVT::v2f16, GetMinMaxAction(Expand), Expand); in NVPTXTargetLowering()