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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 40 unsigned getSparseSetIndex() const {
54 unsigned getSparseSetIndex() const { return Reg; }
  /external/llvm/include/llvm/ADT/
SparseSet.h 41 /// - unsigned key, identity index, fat value providing getSparseSetIndex()
46 /// - pointer key, pointer-derived index, fat value with getSparseSetIndex()
55 return Val.getSparseSetIndex();
61 /// getSparseSetIndex() or specialize SparseSetValTraits<>.
  /external/llvm/unittests/ADT/
SparseSetTest.cpp 164 unsigned getSparseSetIndex() const { return Value - 1000; }
SparseMultiSetTest.cpp 211 unsigned getSparseSetIndex() const { return Value - 1000; }
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 80 unsigned getSparseSetIndex() const {
    [all...]
MachineTraceMetrics.cpp 682 unsigned getSparseSetIndex() const { return RegUnit; }
    [all...]
ScheduleDAGInstrs.cpp     [all...]

Completed in 221 milliseconds