Searched refs:isTinyCore (Results 1 – 8 of 8) sorted by relevance
91 std::string NumPhySlots = isTinyCore() ? "3" : "4"; in getTargetDefines()98 if (isTinyCore()) in initFeatureMap()
137 bool isTinyCore() const { in isTinyCore() function
200 bool isTinyCore() const { return HexagonProcFamily == TinyCore; } in isTinyCore() function201 bool isTinyCoreWithDuplex() const { return isTinyCore() && EnableDuplex; } in isTinyCoreWithDuplex()
113 if (isTinyCore()) { in initializeSubtargetDependencies()
125 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()