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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 404 STRICT_FMAXNUM,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 187 case ISD::STRICT_FMAXNUM: return "strict_fmaxnum";
LegalizeFloatTypes.cpp 70 case ISD::STRICT_FMAXNUM:
1189 case ISD::STRICT_FMAXNUM:
LegalizeDAG.cpp 3945 case ISD::STRICT_FMAXNUM:
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 554 Opcode = ISD::STRICT_FMAXNUM;
PPCISelLowering.cpp 1093 setOperationAction(ISD::STRICT_FMAXNUM, MVT::v4f32, Legal);
1107 setOperationAction(ISD::STRICT_FMAXNUM, MVT::v2f64, Legal);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 592 setOperationAction(ISD::STRICT_FMAXNUM, VT, Legal);

Completed in 54 milliseconds