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

References

lib/Target/X86/X86FastISel.cpp
 2287   case MVT::i8:  Opc = X86::CMOV_GR8;  break;
 2288   case MVT::i16: Opc = X86::CMOV_GR16; break;
 2289   case MVT::i32: Opc = X86::CMOV_GR32; break;
 2290   case MVT::f32: Opc = Subtarget->hasAVX512() ? X86::CMOV_FR32X
 2292   case MVT::f64: Opc = Subtarget->hasAVX512() ? X86::CMOV_FR64X
 2354     fastEmitInst_rri(Opc, RC, RHSReg, RHSIsKill, LHSReg, LHSIsKill, CC);