Searched refs:getSparseSetIndex (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h40 unsigned getSparseSetIndex() const { function in struct:llvm::VReg2SUnit
54 unsigned getSparseSetIndex() const { return Reg; } function in struct:llvm::PhysRegSUOper
/external/llvm/include/llvm/ADT/
H A DSparseSet.h41 /// - 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/
H A DSparseSetTest.cpp164 unsigned getSparseSetIndex() const { return Value - 1000; } function in struct:__anon11222::Alt
H A DSparseMultiSetTest.cpp211 unsigned getSparseSetIndex() const { return Value - 1000; } function in struct:__anon11221::Alt
/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp80 unsigned getSparseSetIndex() const { function in struct:__anon10461::RAFast::LiveReg
H A DMachineTraceMetrics.cpp682 unsigned getSparseSetIndex() const { return RegUnit; }
H A DScheduleDAGInstrs.cpp1258 unsigned getSparseSetIndex() const { return NodeID; } function in struct:llvm::SchedDFSImpl::RootData

Completed in 128 milliseconds