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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  791   case TargetOpcode::G_INSERT:
 1415   case TargetOpcode::G_INSERT:
 2280   case G_INSERT:
 3302   case TargetOpcode::G_INSERT:
lib/CodeGen/GlobalISel/LegalizerInfo.cpp
  276       TargetOpcode::G_INSERT, 0, narrowToSmallerAndUnsupportedIfTooSmall);
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  664   return buildInstr(TargetOpcode::G_INSERT)
lib/CodeGen/MachineVerifier.cpp
 1301   case TargetOpcode::G_INSERT: {
lib/Target/AArch64/AArch64InstructionSelector.cpp
 1639   case TargetOpcode::G_INSERT: {
lib/Target/AArch64/AArch64LegalizerInfo.cpp
  182   getActionDefinitionsBuilder(G_INSERT)
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
 1717   case TargetOpcode::G_INSERT:
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  939   for (unsigned Op : {G_EXTRACT, G_INSERT}) {
lib/Target/X86/X86InstructionSelector.cpp
  374   case TargetOpcode::G_INSERT:
 1273   assert((I.getOpcode() == TargetOpcode::G_INSERT) && "unexpected instruction");
 1380                                         TII.get(TargetOpcode::G_INSERT), Tmp)
lib/Target/X86/X86LegalizerInfo.cpp
  392     setAction({G_INSERT, Ty}, Legal);
  396     setAction({G_INSERT, 1, Ty}, Legal);
  474     setAction({G_INSERT, Ty}, Legal);
  478     setAction({G_INSERT, 1, Ty}, Legal);