Home
last modified time | relevance | path

Searched refs:SpillBase (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp309 unsigned SpillBase; member
312 return SpillBase == Other.SpillBase && SpillOffset == Other.SpillOffset; in operator ==()
379 Kind, Value.SpillLocation.SpillBase, in operator <()
383 Other.Kind, Other.Value.SpillLocation.SpillBase, in operator <()
516 unsigned SpillBase, StackOffset SpillOffset) { in CreateSpillLoc()
521 VL.Locs[I].Value.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc()
565 unsigned Base = Loc.SpillLocation.SpillBase; in BuildDbgValue()
689 Out << printReg(MLoc.Value.SpillLocation.SpillBase, TRI); in dump()
1431 OldVarLoc, OldLoc, SpillLocation.SpillBase, SpillLocation.SpillOffset); in insertTransferDebugPair()
H A DInstrRefBasedImpl.cpp221 unsigned SpillBase; member
224 return std::make_pair(SpillBase, SpillOffset) == in operator ==()
225 std::make_pair(Other.SpillBase, Other.SpillOffset); in operator ==()
228 return std::make_tuple(SpillBase, SpillOffset.getFixed(), in operator <()
230 std::make_tuple(Other.SpillBase, Other.SpillOffset.getFixed(), in operator <()
776 unsigned Base = Spill.SpillBase; in emitLoc()