Searched refs:FMAD (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h358 /// FMAD - Perform a * b + c, while getting the same result as the
360 FMAD, enumerator in enum:llvm::ISD::NodeType
H A DTargetLowering.h2529 /// an fmul to form an ISD::FMAD.
2533 return isOperationLegal(ISD::FMAD, N->getValueType(0));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp258 case ISD::FMAD: return "fmad";
H A DLegalizeFloatTypes.cpp2137 case ISD::FMA: // FMA is same as FMAD
2138 case ISD::FMAD: R = PromoteFloatRes_FMAD(N); break;
H A DTargetLowering.cpp5579 case ISD::FMAD: {
5689 case ISD::FMAD: {
H A DLegalizeDAG.cpp3208 case ISD::FMAD:
H A DDAGCombiner.cpp11552 // Always prefer FMAD to FMA for precision.
11553 unsigned PreferredFusedOpcode = HasFMAD ? ISD::FMAD : ISD::FMA;
11770 // Always prefer FMAD to FMA for precision.
11771 unsigned PreferredFusedOpcode = HasFMAD ? ISD::FMAD : ISD::FMA;
12065 (LegalOperations && TLI.isOperationLegal(ISD::FMAD, VT));
12071 // Always prefer FMAD to FMA for precision.
12072 unsigned PreferredFusedOpcode = HasFMAD ? ISD::FMAD : ISD::FMA;
H A DSelectionDAG.cpp4136 case ISD::FMAD: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp517 case ISD::FMAD:
1593 (unsigned)ISD::FMAD;
1676 unsigned FMAD = MFI->getMode().FP32Denormals ? local
1678 (unsigned)ISD::FMAD;
1682 SDValue Mad1 = DAG.getNode(FMAD, DL, MVT::f32, Cvt_Hi,
1691 SDValue Mad2 = DAG.getNode(FMAD, DL, MVT::f32, Trunc,
3735 case ISD::FMAD: {
H A DSIISelLowering.cpp382 setOperationAction(ISD::FMAD, MVT::f32, Legal);
523 setOperationAction(ISD::FMAD, MVT::f16, Legal);
782 return ((Opcode == ISD::FMAD && Subtarget->hasMadMixInsts()) ||
8598 case ISD::FMAD:
8767 case ISD::FMAD:
9444 isOperationLegal(ISD::FMAD, VT))
9445 return ISD::FMAD;
H A DAMDGPUISelDAGToDAG.cpp904 case ISD::FMAD:
H A DR600ISelLowering.cpp231 setOperationAction(ISD::FMAD, MVT::f32, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp645 setOperationAction(ISD::FMAD, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 511 milliseconds