reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
775 AvailableFunctionFeatures = computeAvailableFunctionFeatures(&STI, &MF);
lib/Target/X86/X86InstructionSelector.cpp181 return STI.hasAVX512() ? &X86::FR32XRegClass : &X86::FR32RegClass; 183 return STI.hasAVX512() ? &X86::FR64XRegClass : &X86::FR64RegClass; 185 return STI.hasAVX512() ? &X86::VR128XRegClass : &X86::VR128RegClass; 187 return STI.hasAVX512() ? &X86::VR256XRegClass : &X86::VR256RegClass; 398 bool HasAVX = STI.hasAVX(); 399 bool HasAVX512 = STI.hasAVX512(); 400 bool HasVLX = STI.hasVLX(); 570 unsigned NewOpc = getLeaOP(Ty, STI); 603 AM.GVOpFlags = STI.classifyGlobalReference(GV); 613 if (STI.isPICStyleRIPRel()) { 621 unsigned NewOpc = getLeaOP(Ty, STI); 1166 bool HasAVX = STI.hasAVX(); 1167 bool HasAVX512 = STI.hasAVX512(); 1168 bool HasVLX = STI.hasVLX(); 1299 bool HasAVX = STI.hasAVX(); 1300 bool HasAVX512 = STI.hasAVX512(); 1301 bool HasVLX = STI.hasVLX(); 1446 unsigned char OpFlag = STI.classifyLocalReference(nullptr); 1448 if (CM == CodeModel::Large && STI.is64Bit()) { 1465 } else if (CM == CodeModel::Small || !STI.is64Bit()) { 1475 } else if (STI.is64Bit() && TM.getCodeModel() == CodeModel::Small) 1689 OpEntry.DivRemResultReg == X86::AH && STI.is64Bit()) {