Searched refs:isTinyCore (Results 1 – 8 of 8) sorted by relevance
88 std::string NumPhySlots = isTinyCore() ? "3" : "4"; in getTargetDefines()95 if (isTinyCore()) in initFeatureMap()
137 bool isTinyCore() const { in isTinyCore() function
194 bool isTinyCore() const { return HexagonProcFamily == TinyCore; } in isTinyCore() function195 bool isTinyCoreWithDuplex() const { return isTinyCore() && EnableDuplex; } in isTinyCoreWithDuplex()
113 if (isTinyCore()) { in initializeSubtargetDependencies()
120 def NotOptTinyCore : Predicate<"!HST->isTinyCore() ||"
483 if (!OptForSize && ST->isTinyCore()) in runOnMachineFunction()
2934 } else if (MF->getFunction().hasOptSize() || !HST.isTinyCore()) { in rewriteHexConstDefs()
1444 if (!HST.isTinyCore() || in genTfrConst()