Home
last modified time | relevance | path

Searched refs:LiveOutVec (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackMaps.h259 using LiveOutVec = SmallVector<LiveOutReg, 8>; variable
274 LiveOutVec LiveOuts;
278 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo()
294 LiveOutVec &LiveOuts) const;
302 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackMaps.cpp105 LiveOutVec &LiveOuts) const { in parseOperand()
181 const LiveOutVec &LiveOuts = CSI.LiveOuts; in print()
256 StackMaps::LiveOutVec
260 LiveOutVec LiveOuts; in parseRegisterLiveOutMask()
308 LiveOutVec LiveOuts; in recordStackMapOpers()
499 const LiveOutVec &LiveOuts = CSI.LiveOuts; in emitCallsiteEntries()