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

References

gen/lib/Target/X86/X86GenDAGISel.inc
33512 /* 69655*/            OPC_MorphNodeTo1, TARGET_VAL(X86::CMOV_GR32), 0|OPFL_GlueInput,
lib/Target/X86/X86FastISel.cpp
 2289   case MVT::i32: Opc = X86::CMOV_GR32; break;
lib/Target/X86/X86ISelLowering.cpp
29634   case X86::CMOV_GR32:
31196   case X86::CMOV_GR32:
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
  285   const unsigned Opcode = X86::CMOV_GR32;