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

Declarations

lib/Target/X86/X86InstrInfo.h
   52 CondCode getCondFromSETCC(const MachineInstr &MI);

References

lib/Target/X86/X86FlagsCopyLowering.cpp
  596         } else if (X86::getCondFromSETCC(MI) != X86::COND_INVALID) {
  723     X86::CondCode Cond = X86::getCondFromSETCC(MI);
 1016   X86::CondCode Cond = X86::getCondFromSETCC(SetCCI);
lib/Target/X86/X86InstrInfo.cpp
 3724         OldCC = X86::getCondFromSETCC(Instr);