HomeSort by relevance Sort by last modified time
    Searched refs:VirtReg2IndexFunctor (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 51 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2PhysMap;
57 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap;
61 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2SplitMap;
ScheduleDAGInstrs.h 67 typedef SparseSet<VReg2SUnit, VirtReg2IndexFunctor> VReg2SUnitMap;
72 typedef SparseMultiSet<VReg2SUnit, VirtReg2IndexFunctor> VReg2UseMap;
FunctionLoweringInfo.h 212 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
RegisterPressure.h 213 SparseSet<unsigned, VirtReg2IndexFunctor> VirtRegs;
282 SparseSet<unsigned, VirtReg2IndexFunctor> UntiedDefs;
LiveVariables.h 120 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
LiveIntervalAnalysis.h 66 IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
MachineRegisterInfo.h 59 VirtReg2IndexFunctor> VRegInfo;
68 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints;
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 300 /// This is the inverse operation of VirtReg2IndexFunctor below.
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 68 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
    [all...]
RegAllocGreedy.cpp 195 IndexedMap<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;
    [all...]

Completed in 415 milliseconds