Searched refs:STRICT_FSUB (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h301 STRICT_FADD, STRICT_FSUB, STRICT_FMUL, STRICT_FDIV, STRICT_FREM, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp251 case ISD::STRICT_FSUB: return "strict_fsub";
H A DLegalizeFloatTypes.cpp120 case ISD::STRICT_FSUB:
1177 case ISD::STRICT_FSUB:
H A DLegalizeDAG.cpp2402 Sub = DAG.getNode(ISD::STRICT_FSUB, dl, {MVT::f64, MVT::Other},
4143 case ISD::STRICT_FSUB:
H A DTargetLowering.cpp6169 SDValue Val = DAG.getNode(ISD::STRICT_FSUB, dl, { SrcVT, MVT::Other },
6299 DAG.getNode(ISD::STRICT_FSUB, dl, {DstVT, MVT::Other},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp465 setOperationAction(ISD::STRICT_FSUB, VT, Legal);
514 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal);
571 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp617 setOperationAction(ISD::STRICT_FSUB, MVT::f32, Legal);
618 setOperationAction(ISD::STRICT_FSUB, MVT::f64, Legal);
671 setOperationAction(ISD::STRICT_FSUB , MVT::f80, Legal);
691 setOperationAction(ISD::STRICT_FSUB, MVT::f128, LibCall);
855 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal);
1047 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal);
1193 setOperationAction(ISD::STRICT_FSUB, MVT::v8f32, Legal);
1194 setOperationAction(ISD::STRICT_FSUB, MVT::v4f64, Legal);
1484 setOperationAction(ISD::STRICT_FSUB, MVT::v16f32, Legal);
1485 setOperationAction(ISD::STRICT_FSUB, MV
[all...]

Completed in 295 milliseconds