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

  /external/llvm/lib/CodeGen/
VirtRegMap.h 51 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2PhysMap;
57 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap;
61 IndexedMap<unsigned, VirtReg2IndexFunctor> Virt2SplitMap;
RegAllocFast.cpp 67 IndexedMap<int, VirtReg2IndexFunctor> StackSlotForVirtReg;
    [all...]
RegAllocGreedy.cpp 135 IndexedMap<RegInfo, VirtReg2IndexFunctor> ExtraRegInfo;
    [all...]
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 209 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
LiveVariables.h 122 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
RegisterPressure.h 161 SparseSet<unsigned, VirtReg2IndexFunctor> LiveVirtRegs;
MachineRegisterInfo.h 45 VirtReg2IndexFunctor> VRegInfo;
54 IndexedMap<std::pair<unsigned, unsigned>, VirtReg2IndexFunctor> RegAllocHints;
LiveIntervalAnalysis.h 66 IndexedMap<LiveInterval*, VirtReg2IndexFunctor> VirtRegIntervals;
ScheduleDAGInstrs.h 170 typedef SparseSet<VReg2SUnit, VirtReg2IndexFunctor> VReg2SUnitMap;
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 293 /// This is the inverse operation of VirtReg2IndexFunctor below.
    [all...]

Completed in 95 milliseconds