HomeSort by: relevance | last modified time | path
    Searched refs:STRICT_FSUB (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 382 STRICT_FSUB,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 255 case ISD::STRICT_FSUB: return "strict_fsub";
LegalizeDAG.cpp 2354 Sub = DAG.getNode(ISD::STRICT_FSUB, dl, {MVT::f64, MVT::Other},
3809 case ISD::STRICT_FSUB: {
3811 ISD::STRICT_FSUB, Node->getValueType(0)) == TargetLowering::Legal)
4296 case ISD::STRICT_FSUB:
LegalizeFloatTypes.cpp 122 case ISD::STRICT_FSUB:
1237 case ISD::STRICT_FSUB:
DAGCombiner.cpp 13614 // fold (strict_fadd A, (fneg B)) -> (strict_fsub A, B)
13615 if (!LegalOperations || TLI.isOperationLegalOrCustom(ISD::STRICT_FSUB, VT))
13618 return DAG.getNode(ISD::STRICT_FSUB, DL, DAG.getVTList(VT, ChainVT),
13622 // fold (strict_fadd (fneg A), B) -> (strict_fsub B, A)
13623 if (!LegalOperations || TLI.isOperationLegalOrCustom(ISD::STRICT_FSUB, VT))
13626 return DAG.getNode(ISD::STRICT_FSUB, DL, DAG.getVTList(VT, ChainVT),
TargetLowering.cpp 6766 Node->isStrictFPOpcode() ? ISD::STRICT_FSUB : ISD::FSUB, SrcVT))
6800 SDValue Val = DAG.getNode(ISD::STRICT_FSUB, dl, { SrcVT, MVT::Other },
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 327 setOperationAction(ISD::STRICT_FSUB, MVT::f32, Legal);
333 setOperationAction(ISD::STRICT_FSUB, MVT::f64, Legal);
1088 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal);
1102 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal);
1178 setOperationAction(ISD::STRICT_FSUB, MVT::f128, Legal);
8111 SDValue Val = DAG.getNode(ISD::STRICT_FSUB, dl,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 663 setOperationAction(ISD::STRICT_FSUB, MVT::f32, Legal);
664 setOperationAction(ISD::STRICT_FSUB, MVT::f64, Legal);
717 setOperationAction(ISD::STRICT_FSUB , MVT::f80, Legal);
737 setOperationAction(ISD::STRICT_FSUB, MVT::f128, LibCall);
901 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal);
1097 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal);
1258 setOperationAction(ISD::STRICT_FSUB, MVT::v8f32, Legal);
1259 setOperationAction(ISD::STRICT_FSUB, MVT::v4f64, Legal);
1557 setOperationAction(ISD::STRICT_FSUB, MVT::v16f32, Legal);
1558 setOperationAction(ISD::STRICT_FSUB, MVT::v8f64, Legal)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 473 setOperationAction(ISD::STRICT_FSUB, VT, Legal);
522 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal);
579 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal);

Completed in 87 milliseconds