Home
last modified time | relevance | path

Searched refs:getSpillWeight (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp191 totalWeight += LiveIntervals::getSpillWeight(true, false, &MBFI, localMBB); in weightCalcHelper()
192 totalWeight += LiveIntervals::getSpillWeight(false, true, &MBFI, localMBB); in weightCalcHelper()
256 weight = LiveIntervals::getSpillWeight(writes, reads, &MBFI, *mi); in weightCalcHelper()
DLiveIntervals.cpp854 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight() function in LiveIntervals
857 return getSpillWeight(isDef, isUse, MBFI, MI.getParent()); in getSpillWeight()
860 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight() function in LiveIntervals
DStackSlotColoring.cpp177 li.weight += LiveIntervals::getSpillWeight(false, true, MBFI, MI); in ScanForSpillSlotRefs()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h106 static float getSpillWeight(bool isDef, bool isUse,
111 static float getSpillWeight(bool isDef, bool isUse,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCalcSpillWeights.cpp129 weight = LiveIntervals::getSpillWeight(writes, reads, loopDepth); in CalculateWeightAndHint()
DSpillPlacement.cpp181 float Freq = LiveIntervals::getSpillWeight(true, false, in runOnMachineFunction()
DRegAllocPBQP.cpp376 copyFactor * LiveIntervals::getSpillWeight(false, true, in build()
DStackSlotColoring.cpp199 li.weight += LiveIntervals::getSpillWeight(false, true, loopDepth); in ScanForSpillSlotRefs()
DLiveIntervalAnalysis.cpp1638 nI.weight += getSpillWeight(HasDef, HasUse, loopDepth); in rewriteInstructionsForSpills()
1716 LiveIntervals::getSpillWeight(bool isDef, bool isUse, unsigned loopDepth) { in getSpillWeight() function in LiveIntervals
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp68 weight += LiveIntervals::getSpillWeight(MO.isDef(), MO.isUse(), MBFI, in computeWeight()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp71 weight += LiveIntervals::getSpillWeight(MO.isDef(), MO.isUse(), MBFI, in computeWeight()
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp173 weight = LiveIntervals::getSpillWeight(writes, reads, &MBFI, *mi); in calculateSpillWeightAndHint()
DStackSlotColoring.cpp160 li.weight += LiveIntervals::getSpillWeight(false, true, MBFI, MI); in ScanForSpillSlotRefs()
DLiveIntervalAnalysis.cpp819 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight() function in LiveIntervals
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h105 static float getSpillWeight(bool isDef, bool isUse,
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h76 static float getSpillWeight(bool isDef, bool isUse, unsigned loopDepth);