Searched refs:STRICT_FMA (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 302 STRICT_FMA, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 257 case ISD::STRICT_FMA: return "strict_fma"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 94 case ISD::STRICT_FMA: in SoftenFloatResult() 1156 case ISD::STRICT_FMA: in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 4113 case ISD::STRICT_FMA: in ConvertNodeToLibcall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFragmentsSIMD.td | 533 def X86strict_Fmadd : SDNode<"ISD::STRICT_FMA", SDTFPTernaryOp, [SDNPCommutative, SDNPHasChain]>;
|
D | 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 495 def strict_fma : SDNode<"ISD::STRICT_FMA",
|