HomeSort by relevance Sort by last modified time
    Searched refs:FMINNAN (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 771 ISDs.push_back(ISD::FMINNAN);
    [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 155 case ISD::FMINNAN: return "fminnan";
LegalizeVectorOps.cpp 305 case ISD::FMINNAN:
    [all...]
LegalizeVectorTypes.cpp 112 case ISD::FMINNAN:
677 case ISD::FMINNAN:
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 90 setOperationAction(ISD::FMINNAN, T, Legal);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 178 case ISD::FMINNAN: return "fminnan";
    [all...]
LegalizeVectorOps.cpp 364 case ISD::FMINNAN:
    [all...]
LegalizeVectorTypes.cpp 116 case ISD::FMINNAN:
734 case ISD::FMINNAN:
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 97 setOperationAction(ISD::FMINNAN, T, Legal);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp 602 setOperationAction(ISD::FMINNAN, VT, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 457 setOperationAction(ISD::FMINNAN, MVT::f64, Legal);
462 setOperationAction(ISD::FMINNAN, MVT::v2f64, Legal);
467 setOperationAction(ISD::FMINNAN, MVT::f32, Legal);
472 setOperationAction(ISD::FMINNAN, MVT::v4f32, Legal);
477 setOperationAction(ISD::FMINNAN, MVT::f128, Legal);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 388 setOperationAction(ISD::FMINNAN, MVT::f16, Promote);
453 setOperationAction(ISD::FMINNAN, Ty, Legal);
466 setOperationAction(ISD::FMINNAN, 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 294 setOperationAction(ISD::FMINNAN, MVT::f16, Promote);
386 setOperationAction(ISD::FMINNAN, Ty, Legal);
704 for (unsigned Opcode : {ISD::FMINNAN, ISD::FMAXNAN,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 255 milliseconds

1 2