Searched refs:isTinyCore (Results 1 – 8 of 8) sorted by relevance
94 std::string NumPhySlots = isTinyCore() ? "3" : "4"; in getTargetDefines()101 if (isTinyCore()) in initFeatureMap()
137 bool isTinyCore() const { in isTinyCore() function
214 bool isTinyCore() const { return HexagonProcFamily == TinyCore; } in isTinyCore() function215 bool isTinyCoreWithDuplex() const { return isTinyCore() && EnableDuplex; } in isTinyCoreWithDuplex()
175 if (isTinyCore()) { in initializeSubtargetDependencies()
143 def NotOptTinyCore : Predicate<"!HST->isTinyCore() ||"
473 if (!OptForSize && ST->isTinyCore()) in runOnMachineFunction()
1471 if (!HST.isTinyCore() || in genTfrConst()
2928 } else if (MF->getFunction().hasOptSize() || !HST.isTinyCore()) { in rewriteHexConstDefs()