HomeSort by relevance Sort by last modified time
    Searched refs:FMA (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/Target/R600/
AMDILNIDevice.cpp 59 mHWBits.set(AMDGPUDeviceInfo::FMA);
AMDILEvergreenDevice.cpp 134 mHWBits.set(AMDGPUDeviceInfo::FMA);
148 mSWBits.set(AMDGPUDeviceInfo::FMA);
164 mSWBits.set(AMDGPUDeviceInfo::FMA);
AMDILDeviceInfo.h 44 FMA = 0xC, ///< Use HW FMA or SW FMA.
AMDIL7XXDevice.cpp 94 mSWBits.set(AMDGPUDeviceInfo::FMA);
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 234 FADD, FSUB, FMUL, FMA, FDIV, FREM,
    [all...]
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 419 case Intrinsic::fma: ISD = ISD::FMA; break;
420 case Intrinsic::fmuladd: ISD = ISD::FMA; break; // FIXME: mul + add?
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 710 DEF_RTL_EXPR(FMA, "fma", "eee", RTX_TERNARY)
    [all...]
genrtl.h 1109 gen_rtx_fmt_eee (FMA, (MODE), (ARG0), (ARG1), (ARG2))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 710 DEF_RTL_EXPR(FMA, "fma", "eee", RTX_TERNARY)
    [all...]
genrtl.h 1109 gen_rtx_fmt_eee (FMA, (MODE), (ARG0), (ARG1), (ARG2))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 710 DEF_RTL_EXPR(FMA, "fma", "eee", RTX_TERNARY)
    [all...]
genrtl.h 1109 gen_rtx_fmt_eee (FMA, (MODE), (ARG0), (ARG1), (ARG2))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 710 DEF_RTL_EXPR(FMA, "fma", "eee", RTX_TERNARY)
    [all...]
genrtl.h 1109 gen_rtx_fmt_eee (FMA, (MODE), (ARG0), (ARG1), (ARG2))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 181 case ISD::FMA: return "fma";
LegalizeVectorOps.cpp 247 case ISD::FMA:
LegalizeFloatTypes.cpp 80 case ISD::FMA: R = SoftenFloatRes_FMA(N); break;
    [all...]
LegalizeVectorTypes.cpp 118 case ISD::FMA:
574 case ISD::FMA:
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 761 setOperationAction(ISD::FMA , MVT::f64, Expand);
766 setOperationAction(ISD::FMA , MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 73 setOperationAction(ISD::FMA, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 697 // We don't support FMA.
698 setOperationAction(ISD::FMA, MVT::f64, Expand);
699 setOperationAction(ISD::FMA, MVT::f32, Expand);
732 setOperationAction(ISD::FMA, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 322 setOperationAction(ISD::FMA, MVT::f32, Expand);
323 setOperationAction(ISD::FMA, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 507 setOperationAction(ISD::FMA, MVT::v2f64, Expand);
575 // NEON only has FMA instructions as of VFP4.
577 setOperationAction(ISD::FMA, MVT::v2f32, Expand);
578 setOperationAction(ISD::FMA, MVT::v4f32, Expand);
    [all...]

Completed in 504 milliseconds

1 2