Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h452 bool addNonLocalCost(uint64_t Cost);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp568 Saturated = Cost.addNonLocalCost(PtCost); in computeMapping()
992 bool RegBankSelect::MappingCost::addNonLocalCost(uint64_t Cost) { in addNonLocalCost() function in RegBankSelect::MappingCost