Searched refs:VirtReg2IndexFunctor (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/
H A DVirtRegMap.h51 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2PhysMap;
57 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap;
61 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2SplitMap;
H A DRegAllocFast.cpp67 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
H A DRegAllocGreedy.cpp135 IndexedMap<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;
/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h209 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
H A DLiveVariables.h122 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
H A DRegisterPressure.h161 SparseSet<unsigned, VirtReg2IndexFunctor> LiveVirtRegs;
H A DMachineRegisterInfo.h45 VirtReg2IndexFunctor> VRegInfo;
54 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints;
H A DLiveIntervalAnalysis.h66 IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
H A DScheduleDAGInstrs.h170 typedef SparseSet<VReg2SUnit, VirtReg2IndexFunctor> VReg2SUnitMap;
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h293 /// This is the inverse operation of VirtReg2IndexFunctor below.
828 struct VirtReg2IndexFunctor : public std::unary_function<unsigned, unsigned> { struct in namespace:llvm

Completed in 99 milliseconds