reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/AArch64/AArch64GenGlobalISel.inc
40571         GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_FMA,
40628         GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_FMA,
40685         GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_FMA,
gen/lib/Target/ARM/ARMGenGlobalISel.inc
26692         GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_FMA,
26720         GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_FMA,
26748         GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_FMA,
26814         GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_FMA,
26842         GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_FMA,
26870         GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_FMA,
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
 1386     return buildInstr(TargetOpcode::G_FMA, {Dst}, {Src0, Src1, Src2});
lib/CodeGen/GlobalISel/IRTranslator.cpp
 1233       return TargetOpcode::G_FMA;
 1418       MIRBuilder.buildInstr(TargetOpcode::G_FMA, {Dst}, {Op0, Op1, Op2},
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  297   case TargetOpcode::G_FMA:
  515   case TargetOpcode::G_FMA:
 1824   case TargetOpcode::G_FMA:
 2968   case G_FMA:
lib/Target/AArch64/AArch64LegalizerInfo.cpp
  154                                G_FMA, G_INTRINSIC_TRUNC, G_INTRINSIC_ROUND,
lib/Target/AArch64/AArch64RegisterBankInfo.cpp
  392   case TargetOpcode::G_FMA:
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  335     { G_FADD, G_FMUL, G_FMA, G_FCANONICALIZE})
lib/Target/ARM/ARMLegalizerInfo.cpp
  223     getActionDefinitionsBuilder(G_FMA).legalFor({s32, s64});
  225     getActionDefinitionsBuilder(G_FMA).libcallFor({s32, s64});
lib/Target/ARM/ARMRegisterBankInfo.cpp
  298   case G_FMA: {