Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DStackMaps.h301 using LiveOutVec = SmallVector<LiveOutReg, 8>; variable
316 LiveOutVec LiveOuts;
320 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo()
364 LiveOutVec &LiveOuts) const;
371 LocationVec &Locations, LiveOutVec &LiveOuts);
379 LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DStackMaps.cpp190 LiveOutVec &LiveOuts) const { in parseOperand()
272 const LiveOutVec &LiveOuts = CSI.LiveOuts; in print()
347 StackMaps::LiveOutVec
351 LiveOutVec LiveOuts; in parseRegisterLiveOutMask()
392 LiveOutVec &LiveOuts) { in parseStatepointOpers()
465 LiveOutVec LiveOuts; in recordStackMapOpers()
657 const LiveOutVec &LiveOuts = CSI.LiveOuts; in emitCallsiteEntries()