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

References

gen/lib/Target/AArch64/AArch64GenGlobalISel.inc
41676       GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_ZEXTLOAD,
41716       GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_ZEXTLOAD,
41755       GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_ZEXTLOAD,
41858       GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_ZEXTLOAD,
41976       GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_ZEXTLOAD,
42015       GIM_CheckOpcode, /*MI*/1, TargetOpcode::G_ZEXTLOAD,
lib/CodeGen/GlobalISel/CombinerHelper.cpp
  368       MI.getOpcode() != TargetOpcode::G_ZEXTLOAD)
  454                                      ? TargetOpcode::G_ZEXTLOAD
  563          Opcode == TargetOpcode::G_ZEXTLOAD || Opcode == TargetOpcode::G_STORE);
  630          Opcode == TargetOpcode::G_ZEXTLOAD || Opcode == TargetOpcode::G_STORE);
  686       Opcode != TargetOpcode::G_ZEXTLOAD && Opcode != TargetOpcode::G_STORE)
  704   case TargetOpcode::G_ZEXTLOAD:
lib/CodeGen/GlobalISel/GISelKnownBits.cpp
  302   case TargetOpcode::G_ZEXTLOAD: {
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  811   case TargetOpcode::G_ZEXTLOAD:
  813     bool ZExt = MI.getOpcode() == TargetOpcode::G_ZEXTLOAD;
  822       unsigned ExtLoad = ZExt ? TargetOpcode::G_ZEXTLOAD
 1652   case TargetOpcode::G_ZEXTLOAD:
 2040   case TargetOpcode::G_ZEXTLOAD: {
 2116       case TargetOpcode::G_ZEXTLOAD:
lib/CodeGen/MachineVerifier.cpp
 1009   case TargetOpcode::G_ZEXTLOAD:
 1023       if (MI->getOpcode() == TargetOpcode::G_ZEXTLOAD ||
lib/Target/AArch64/AArch64InstructionSelector.cpp
 1716   case TargetOpcode::G_ZEXTLOAD:
 1719     bool IsZExtLoad = I.getOpcode() == TargetOpcode::G_ZEXTLOAD;
lib/Target/AArch64/AArch64LegalizerInfo.cpp
  220   getActionDefinitionsBuilder({G_SEXTLOAD, G_ZEXTLOAD})
lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
   71   case TargetOpcode::G_ZEXTLOAD: {
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  828   auto &ExtLoads = getActionDefinitionsBuilder({G_SEXTLOAD, G_ZEXTLOAD})
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  444   case TargetOpcode::G_ZEXTLOAD:
lib/Target/Mips/MipsInstructionSelector.cpp
  386   case G_ZEXTLOAD:
lib/Target/Mips/MipsLegalizerInfo.cpp
  108   getActionDefinitionsBuilder({G_ZEXTLOAD, G_SEXTLOAD})
lib/Target/Mips/MipsPreLegalizerCombiner.cpp
   46   case TargetOpcode::G_ZEXTLOAD:
lib/Target/Mips/MipsRegisterBankInfo.cpp
  441   case G_ZEXTLOAD: