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