Searched refs:getSpillWeight (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CalcSpillWeights.cpp | 202 TotalWeight += LiveIntervals::getSpillWeight(true, false, &MBFI, LocalMBB); in weightCalcHelper() 203 TotalWeight += LiveIntervals::getSpillWeight(false, true, &MBFI, LocalMBB); in weightCalcHelper() 275 Weight = LiveIntervals::getSpillWeight(Writes, Reads, &MBFI, *MI); in weightCalcHelper()
|
H A D | StackSlotColoring.cpp | 225 LiveIntervals::getSpillWeight(false, true, MBFI, MI)); in ScanForSpillSlotRefs()
|
H A D | LiveIntervals.cpp | 876 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight() function in LiveIntervals 879 return getSpillWeight(isDef, isUse, MBFI, MI.getParent()); in getSpillWeight() 882 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight() function in LiveIntervals
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 116 static float getSpillWeight(bool isDef, bool isUse, 121 static float getSpillWeight(bool isDef, bool isUse,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 70 Weight += LiveIntervals::getSpillWeight(MO.isDef(), MO.isUse(), MBFI, in computeWeight()
|