Searched refs:setBF16OperationAction (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 438 auto setBF16OperationAction = [&](unsigned Op, MVT VT, LegalizeAction Action, in NVPTXTargetLowering() local 511 setBF16OperationAction(ISD::SETCC, MVT::v2bf16, Legal, Expand); in NVPTXTargetLowering() 512 setBF16OperationAction(ISD::SETCC, MVT::bf16, Legal, Promote); in NVPTXTargetLowering() 749 setBF16OperationAction(Op, MVT::v2bf16, Legal, Expand); in NVPTXTargetLowering() 751 setBF16OperationAction(Op, MVT::bf16, Legal, Promote); in NVPTXTargetLowering() 764 setBF16OperationAction(ISD::FNEG, MVT::bf16, Legal, Expand); in NVPTXTargetLowering() 765 setBF16OperationAction(ISD::FNEG, MVT::v2bf16, Legal, Expand); in NVPTXTargetLowering() 776 setBF16OperationAction(Op, MVT::bf16, Legal, Promote); in NVPTXTargetLowering() 838 setBF16OperationAction(Op, MVT::v2bf16, Legal, Expand); in NVPTXTargetLowering() 839 setBF16OperationAction(Op, MVT::bf16, Legal, Promote); in NVPTXTargetLowering() [all …]
|