Searched refs:VirtRegAuxInfo (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DCalcSpillWeights.h40 /// VirtRegAuxInfo - Calculate auxiliary information for a virtual
42 class VirtRegAuxInfo { class in namespace:llvm
48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, function in class:llvm::VirtRegAuxInfo
/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h48 class VirtRegAuxInfo { class in namespace:llvm
62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, function in class:llvm::VirtRegAuxInfo
78 VirtRegAuxInfo::NormalizingFn norm =
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DCalcSpillWeights.cpp49 VirtRegAuxInfo vrai(fn, lis, getAnalysis<MachineLoopInfo>());
89 void VirtRegAuxInfo::CalculateWeightAndHint(LiveInterval &li) {
H A DLiveRangeEdit.cpp321 VirtRegAuxInfo VRAI(MF, LIS, Loops);
/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp31 VirtRegAuxInfo::NormalizingFn norm) {
36 VirtRegAuxInfo VRAI(MF, LIS, VRM, MLI, MBFI, norm);
131 VirtRegAuxInfo::calculateSpillWeightAndHint(LiveInterval &li) {
H A DLiveRangeEdit.cpp438 VirtRegAuxInfo VRAI(MF, LIS, VRM, Loops, MBFI);

Completed in 199 milliseconds