Searched defs:SlotIndex (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.h86 // Position in block where the live-in range ends, or SlotIndex() if the
89 SlotIndex Kill;
94 LiveInBlock(LiveRange &LR, MachineDomTreeNode *node, SlotIndex kill)
115 SlotIndex Kill, unsigned PhysReg);
172 void extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg = 0);
232 SlotIndex Kill = SlotIndex()) {
230 addLiveInBlock(LiveRange &LR, MachineDomTreeNode *DomNode, SlotIndex Kill = SlotIndex()) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveRangeCalc.h80 // Position in block where the live-in range ends, or SlotIndex() if the
83 SlotIndex Kill;
88 LiveInBlock(LiveInterval *li, MachineDomTreeNode *node, SlotIndex kill)
105 SlotIndex Kill,
158 SlotIndex Kill,
208 SlotIndex Kill = SlotIndex()) {
206 addLiveInBlock(LiveInterval *LI, MachineDomTreeNode *DomNode, SlotIndex Kill = SlotIndex()) argument
/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h10 // This file implements SlotIndex and related classes. The purpose of SlotIndex
14 // SlotIndex is mostly a proxy for entries of the SlotIndexList, a class which
36 /// SlotIndex & SlotIndexes classes for the public interface to this
59 // poisoned, so that dangling SlotIndex access can be reliably detected.
90 /// SlotIndex - An opaque wrapper around machine indexes.
91 class SlotIndex { class in namespace:llvm
120 SlotIndex(IndexListEntry *entry, unsigned slot) function in class:llvm::SlotIndex
136 /// Returns the slot for this SlotIndex.
149 SlotIndex() function in class:llvm::SlotIndex
152 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) { function in class:llvm::SlotIndex
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSlotIndexes.h10 // This file implements SlotIndex and related classes. The purpose of SlotIndex
14 // SlotIndex is mostly a proxy for entries of the SlotIndexList, a class which
34 /// SlotIndex & SlotIndexes classes for the public interface to this
81 /// SlotIndex - An opaque wrapper around machine indexes.
82 class SlotIndex { class in namespace:llvm
84 friend struct DenseMapInfo<SlotIndex>;
90 SlotIndex(IndexListEntry *entry, unsigned slot) function in class:llvm::SlotIndex
102 /// Returns the slot for this SlotIndex.
107 static inline unsigned getHashValue(const SlotIndex
128 SlotIndex() : lie(0, 0) {} function in class:llvm::SlotIndex
131 SlotIndex(const SlotIndex &li, Slot s) function in class:llvm::SlotIndex
[all...]

Completed in 453 milliseconds