Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h302 STRICT_FMA, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp257 case ISD::STRICT_FMA: return "strict_fma"; in getOperationName()
DLegalizeFloatTypes.cpp94 case ISD::STRICT_FMA: in SoftenFloatResult()
1156 case ISD::STRICT_FMA: in ExpandFloatResult()
DLegalizeDAG.cpp4113 case ISD::STRICT_FMA: in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp468 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFragmentsSIMD.td533 def X86strict_Fmadd : SDNode<"ISD::STRICT_FMA", SDTFPTernaryOp, [SDNPCommutative, SDNPHasChain]>;
DX86ISelLowering.cpp697 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td495 def strict_fma : SDNode<"ISD::STRICT_FMA",