Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp112 SmallVector<Type *, 4> TypeWorklist; in incorporateType() local
113 TypeWorklist.push_back(Ty); in incorporateType()
115 Ty = TypeWorklist.pop_back_val(); in incorporateType()
125 TypeWorklist.push_back(SubTy); in incorporateType()
126 } while (!TypeWorklist.empty()); in incorporateType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3213 SmallVector<EVT> TypeWorklist; in getMemoryOpCost() local
3214 TypeWorklist.push_back(VT); in getMemoryOpCost()
3215 while (!TypeWorklist.empty()) { in getMemoryOpCost()
3216 EVT CurrVT = TypeWorklist.pop_back_val(); in getMemoryOpCost()
3224 TypeWorklist.push_back(EVT::getVectorVT(C, EltVT, PrevPow2)); in getMemoryOpCost()
3225 TypeWorklist.push_back( in getMemoryOpCost()