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

References

lib/CodeGen/GlobalISel/IRTranslator.cpp
 1253       return TargetOpcode::G_INTRINSIC_TRUNC;
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
 1850   case TargetOpcode::G_INTRINSIC_TRUNC:
 2981   case G_INTRINSIC_TRUNC:
lib/Target/AArch64/AArch64InstructionSelector.cpp
 2307   case TargetOpcode::G_INTRINSIC_TRUNC:
lib/Target/AArch64/AArch64LegalizerInfo.cpp
  154                                G_FMA, G_INTRINSIC_TRUNC, G_INTRINSIC_ROUND,
lib/Target/AArch64/AArch64RegisterBankInfo.cpp
  410   case TargetOpcode::G_INTRINSIC_TRUNC:
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  469     getActionDefinitionsBuilder({G_INTRINSIC_TRUNC, G_FCEIL, G_FRINT})
  474     getActionDefinitionsBuilder({G_INTRINSIC_TRUNC, G_FCEIL, G_FRINT})
 1101   case TargetOpcode::G_INTRINSIC_TRUNC:
 1358   auto Trunc = B.buildInstr(TargetOpcode::G_INTRINSIC_TRUNC, {S64}, {Src});