Home
last modified time | relevance | path

Searched refs:FMA (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrFMA.td10 // This file describes FMA (Fused Multiply-Add) instructions.
DX86InstrInfo.td1279 // FMA - Fused Multiply-Add support (requires FMA)
DX86ISelLowering.cpp656 setOperationAction(ISD::FMA, MVT::f64, Expand); in X86TargetLowering()
657 setOperationAction(ISD::FMA, MVT::f32, Expand); in X86TargetLowering()
684 setOperationAction(ISD::FMA, MVT::f80, Expand); in X86TargetLowering()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h235 FADD, FSUB, FMUL, FMA, FDIV, FREM, enumerator
/external/oprofile/events/ppc64/ibm-compat-v1/
Devents28 …me:PM_FPU_FLOP_GRP2 : (Group 2 pm_compat_utilization2) FPU executed 1FLOP, FMA, FSQRT or FDIV inst…
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp145 setOperationAction(ISD::FMA, MVT::f32, Expand); in SystemZTargetLowering()
146 setOperationAction(ISD::FMA, MVT::f64, Expand); in SystemZTargetLowering()
/external/llvm/lib/Target/Alpha/
DAlphaISelLowering.cpp125 setOperationAction(ISD::FMA, MVT::f64, Expand); in AlphaTargetLowering()
126 setOperationAction(ISD::FMA, MVT::f32, Expand); in AlphaTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp757 setOperationAction(ISD::FMA , MVT::f64, Expand); in SparcTargetLowering()
761 setOperationAction(ISD::FMA , MVT::f32, Expand); in SparcTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp77 case ISD::FMA: R = SoftenFloatRes_FMA(N); break; in SoftenFloatResult()
854 case ISD::FMA: ExpandFloatRes_FMA(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeDAG.cpp3327 case ISD::FMA: in ExpandNode()
DSelectionDAG.cpp5891 case ISD::FMA: return "fma"; in getOperationName()
DSelectionDAGBuilder.cpp4663 setValue(&I, DAG.getNode(ISD::FMA, dl, in visitIntrinsicCall()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp72 setOperationAction(ISD::FMA, MVT::f32, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp150 setOperationAction(ISD::FMA, MVT::f32, Expand); in MipsTargetLowering()
151 setOperationAction(ISD::FMA, MVT::f64, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/CellSPU/
DSPUISelLowering.cpp223 setOperationAction(ISD::FMA, MVT::f64, Expand); in SPUTargetLowering()
224 setOperationAction(ISD::FMA, MVT::f32, Expand); in SPUTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td356 def fma : SDNode<"ISD::FMA" , SDTFPTernaryOp>;
/external/oprofile/events/ppc64/power6/
Devents746 …0 name:PM_FPU0_FLOP_GRP121 : (Group 121 pm_fpu0_misc) FPU0 executed 1FLOP, FMA, FSQRT or FDIV inst…
770 …0 name:PM_FPU1_FLOP_GRP125 : (Group 125 pm_fpu1_misc) FPU1 executed 1FLOP, FMA, FSQRT or FDIV inst…
791 …1000 name:PM_FPU_FLOP_GRP128 : (Group 128 pm_fpu_flop) FPU executed 1FLOP, FMA, FSQRT or FDIV inst…
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp128 setOperationAction(ISD::FMA , MVT::f64, Expand); in PPCTargetLowering()
133 setOperationAction(ISD::FMA , MVT::f32, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp711 setOperationAction(ISD::FMA, MVT::f64, Expand); in ARMTargetLowering()
712 setOperationAction(ISD::FMA, MVT::f32, Expand); in ARMTargetLowering()