Home
last modified time | relevance | path

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

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