Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp596 const ListInit *CostList = Proto->getValueAsListInit("CostPerUse"); in expand() local
597 SmallVector<const Init *, 2> CostPerUse(CostList->getElements()); in expand()
643 RV.setValue(ListInit::get(CostPerUse, CostList->getElementType())); in expand()