Searched refs:STRICT_FMA (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | ISDOpcodes.h | 302 STRICT_FMA, enumerator
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGDumper.cpp | 257 case ISD::STRICT_FMA: return "strict_fma"; in getOperationName()
|
| HD | LegalizeFloatTypes.cpp | 94 case ISD::STRICT_FMA: in SoftenFloatResult() 1156 case ISD::STRICT_FMA: in ExpandFloatResult()
|
| HD | LegalizeDAG.cpp | 4113 case ISD::STRICT_FMA: in ConvertNodeToLibcall()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZISelLowering.cpp | 468 setOperationAction(ISD::STRICT_FMA, VT, Legal); in SystemZTargetLowering() 516 setOperationAction(ISD::STRICT_FMA, MVT::v2f64, Legal); in SystemZTargetLowering() 573 setOperationAction(ISD::STRICT_FMA, MVT::v4f32, Legal); in SystemZTargetLowering() 594 setOperationAction(ISD::STRICT_FMA, MVT::f128, Expand); in SystemZTargetLowering()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86InstrFragmentsSIMD.td | 533 def X86strict_Fmadd : SDNode<"ISD::STRICT_FMA", SDTFPTernaryOp, [SDNPCommutative, SDNPHasChain]>;
|
| HD | X86ISelLowering.cpp | 697 setOperationAction(ISD::STRICT_FMA, MVT::f128, LibCall); in X86TargetLowering() 1262 setOperationAction(ISD::STRICT_FMA, VT, Legal); in X86TargetLowering() 1463 setOperationAction(ISD::STRICT_FMA, VT, Legal); in X86TargetLowering()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| HD | TargetSelectionDAG.td | 495 def strict_fma : SDNode<"ISD::STRICT_FMA",
|