Home
last modified time | relevance | path

Searched refs:UseDefFreq (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCalcSpillWeights.h31 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size) { in normalizeSpillWeight() argument
37 return UseDefFreq / (Size + 25*SlotIndex::InstrDist); in normalizeSpillWeight()
/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h36 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, in normalizeSpillWeight() argument
43 return UseDefFreq / (Size + 25*SlotIndex::InstrDist); in normalizeSpillWeight()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h35 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size, in normalizeSpillWeight() argument
42 return UseDefFreq / (Size + 25*SlotIndex::InstrDist); in normalizeSpillWeight()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp783 static inline float normalizePBQPSpillWeight(float UseDefFreq, unsigned Size, in normalizePBQPSpillWeight() argument
787 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1); in normalizePBQPSpillWeight()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp734 static inline float normalizePBQPSpillWeight(float UseDefFreq, unsigned Size, in normalizePBQPSpillWeight() argument
738 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1); in normalizePBQPSpillWeight()