Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp359 auto setFP16OperationAction = [&](unsigned Op, MVT VT, LegalizeAction Action, in NVPTXTargetLowering() local
381 setFP16OperationAction(ISD::SETCC, MVT::f16, Legal, Promote); in NVPTXTargetLowering()
382 setFP16OperationAction(ISD::SETCC, MVT::v2f16, Legal, Expand); in NVPTXTargetLowering()
526 setFP16OperationAction(Op, MVT::f16, Legal, Promote); in NVPTXTargetLowering()
527 setFP16OperationAction(Op, MVT::v2f16, Legal, Expand); in NVPTXTargetLowering()