Searched refs:TypeWorklist (Results 1 – 2 of 2) sorted by relevance
126 SmallVector<Type *, 4> TypeWorklist; in incorporateType() local127 TypeWorklist.push_back(Ty); in incorporateType()129 Ty = TypeWorklist.pop_back_val(); in incorporateType()139 TypeWorklist.push_back(SubTy); in incorporateType()140 } while (!TypeWorklist.empty()); in incorporateType()
4573 SmallVector<EVT> TypeWorklist; in getMemoryOpCost() local4574 TypeWorklist.push_back(VT); in getMemoryOpCost()4575 while (!TypeWorklist.empty()) { in getMemoryOpCost()4576 EVT CurrVT = TypeWorklist.pop_back_val(); in getMemoryOpCost()4584 TypeWorklist.push_back(EVT::getVectorVT(C, EltVT, PrevPow2)); in getMemoryOpCost()4585 TypeWorklist.push_back( in getMemoryOpCost()