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

References

gen/lib/Target/X86/X86GenAsmMatcher.inc
 7248     case X86::YMM16: OpKind = MCK_VR256X; break;
gen/lib/Target/X86/X86GenRegisterInfo.inc
 2453     X86::YMM0, X86::YMM1, X86::YMM2, X86::YMM3, X86::YMM4, X86::YMM5, X86::YMM6, X86::YMM7, X86::YMM8, X86::YMM9, X86::YMM10, X86::YMM11, X86::YMM12, X86::YMM13, X86::YMM14, X86::YMM15, X86::YMM16, X86::YMM17, X86::YMM18, X86::YMM19, X86::YMM20, X86::YMM21, X86::YMM22, X86::YMM23, X86::YMM24, X86::YMM25, X86::YMM26, X86::YMM27, X86::YMM28, X86::YMM29, X86::YMM30, X86::YMM31, 
 3144   { X86::YMM16, 67U },
 3294   { X86::YMM16, -2U },
 3444   { X86::YMM16, -2U },
 3594   { X86::YMM16, 67U },
 3744   { X86::YMM16, -2U },
 3894   { X86::YMM16, -2U },
lib/Target/X86/Disassembler/X86Disassembler.cpp
  270   static constexpr MCPhysReg llvmRegnums[] = {ALL_REGS};
  507   ALL_REGS
  570       REGS_YMM
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
  871             (RegNo >= X86::YMM16 && RegNo <= X86::YMM31) ||
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
  212       {codeview::RegisterId::AMD64_YMM16, X86::YMM16},
lib/Target/X86/X86EvexToVex.cpp
  122     if (Reg >= X86::YMM16 && Reg <= X86::YMM31)