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

References

include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
  223       return MergeOp == TargetOpcode::G_CONCAT_VECTORS;
  229       if (MergeOp == TargetOpcode::G_CONCAT_VECTORS) {
  368     case TargetOpcode::G_CONCAT_VECTORS:
lib/CodeGen/GlobalISel/CombinerHelper.cpp
  104   assert(MI.getOpcode() == TargetOpcode::G_CONCAT_VECTORS &&
lib/CodeGen/GlobalISel/Legalizer.cpp
   76   case TargetOpcode::G_CONCAT_VECTORS:
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  650   return buildInstr(TargetOpcode::G_CONCAT_VECTORS, Res, TmpVec);
 1077         return buildInstr(TargetOpcode::G_CONCAT_VECTORS, DstOps, SrcOps);
 1143   case TargetOpcode::G_CONCAT_VECTORS: {
lib/CodeGen/GlobalISel/RegBankSelect.cpp
  187           MergeOp = TargetOpcode::G_CONCAT_VECTORS;
lib/CodeGen/MachineVerifier.cpp
 1250   case TargetOpcode::G_CONCAT_VECTORS: {
lib/Target/AArch64/AArch64InstructionSelector.cpp
 2323   case TargetOpcode::G_CONCAT_VECTORS:
 3051   assert(I.getOpcode() == TargetOpcode::G_CONCAT_VECTORS &&
lib/Target/AArch64/AArch64LegalizerInfo.cpp
  603   getActionDefinitionsBuilder(G_CONCAT_VECTORS)
lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
   65   case TargetOpcode::G_CONCAT_VECTORS:
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
 1709   case TargetOpcode::G_CONCAT_VECTORS:
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  994   getActionDefinitionsBuilder(G_CONCAT_VECTORS)
lib/Target/X86/X86InstructionSelector.cpp
  370   case TargetOpcode::G_CONCAT_VECTORS:
 1356           I.getOpcode() == TargetOpcode::G_CONCAT_VECTORS) &&
lib/Target/X86/X86LegalizerInfo.cpp
  306     setAction({G_CONCAT_VECTORS, Ty}, Legal);
  351     setAction({G_CONCAT_VECTORS, Ty}, Legal);
  355     setAction({G_CONCAT_VECTORS, 1, Ty}, Legal);
  402     setAction({G_CONCAT_VECTORS, Ty}, Legal);
  407     setAction({G_CONCAT_VECTORS, 1, Ty}, Legal);
  435     setAction({G_CONCAT_VECTORS, Ty}, Legal);
  439     setAction({G_CONCAT_VECTORS, 1, Ty}, Legal);