Home
last modified time | relevance | path

Searched refs:FMAXNUM (Results 1 – 15 of 15) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h493 FMINNUM, FMAXNUM, enumerator
H A DSelectionDAG.h1082 case ISD::FMAXNUM:
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp767 setOperationAction(ISD::FMAXNUM, VT, Expand); in initActions()
801 setOperationAction(ISD::FMAXNUM, MVT::f16, Expand); in initActions()
814 setOperationAction(ISD::FMAXNUM, MVT::f32, Expand); in initActions()
827 setOperationAction(ISD::FMAXNUM, MVT::f64, Expand); in initActions()
840 setOperationAction(ISD::FMAXNUM, MVT::f128, Expand); in initActions()
H A DBasicTargetTransformInfo.cpp569 case Intrinsic::maxnum: ISD = ISD::FMAXNUM; break; in getIntrinsicInstrCost()
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIISelLowering.cpp79 setOperationAction(ISD::FMAXNUM, MVT::f32, Legal); in SITargetLowering()
81 setOperationAction(ISD::FMAXNUM, MVT::f64, Legal); in SITargetLowering()
218 setTargetDAGCombine(ISD::FMAXNUM); in SITargetLowering()
1492 case ISD::FMAXNUM: in minMaxOpcToMin3Max3Opc()
1586 case ISD::FMAXNUM: // TODO: What about fmax_legacy? in PerformDAGCombine()
H A DAMDGPUISelLowering.cpp353 setOperationAction(ISD::FMAXNUM, VT, Expand); in AMDGPUTargetLowering()
935 return DAG.getNode(ISD::FMAXNUM, DL, VT, Tmp, in LowerINTRINSIC_WO_CHAIN()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp145 case ISD::FMAXNUM: return "fmaxnum"; in getOperationName()
H A DLegalizeFloatTypes.cpp72 case ISD::FMAXNUM: R = SoftenFloatRes_FMAXNUM(N); break; in SoftenFloatResult()
888 case ISD::FMAXNUM: ExpandFloatRes_FMAXNUM(N, Lo, Hi); break; in ExpandFloatResult()
H A DLegalizeVectorOps.cpp295 case ISD::FMAXNUM: in LegalizeOp()
H A DLegalizeVectorTypes.cpp110 case ISD::FMAXNUM: in ScalarizeVectorResult()
657 case ISD::FMAXNUM: in SplitVectorResult()
1734 case ISD::FMAXNUM: in WidenVectorResult()
H A DDAGCombiner.cpp1334 case ISD::FMAXNUM: return visitFMAXNUM(N); in visit()
4629 unsigned Opcode = (LHS == True) ? ISD::FMINNUM : ISD::FMAXNUM; in combineMinNumMaxNum()
4640 unsigned Opcode = (LHS == True) ? ISD::FMAXNUM : ISD::FMINNUM; in combineMinNumMaxNum()
7957 return DAG.getNode(ISD::FMAXNUM, SDLoc(N), VT, N1, N0); in visitFMAXNUM()
H A DSelectionDAGBuilder.cpp5197 setValue(&I, DAG.getNode(ISD::FMAXNUM, sdl, in visitIntrinsicCall()
6160 if (visitBinaryFloatCall(I, ISD::FMAXNUM)) in visitCall()
H A DLegalizeDAG.cpp3399 case ISD::FMAXNUM: in ExpandNode()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td385 def fmaxnum : SDNode<"ISD::FMAXNUM" , SDTFPBinOp>;
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp810 setOperationAction(ISD::FMAXNUM, MVT::f80, Expand); in resetOperationActions()