Home
last modified time | relevance | path

Searched refs:isSlot (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp249 bool isSlot() const { return Reg != 0 && Reg.isStack(); } in isSlot() function
1465 return Extenders[I].Expr.Rs.isSlot(); in assignInits()
1469 return ED.Expr.Rs.isSlot() == IsStack && in assignInits()
1543 if (Ex.Rs.isSlot()) { in insertInitializer()