Home
last modified time | relevance | path

Searched refs:normalizeSpillWeight (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h36 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/
DCalcSpillWeights.h35 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/
DCalcSpillWeights.h31 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size) { in normalizeSpillWeight() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCalcSpillWeights.cpp186 li.weight = normalizeSpillWeight(totalWeight, li.getSize()); in CalculateWeightAndHint()
DRegAllocGreedy.cpp1417 const float EstWeight = normalizeSpillWeight(blockFreq * (NewGaps + 1), in tryLocalSplit()
DLiveIntervalAnalysis.cpp1736 normalizeSpillWeight(NewLIs[i]->weight, NewLIs[i]->getSize()); in normalizeSpillWeights()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp787 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1); in normalizePBQPSpillWeight()
DRegAllocGreedy.cpp2323 const float EstWeight = normalizeSpillWeight( in tryLocalSplit()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp738 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1); in normalizePBQPSpillWeight()
DRegAllocGreedy.cpp1859 const float EstWeight = normalizeSpillWeight( in tryLocalSplit()