Searched refs:VirtRegAuxInfo (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | CalcSpillWeights.h | 48 class VirtRegAuxInfo { 62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, 78 VirtRegAuxInfo::NormalizingFn norm =
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | CalcSpillWeights.h | 47 class VirtRegAuxInfo { 61 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, 103 VirtRegAuxInfo::NormalizingFn norm =
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 37 VirtRegAuxInfo::NormalizingFn norm) { in calculateSpillWeightsAndHints() 42 VirtRegAuxInfo VRAI(MF, LIS, VRM, MLI, MBFI, norm); in calculateSpillWeightsAndHints() 147 void VirtRegAuxInfo::calculateSpillWeightAndHint(LiveInterval &li) { in calculateSpillWeightAndHint() 155 float VirtRegAuxInfo::futureWeight(LiveInterval &li, SlotIndex start, in futureWeight() 160 float VirtRegAuxInfo::weightCalcHelper(LiveInterval &li, SlotIndex *start, in weightCalcHelper()
|
D | LiveRangeEdit.cpp | 464 VirtRegAuxInfo VRAI(MF, LIS, VRM, Loops, MBFI); in calculateRegClassAndHint()
|
D | RegAllocGreedy.cpp | 1484 VirtRegAuxInfo VRAI(*MF, *LIS, VRM, getAnalysis<MachineLoopInfo>(), *MBFI); in splitCanCauseEvictionChain() 1527 VirtRegAuxInfo VRAI(*MF, *LIS, VRM, getAnalysis<MachineLoopInfo>(), *MBFI); in splitCanCauseLocalSpill()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | CalcSpillWeights.h | 42 class VirtRegAuxInfo { 48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, in VirtRegAuxInfo() function
|
/external/llvm/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 31 VirtRegAuxInfo::NormalizingFn norm) { in calculateSpillWeightsAndHints() 36 VirtRegAuxInfo VRAI(MF, LIS, VRM, MLI, MBFI, norm); in calculateSpillWeightsAndHints() 131 VirtRegAuxInfo::calculateSpillWeightAndHint(LiveInterval &li) { in calculateSpillWeightAndHint()
|
D | LiveRangeEdit.cpp | 438 VirtRegAuxInfo VRAI(MF, LIS, VRM, Loops, MBFI); in calculateRegClassAndHint()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 49 VirtRegAuxInfo vrai(fn, lis, getAnalysis<MachineLoopInfo>()); in runOnMachineFunction() 89 void VirtRegAuxInfo::CalculateWeightAndHint(LiveInterval &li) { in CalculateWeightAndHint()
|
D | LiveRangeEdit.cpp | 321 VirtRegAuxInfo VRAI(MF, LIS, Loops); in calculateRegClassAndHint()
|