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;
FunctionLoweringInfo.h 211 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
RegisterPressure.h 136 SparseSet<unsigned, VirtReg2IndexFunctor> VirtRegs;
205 SparseSet<unsigned, VirtReg2IndexFunctor> UntiedDefs;
LiveVariables.h 120 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
ScheduleDAGInstrs.h 65 typedef SparseSet<VReg2SUnit, VirtReg2IndexFunctor> VReg2SUnitMap;
MachineRegisterInfo.h 46 VirtReg2IndexFunctor> VRegInfo;
55 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints;
LiveIntervalAnalysis.h 65 IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 300 /// This is the inverse operation of VirtReg2IndexFunctor below.
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 67 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
    [all...]
RegAllocGreedy.cpp 135 IndexedMap<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;
    [all...]

Completed in 232 milliseconds