Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h34 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, in normalizeSpillWeight() function
63 NormalizingFn norm = normalizeSpillWeight)
103 normalizeSpillWeight);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp786 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1); in normalizePBQPSpillWeight()
DRegAllocGreedy.cpp2367 const float EstWeight = normalizeSpillWeight( in tryLocalSplit()