reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
253464 case 108: return (Subtarget->hasBMI()); 253465 case 109: return (Subtarget->hasBMI()) && (!Subtarget->hasBMI2()) && (!Subtarget->hasTBM());gen/lib/Target/X86/X86GenFastISel.inc
780 if ((Subtarget->hasBMI())) { 789 if ((Subtarget->hasBMI())) { 798 if ((Subtarget->hasBMI())) { 9377 if ((Subtarget->hasBMI())) { 9386 if ((Subtarget->hasBMI())) {gen/lib/Target/X86/X86GenGlobalISel.inc
281 if (Subtarget->hasBMI())
lib/Target/X86/X86ISelDAGToDAG.cpp1801 !(Subtarget.hasBMI() && Subtarget.hasFastBEXTR())) 3193 if (!Subtarget->hasBMI() && !Subtarget->hasBMI2()) 3465 Subtarget->hasTBM() || (Subtarget->hasBMI() && Subtarget->hasFastBEXTR()); 3534 assert(Subtarget->hasBMI() && "We must have BMI1's BEXTR then.");lib/Target/X86/X86ISelLowering.cpp
341 if (!Subtarget.hasBMI()) { 5000 return Subtarget.hasBMI(); 5059 if (!Subtarget.hasBMI())