Searched refs:normalizeSpillWeight (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | CalcSpillWeights.h | 36 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, in normalizeSpillWeight() function 65 NormalizingFn norm = normalizeSpillWeight) 79 normalizeSpillWeight);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | CalcSpillWeights.h | 35 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, in normalizeSpillWeight() function 64 NormalizingFn norm = normalizeSpillWeight) 104 normalizeSpillWeight);
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | CalcSpillWeights.h | 31 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size) { in normalizeSpillWeight() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 186 li.weight = normalizeSpillWeight(totalWeight, li.getSize()); in CalculateWeightAndHint()
|
D | RegAllocGreedy.cpp | 1417 const float EstWeight = normalizeSpillWeight(blockFreq * (NewGaps + 1), in tryLocalSplit()
|
D | LiveIntervalAnalysis.cpp | 1736 normalizeSpillWeight(NewLIs[i]->weight, NewLIs[i]->getSize()); in normalizeSpillWeights()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 787 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1); in normalizePBQPSpillWeight()
|
D | RegAllocGreedy.cpp | 2323 const float EstWeight = normalizeSpillWeight( in tryLocalSplit()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 738 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1); in normalizePBQPSpillWeight()
|
D | RegAllocGreedy.cpp | 1859 const float EstWeight = normalizeSpillWeight( in tryLocalSplit()
|