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.h310 using LiveOutVec = SmallVector<LiveOutReg, 8>; variable
325 LiveOutVec LiveOuts;
329 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo()
370 LiveOutVec &LiveOuts);
377 LocationVec &Locations, LiveOutVec &LiveOuts);
385 LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp209 LiveOutVec &LiveOuts) { in parseOperand()
300 const LiveOutVec &LiveOuts = CSI.LiveOuts; in print()
375 StackMaps::LiveOutVec
379 LiveOutVec LiveOuts; in parseRegisterLiveOutMask()
420 LiveOutVec &LiveOuts) { in parseStatepointOpers()
493 LiveOutVec LiveOuts; in recordStackMapOpers()
662 const LiveOutVec &LiveOuts = CSI.LiveOuts; in emitCallsiteEntries()