Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DStackMaps.h192 typedef SmallVector<LiveOutReg, 8> LiveOutVec; typedef
200 LiveOutVec LiveOuts;
203 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo()
218 LiveOutVec &LiveOuts) const;
226 LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const;
/external/llvm/lib/CodeGen/
DStackMaps.cpp90 LiveOutVec &LiveOuts) const { in parseOperand()
165 const LiveOutVec &LiveOuts = CSI.LiveOuts; in print()
239 StackMaps::LiveOutVec
243 LiveOutVec LiveOuts; in parseRegisterLiveOutMask()
292 LiveOutVec LiveOuts; in recordStackMapOpers()
474 const LiveOutVec &LiveOuts = CSI.LiveOuts; in emitCallsiteEntries()