reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
253393 case 37: return (Subtarget->hasBMI2()); 253465 case 109: return (Subtarget->hasBMI()) && (!Subtarget->hasBMI2()) && (!Subtarget->hasTBM()); 253466 case 110: return (Subtarget->hasBMI2()) && (!Subtarget->hasTBM());gen/lib/Target/X86/X86GenFastISel.inc
9434 if ((Subtarget->hasBMI2())) { 9443 if ((Subtarget->hasBMI2())) { 13800 if ((Subtarget->hasBMI2())) { 13812 if ((Subtarget->hasBMI2())) {gen/lib/Target/X86/X86GenGlobalISel.inc
283 if (Subtarget->hasBMI2()) 285 if (!Subtarget->hasBMI2())lib/Target/X86/X86ISelDAGToDAG.cpp
3193 if (!Subtarget->hasBMI() && !Subtarget->hasBMI2()) 3206 const bool CanHaveExtraUses = Subtarget->hasBMI2(); 3370 if (Subtarget->hasBMI2()) { 3466 if (!PreferBEXTR && !Subtarget->hasBMI2()) 3515 assert(Subtarget->hasBMI2() && "We must have BMI2's BZHI then.");lib/Target/X86/X86ISelLowering.cpp
38939 if (Subtarget.hasBMI2() && VT.isScalarInteger()) {
lib/Target/X86/X86SpeculativeLoadHardening.cpp 2028 if (EFLAGSLive && !Subtarget->hasBMI2()) {