Searched refs:UseDefFreq (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | CalcSpillWeights.h | 31 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/ |
D | CalcSpillWeights.h | 36 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/ |
D | CalcSpillWeights.h | 35 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/ |
D | RegAllocPBQP.cpp | 783 static inline float normalizePBQPSpillWeight(float UseDefFreq, unsigned Size, in normalizePBQPSpillWeight() argument 787 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1); in normalizePBQPSpillWeight()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 734 static inline float normalizePBQPSpillWeight(float UseDefFreq, unsigned Size, in normalizePBQPSpillWeight() argument 738 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1); in normalizePBQPSpillWeight()
|