Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h60 unsigned getSparseSetIndex() const { in getSparseSetIndex() function
84 unsigned getSparseSetIndex() const { return RegUnit; } in getSparseSetIndex() function
H A DMachineTraceMetrics.h80 unsigned getSparseSetIndex() const { return RegUnit; } in getSparseSetIndex() function
H A DRegisterPressure.h270 unsigned getSparseSetIndex() const { in getSparseSetIndex() function
/freebsd/contrib/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<>.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1259 unsigned getSparseSetIndex() const { return NodeID; } in getSparseSetIndex() function
H A DRegAllocFast.cpp210 unsigned getSparseSetIndex() const { in getSparseSetIndex() function