Searched refs:RegisterCosts (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1810 std::vector<int64_t> RegisterCosts = RF->getValueAsListOfInts("RegCosts"); local
1813 int Cost = RegisterCosts.size() > I ? RegisterCosts[I] : 1;

Completed in 160 milliseconds