Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h308 using LiveOutVec = SmallVector<LiveOutReg, 8>; variable
323 LiveOutVec LiveOuts;
327 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo()
371 LiveOutVec &LiveOuts);
378 LocationVec &Locations, LiveOutVec &LiveOuts);
386 LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp210 LiveOutVec &LiveOuts) { in parseOperand()
307 const LiveOutVec &LiveOuts = CSI.LiveOuts; in print()
382 StackMaps::LiveOutVec
386 LiveOutVec LiveOuts; in parseRegisterLiveOutMask()
427 LiveOutVec &LiveOuts) { in parseStatepointOpers()
500 LiveOutVec LiveOuts; in recordStackMapOpers()
671 const LiveOutVec &LiveOuts = CSI.LiveOuts; in emitCallsiteEntries()