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

References

gen/lib/Target/X86/X86GenAsmMatcher.inc
 7137     case X86::CX: OpKind = MCK_GR16_ABCD; break;
gen/lib/Target/X86/X86GenCallingConv.inc
  662         X86::CX, X86::DX
 2231       X86::CX, X86::DX, X86::R8W, X86::R9W
 2690       X86::AX, X86::DX, X86::CX
 2959       X86::AX, X86::DX, X86::CX
 3061       X86::AX, X86::CX, X86::DX, X86::DI, X86::SI
 3458       X86::AX, X86::DX, X86::CX, X86::R8W
 3631       X86::AX, X86::CX, X86::DX, X86::DI, X86::SI, X86::R8W, X86::R9W, X86::R12W, X86::R13W, X86::R14W, X86::R15W
 3831       X86::AX, X86::CX, X86::DX, X86::DI, X86::SI, X86::R8W, X86::R9W, X86::R10W, X86::R11W, X86::R12W, X86::R14W, X86::R15W
gen/lib/Target/X86/X86GenInstrInfo.inc
16607 static const MCPhysReg ImplicitList45[] = { X86::CX, 0 };
gen/lib/Target/X86/X86GenRegisterInfo.inc
 1373     X86::AX, X86::CX, X86::DX, X86::SI, X86::DI, X86::BX, X86::BP, X86::SP, X86::R8W, X86::R9W, X86::R10W, X86::R11W, X86::R14W, X86::R15W, X86::R12W, X86::R13W, 
 1383     X86::AX, X86::CX, X86::DX, X86::SI, X86::DI, X86::BX, X86::BP, X86::SP, 
 1503     X86::AX, X86::CX, X86::DX, X86::BX, 
lib/Target/X86/Disassembler/X86Disassembler.cpp
  270   static constexpr MCPhysReg llvmRegnums[] = {ALL_REGS};
  507   ALL_REGS
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
   98       {codeview::RegisterId::CX, X86::CX},
  622       case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
  634       case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
  671     case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
  672       return X86::CX;
  707     case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
  743     case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
lib/Target/X86/X86FastISel.cpp
 1792     CReg = X86::CX;