Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h280 struct LiveOutReg { struct
285 LiveOutReg() = default; argument
286 LiveOutReg(uint16_t Reg, uint16_t DwarfRegNum, uint16_t Size) in LiveOutReg() function
308 using LiveOutVec = SmallVector<LiveOutReg, 8>;
381 LiveOutReg createLiveOutReg(unsigned Reg,
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp373 StackMaps::LiveOutReg
377 return LiveOutReg(Reg, DwarfRegNum, Size); in createLiveOutReg()
397 llvm::sort(LiveOuts, [](const LiveOutReg &LHS, const LiveOutReg &RHS) { in parseRegisterLiveOutMask()
416 llvm::erase_if(LiveOuts, [](const LiveOutReg &LO) { return LO.Reg == 0; }); in parseRegisterLiveOutMask()