Home
last modified time | relevance | path

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

12

/external/llvm/test/CodeGen/X86/
Dfma.ll1 … < %s -mtriple=i386-apple-darwin10 -mattr=+fma,-fma4 | FileCheck %s --check-prefix=CHECK-FMA-INST
2 … < %s -mtriple=i386-apple-darwin10 -mattr=-fma,-fma4 | FileCheck %s --check-prefix=CHECK-FMA-CALL
3 … < %s -mtriple=x86_64-apple-darwin10 -mattr=+fma,-fma4 | FileCheck %s --check-prefix=CHECK-FMA-INST
4 …< %s -mtriple=x86_64-apple-darwin10 -mattr=-fma,-fma4 | FileCheck %s --check-prefix=CHECK-FMA-CALL
5 ; RUN: llc < %s -march=x86 -mcpu=bdver2 -mattr=-fma4 | FileCheck %s --check-prefix=CHECK-FMA-INST
6 ; RUN: llc < %s -march=x86 -mcpu=bdver2 -mattr=-fma,-fma4 | FileCheck %s --check-prefix=CHECK-FMA-C…
9 ; CHECK-FMA-INST: vfmadd213ss
10 ; CHECK-FMA-CALL: fmaf
19 ; CHECK-FMA-INST: vfmadd213sd
20 ; CHECK-FMA-CALL: fma
Dfma-do-not-commute.ll8 ; %arg lives in xmm0 and it shouldn't be redefined until it is used in the FMA.
/external/llvm/test/CodeGen/NVPTX/
Dfma-disable.ll1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -nvptx-fma-level=1 | FileCheck %s -check-prefix=FMA
3 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -nvptx-fma-level=1 | FileCheck %s -check-prefix=FMA
8 ; FMA: fma.rn.f32
18 ; FMA: fma.rn.f64
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILEvergreenDevice.cpp133 mHWBits.set(AMDGPUDeviceInfo::FMA); in setCaps()
147 mSWBits.set(AMDGPUDeviceInfo::FMA); in setCaps()
164 mSWBits.set(AMDGPUDeviceInfo::FMA); in setCaps()
DAMDILDeviceInfo.h46 FMA = 0xC, // Use HW FMA or SW FMA. enumerator
DAMDILNIDevice.cpp65 mHWBits.set(AMDGPUDeviceInfo::FMA); in setCaps()
DAMDIL7XXDevice.cpp104 mSWBits.set(AMDGPUDeviceInfo::FMA); in setCaps()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILEvergreenDevice.cpp133 mHWBits.set(AMDGPUDeviceInfo::FMA); in setCaps()
147 mSWBits.set(AMDGPUDeviceInfo::FMA); in setCaps()
164 mSWBits.set(AMDGPUDeviceInfo::FMA); in setCaps()
DAMDILDeviceInfo.h46 FMA = 0xC, // Use HW FMA or SW FMA. enumerator
DAMDILNIDevice.cpp65 mHWBits.set(AMDGPUDeviceInfo::FMA); in setCaps()
DAMDIL7XXDevice.cpp104 mSWBits.set(AMDGPUDeviceInfo::FMA); in setCaps()
/external/llvm/test/CodeGen/PowerPC/
Dvsx-fma-m.ll74 ; Note: We could convert this next FMA to M-type as well, but it would require
107 ; Note: We could convert this next FMA to M-type as well, but it would require
188 ; Note: We could convert this next FMA to M-type as well, but it would require
222 ; Note: We could convert this next FMA to M-type as well, but it would require
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h227 FADD, FSUB, FMUL, FMA, FDIV, FREM, enumerator
/external/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp573 case Intrinsic::fma: ISD = ISD::FMA; break; in getIntrinsicInstrCost()
574 case Intrinsic::fmuladd: ISD = ISD::FMA; break; in getIntrinsicInstrCost()
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.td104 // Special case divide FMA with scale and flags (src0 = Quotient,
/external/llvm/lib/Target/X86/
DX86InstrFMA.td1 //===-- X86InstrFMA.td - FMA Instruction Set ---------------*- tablegen -*-===//
10 // This file describes FMA (Fused Multiply-Add) instructions.
DX86Schedule.td76 // FMA Scheduling helper class.
/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/PowerPC/
DPPC.td118 // FMA instruction forms with their corresponding factor-killing forms.
DPPCScheduleP7.td69 // FMA from the VSUs can forward results in 6 cycles. VS1 XS and vector FP
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp186 case ISD::FMA: return "fma"; in getOperationName()
DLegalizeFloatTypes.cpp82 case ISD::FMA: R = SoftenFloatRes_FMA(N); break; in SoftenFloatResult()
827 case ISD::FMA: ExpandFloatRes_FMA(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeVectorOps.cpp295 case ISD::FMA: in LegalizeOp()
DLegalizeVectorTypes.cpp125 case ISD::FMA: in ScalarizeVectorResult()
645 case ISD::FMA: in SplitVectorResult()
1640 case ISD::FMA: in WidenVectorResult()
/external/valgrind/main/docs/internals/
D3_8_BUGSTATUS.txt316 Probably some AMD FMA insn?

12