Home
last modified time | relevance | path

Searched refs:getSparseSetIndex (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h61 unsigned getSparseSetIndex() const { in getSparseSetIndex()
85 unsigned getSparseSetIndex() const { return RegUnit; }
60 unsigned getSparseSetIndex() const { getSparseSetIndex() function
84 unsigned getSparseSetIndex() const { return RegUnit; } getSparseSetIndex() function
H A DMachineTraceMetrics.h81 unsigned getSparseSetIndex() const { return RegUnit; }
80 unsigned getSparseSetIndex() const { return RegUnit; } getSparseSetIndex() function
H A DRegisterPressure.h270 unsigned getSparseSetIndex() const { in getSparseSetIndex() function
/llvm-project/llvm/include/llvm/ADT/
H A DSparseSet.h45 /// - unsigned key, identity index, fat value providing getSparseSetIndex()
50 /// - pointer key, pointer-derived index, fat value with getSparseSetIndex()
59 return Val.getSparseSetIndex(); in getValIndex()
65 /// getSparseSetIndex() or specialize SparseSetValTraits<>.
/llvm-project/llvm/unittests/ADT/
H A DSparseSetTest.cpp165 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex() function
H A DSparseMultiSetTest.cpp210 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex() function
/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1256 unsigned getSparseSetIndex() const { return NodeID; } in RootData()
1259 unsigned getSparseSetIndex() const { return NodeID; } getSparseSetIndex() function
H A DRegAllocFast.cpp210 unsigned getSparseSetIndex() const { in getSparseSetIndex() function