Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp865 RegBankSelect::MappingCost::MappingCost(const BlockFrequency &LocalFreq) in MappingCost() argument
866 : LocalFreq(LocalFreq.getFrequency()) {} in MappingCost()
890 LocalFreq == UINT64_MAX; in isSaturated()
922 if (LLVM_LIKELY(LocalFreq == Cost.LocalFreq)) { in operator <()
952 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()
955 ThisScaledCost < LocalFreq); in operator <()
956 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <()
960 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()
981 LocalFreq == Cost.LocalFreq; in operator ==()
1000 OS << LocalFreq << " * " << LocalCost << " + " << NonLocalCost; in print()
/external/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp779 RegBankSelect::MappingCost::MappingCost(const BlockFrequency &LocalFreq) in MappingCost() argument
780 : LocalCost(0), NonLocalCost(0), LocalFreq(LocalFreq.getFrequency()) {} in MappingCost()
804 LocalFreq == UINT64_MAX; in isSaturated()
836 if (LLVM_LIKELY(LocalFreq == Cost.LocalFreq)) { in operator <()
867 uint64_t ThisScaledCost = ThisLocalAdjust * LocalFreq; in operator <()
870 ThisScaledCost < LocalFreq); in operator <()
871 uint64_t OtherScaledCost = OtherLocalAdjust * Cost.LocalFreq; in operator <()
875 (OtherScaledCost < OtherLocalAdjust || OtherScaledCost < Cost.LocalFreq); in operator <()
896 LocalFreq == Cost.LocalFreq; in operator ==()
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h412 uint64_t LocalFreq; variable
414 MappingCost(uint64_t LocalCost, uint64_t NonLocalCost, uint64_t LocalFreq) in MappingCost() argument
416 LocalFreq(LocalFreq) {} in MappingCost()
424 MappingCost(const BlockFrequency &LocalFreq);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
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()
443 MappingCost(const BlockFrequency &LocalFreq);