Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp455 bool Saturated = Cost.addLocalCost(InstrMapping.getCost()); in computeMapping()
555 Saturated = Cost.addLocalCost(RepairCost); in computeMapping()
982 bool RegBankSelect::MappingCost::addLocalCost(uint64_t Cost) { in addLocalCost() function in RegBankSelect::MappingCost
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h447 bool addLocalCost(uint64_t Cost);