reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
811 AvailableFunctionFeatures = computeAvailableFunctionFeatures(&STI, &MF);
lib/Target/ARM/ARMInstructionSelector.cpp81 const ARMSubtarget *Subtarget = &STI; 610 if ((STI.isROPI() || STI.isRWPI()) && !STI.isTargetELF()) { 610 if ((STI.isROPI() || STI.isRWPI()) && !STI.isTargetELF()) { 610 if ((STI.isROPI() || STI.isRWPI()) && !STI.isTargetELF()) { 624 bool UseMovt = STI.useMovt(); 659 bool Indirect = STI.isGVIndirectSymbol(GV); 666 bool UseOpcodeThatLoads = Indirect && !STI.isThumb(); 671 UseMovt && !STI.isTargetELF() 679 if (STI.isTargetDarwin()) 681 if (STI.isGVInGOT(GV)) 711 bool isReadOnly = STI.getTargetLowering()->isReadOnly(GV); 712 if (STI.isROPI() && isReadOnly) { 717 if (STI.isRWPI() && !isReadOnly) { 744 if (STI.isTargetELF()) { 753 } else if (STI.isTargetMachO()) { 805 assert(!STI.isThumb() && "Unsupported subtarget"); 981 assert(!STI.isThumb() && "Unsupported subtarget"); 1039 assert(STI.hasVFP2Base() && "Can't select fcmp without VFP"); 1044 if (Size == 64 && !STI.hasFP64()) { 1090 assert((ValSize != 64 || STI.hasVFP2Base()) &&