Home
last modified time | relevance | path

Searched refs:VirtRegAuxInfo (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h48 class VirtRegAuxInfo {
62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis,
78 VirtRegAuxInfo::NormalizingFn norm =
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h47 class VirtRegAuxInfo {
61 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis,
103 VirtRegAuxInfo::NormalizingFn norm =
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp37 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()
DLiveRangeEdit.cpp464 VirtRegAuxInfo VRAI(MF, LIS, VRM, Loops, MBFI); in calculateRegClassAndHint()
DRegAllocGreedy.cpp1484 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/
DCalcSpillWeights.h42 class VirtRegAuxInfo {
48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, in VirtRegAuxInfo() function
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp31 VirtRegAuxInfo::NormalizingFn norm) { in calculateSpillWeightsAndHints()
36 VirtRegAuxInfo VRAI(MF, LIS, VRM, MLI, MBFI, norm); in calculateSpillWeightsAndHints()
131 VirtRegAuxInfo::calculateSpillWeightAndHint(LiveInterval &li) { in calculateSpillWeightAndHint()
DLiveRangeEdit.cpp438 VirtRegAuxInfo VRAI(MF, LIS, VRM, Loops, MBFI); in calculateRegClassAndHint()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCalcSpillWeights.cpp49 VirtRegAuxInfo vrai(fn, lis, getAnalysis<MachineLoopInfo>()); in runOnMachineFunction()
89 void VirtRegAuxInfo::CalculateWeightAndHint(LiveInterval &li) { in CalculateWeightAndHint()
DLiveRangeEdit.cpp321 VirtRegAuxInfo VRAI(MF, LIS, Loops); in calculateRegClassAndHint()