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

References

include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
 1362     return buildInstr(TargetOpcode::G_CTTZ, {Dst}, {Src0});
lib/CodeGen/GlobalISel/IRTranslator.cpp
 1499                           ? Cst->isZero() ? TargetOpcode::G_CTTZ
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  885   case TargetOpcode::G_CTTZ:
 1447   case TargetOpcode::G_CTTZ:
 1464     if (MI.getOpcode() == TargetOpcode::G_CTTZ) {
 2174   case TargetOpcode::G_CTTZ:
 3004   case G_CTTZ:
 3738     MI.setDesc(TII.get(TargetOpcode::G_CTTZ));
 3742   case TargetOpcode::G_CTTZ: {
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  521                                G_CTTZ, G_CTTZ_ZERO_UNDEF,
unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp
   39       B.buildInstr(TargetOpcode::G_CTTZ, {LLT::scalar(64)}, {Copies[0]});
   71       B.buildInstr(TargetOpcode::G_CTTZ, {LLT::scalar(64)}, {Copies[0]});
  105       B.buildInstr(TargetOpcode::G_CTTZ, {LLT::scalar(64)}, {Copies[0]});
  197     getActionDefinitionsBuilder(G_CTTZ).legalFor({{s64, s64}});
  465     getActionDefinitionsBuilder(G_CTTZ).legalFor({{s16, s16}});
  472   auto MIBCTTZ = B.buildInstr(TargetOpcode::G_CTTZ, {s8}, {MIBTrunc});