HomeSort by relevance Sort by last modified time
    Searched refs:FMAXNAN (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 533 /// FMINNAN/FMAXNAN - Behave identically to FMINNUM/FMAXNUM, except that
535 FMINNAN, FMAXNAN,
    [all...]
BasicTTIImpl.h 776 ISDs.push_back(ISD::FMAXNAN);
    [all...]
SelectionDAG.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 566 /// FMINNAN/FMAXNAN - Behave identically to FMINNUM/FMAXNUM, except that
568 FMINNAN, FMAXNAN,
    [all...]
BasicTTIImpl.h     [all...]
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 156 case ISD::FMAXNAN: return "fmaxnan";
LegalizeVectorOps.cpp 306 case ISD::FMAXNAN:
    [all...]
LegalizeVectorTypes.cpp 113 case ISD::FMAXNAN:
678 case ISD::FMAXNAN:
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 91 setOperationAction(ISD::FMAXNAN, T, Legal);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 179 case ISD::FMAXNAN: return "fmaxnan";
    [all...]
LegalizeVectorOps.cpp 365 case ISD::FMAXNAN:
    [all...]
LegalizeVectorTypes.cpp 117 case ISD::FMAXNAN:
735 case ISD::FMAXNAN:
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 98 setOperationAction(ISD::FMAXNAN, T, Legal);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 603 setOperationAction(ISD::FMAXNAN, VT, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 455 setOperationAction(ISD::FMAXNAN, MVT::f64, Legal);
460 setOperationAction(ISD::FMAXNAN, MVT::v2f64, Legal);
465 setOperationAction(ISD::FMAXNAN, MVT::f32, Legal);
470 setOperationAction(ISD::FMAXNAN, MVT::v4f32, Legal);
475 setOperationAction(ISD::FMAXNAN, MVT::f128, Legal);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 389 setOperationAction(ISD::FMAXNAN, MVT::f16, Promote);
454 setOperationAction(ISD::FMAXNAN, Ty, Legal);
467 setOperationAction(ISD::FMAXNAN, MVT::f16, Legal);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 295 setOperationAction(ISD::FMAXNAN, MVT::f16, Promote);
387 setOperationAction(ISD::FMAXNAN, Ty, Legal);
704 for (unsigned Opcode : {ISD::FMINNAN, ISD::FMAXNAN,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 265 milliseconds

1 2