/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 191 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()
|
D | LiveIntervals.cpp | 854 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
|
D | StackSlotColoring.cpp | 177 li.weight += LiveIntervals::getSpillWeight(false, true, MBFI, MI); in ScanForSpillSlotRefs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveIntervals.h | 106 static float getSpillWeight(bool isDef, bool isUse, 111 static float getSpillWeight(bool isDef, bool isUse,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 129 weight = LiveIntervals::getSpillWeight(writes, reads, loopDepth); in CalculateWeightAndHint()
|
D | SpillPlacement.cpp | 181 float Freq = LiveIntervals::getSpillWeight(true, false, in runOnMachineFunction()
|
D | RegAllocPBQP.cpp | 376 copyFactor * LiveIntervals::getSpillWeight(false, true, in build()
|
D | StackSlotColoring.cpp | 199 li.weight += LiveIntervals::getSpillWeight(false, true, loopDepth); in ScanForSpillSlotRefs()
|
D | LiveIntervalAnalysis.cpp | 1638 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/ |
D | WebAssemblyRegColoring.cpp | 68 weight += LiveIntervals::getSpillWeight(MO.isDef(), MO.isUse(), MBFI, in computeWeight()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegColoring.cpp | 71 weight += LiveIntervals::getSpillWeight(MO.isDef(), MO.isUse(), MBFI, in computeWeight()
|
/external/llvm/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 173 weight = LiveIntervals::getSpillWeight(writes, reads, &MBFI, *mi); in calculateSpillWeightAndHint()
|
D | StackSlotColoring.cpp | 160 li.weight += LiveIntervals::getSpillWeight(false, true, MBFI, MI); in ScanForSpillSlotRefs()
|
D | LiveIntervalAnalysis.cpp | 819 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight() function in LiveIntervals
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 105 static float getSpillWeight(bool isDef, bool isUse,
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 76 static float getSpillWeight(bool isDef, bool isUse, unsigned loopDepth);
|