Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3487 SmallVector<EVT> TypeWorklist; in getMemoryOpCost() local
3488 TypeWorklist.push_back(VT); in getMemoryOpCost()
3489 while (!TypeWorklist.empty()) { in getMemoryOpCost()
3490 EVT CurrVT = TypeWorklist.pop_back_val(); in getMemoryOpCost()
3498 TypeWorklist.push_back(EVT::getVectorVT(C, EltVT, PrevPow2)); in getMemoryOpCost()
3499 TypeWorklist.push_back( in getMemoryOpCost()