Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp126 SmallVector<Type *, 4> TypeWorklist; in incorporateType() local
127 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4573 SmallVector<EVT> TypeWorklist; in getMemoryOpCost() local
4574 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()