Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp979 RegBankSelect::MappingCost::MappingCost(BlockFrequency LocalFreq) in MappingCost() argument
980 : LocalFreq(LocalFreq.getFrequency()) {} in MappingCost()
1004 LocalFreq == UINT64_MAX; in isSaturated()
1036 if (LLVM_LIKELY(LocalFreq == Cost.LocalFreq)) { in operator <()
1066 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()
1069 ThisScaledCost < LocalFreq); in operator <()
1070 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <()
1074 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()
1095 LocalFreq == Cost.LocalFreq; in operator ==()
1114 OS << LocalFreq << " * " << LocalCost << " + " << NonLocalCost; in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h431 uint64_t LocalFreq; variable
433 MappingCost(uint64_t LocalCost, uint64_t NonLocalCost, uint64_t LocalFreq) in MappingCost() argument
435 LocalFreq(LocalFreq) {} in MappingCost()
442 /// will occur in a basic block with \p LocalFreq frequency.
443 MappingCost(BlockFrequency LocalFreq);