/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 535 FMINNAN, FMAXNAN, enumerator
|
D | BasicTTIImpl.h | 776 ISDs.push_back(ISD::FMAXNAN); in getIntrinsicInstrCost()
|
D | SelectionDAG.h | 1189 case ISD::FMAXNAN:
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 568 FMINNAN, FMAXNAN, enumerator
|
D | BasicTTIImpl.h | 1047 ISDs.push_back(ISD::FMAXNAN);
|
D | TargetLowering.h | 2052 case ISD::FMAXNAN: in isCommutativeBinOp()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 156 case ISD::FMAXNAN: return "fmaxnan"; in getOperationName()
|
D | LegalizeVectorOps.cpp | 306 case ISD::FMAXNAN: in LegalizeOp()
|
D | SelectionDAGBuilder.cpp | 2801 case SPNB_RETURNS_NAN: Opc = ISD::FMAXNAN; break; in visitSelect() 2807 else if (TLI.isOperationLegalOrCustom(ISD::FMAXNAN, VT)) in visitSelect() 2808 Opc = ISD::FMAXNAN; in visitSelect() 2811 ISD::FMAXNUM : ISD::FMAXNAN; in visitSelect() 5220 I.hasNoNaNs() && TLI.isOperationLegalOrCustom(ISD::FMAXNAN, VT) in visitIntrinsicCall() 5221 ? ISD::FMAXNAN in visitIntrinsicCall()
|
D | LegalizeVectorTypes.cpp | 113 case ISD::FMAXNAN: in ScalarizeVectorResult() 678 case ISD::FMAXNAN: in SplitVectorResult() 2094 case ISD::FMAXNAN: in WidenVectorResult()
|
D | LegalizeFloatTypes.cpp | 1889 case ISD::FMAXNAN: in PromoteFloatResult()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 179 case ISD::FMAXNAN: return "fmaxnan"; in getOperationName()
|
D | LegalizeVectorTypes.cpp | 117 case ISD::FMAXNAN: in ScalarizeVectorResult() 735 case ISD::FMAXNAN: in SplitVectorResult() 1749 CombineOpc = NoNaN ? ISD::FMAXNUM : ISD::FMAXNAN; in SplitVecOp_VECREDUCE() 2302 case ISD::FMAXNAN: in WidenVectorResult()
|
D | LegalizeVectorOps.cpp | 365 case ISD::FMAXNAN: in LegalizeOp()
|
D | SelectionDAGBuilder.cpp | 2980 case SPNB_RETURNS_NAN: Opc = ISD::FMAXNAN; break; in visitSelect() 2986 else if (TLI.isOperationLegalOrCustom(ISD::FMAXNAN, VT)) in visitSelect() 2987 Opc = ISD::FMAXNAN; in visitSelect() 2990 ISD::FMAXNUM : ISD::FMAXNAN; in visitSelect() 5567 I.hasNoNaNs() && TLI.isOperationLegalOrCustom(ISD::FMAXNAN, VT) in visitIntrinsicCall() 5568 ? ISD::FMAXNAN in visitIntrinsicCall()
|
D | LegalizeFloatTypes.cpp | 1908 case ISD::FMAXNAN: in PromoteFloatResult()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 91 setOperationAction(ISD::FMAXNAN, T, Legal); in WebAssemblyTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 98 setOperationAction(ISD::FMAXNAN, T, Legal); in WebAssemblyTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 455 setOperationAction(ISD::FMAXNAN, MVT::f64, Legal); in SystemZTargetLowering() 460 setOperationAction(ISD::FMAXNAN, MVT::v2f64, Legal); in SystemZTargetLowering() 465 setOperationAction(ISD::FMAXNAN, MVT::f32, Legal); in SystemZTargetLowering() 470 setOperationAction(ISD::FMAXNAN, MVT::v4f32, Legal); in SystemZTargetLowering() 475 setOperationAction(ISD::FMAXNAN, MVT::f128, Legal); in SystemZTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 603 setOperationAction(ISD::FMAXNAN, VT, Expand); in initActions()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 871 setOperationAction(ISD::FMAXNAN, VT, Expand); in initActions()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 438 def fmaxnan : SDNode<"ISD::FMAXNAN" , SDTFPBinOp>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 389 setOperationAction(ISD::FMAXNAN, MVT::f16, Promote); in AArch64TargetLowering() 454 setOperationAction(ISD::FMAXNAN, Ty, Legal); in AArch64TargetLowering() 467 setOperationAction(ISD::FMAXNAN, MVT::f16, Legal); in AArch64TargetLowering() 819 for (unsigned Opcode : {ISD::FMINNAN, ISD::FMAXNAN, in addTypeForNEON() 9720 return DAG.getNode(ISD::FMAXNAN, SDLoc(N), N->getValueType(0), in performIntrinsicCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 420 def fmaxnan : SDNode<"ISD::FMAXNAN" , SDTFPBinOp>;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 295 setOperationAction(ISD::FMAXNAN, MVT::f16, Promote); in AArch64TargetLowering() 387 setOperationAction(ISD::FMAXNAN, Ty, Legal); in AArch64TargetLowering() 704 for (unsigned Opcode : {ISD::FMINNAN, ISD::FMAXNAN, in addTypeForNEON() 8555 return DAG.getNode(ISD::FMAXNAN, SDLoc(N), N->getValueType(0), in performIntrinsicCombine()
|