Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h214 struct LiveOutReg { struct
219 LiveOutReg() = default; argument
220 LiveOutReg(unsigned short Reg, unsigned short DwarfRegNum, in LiveOutReg() argument
239 using LiveOutVec = SmallVector<LiveOutReg, 8>;
305 LiveOutReg createLiveOutReg(unsigned Reg,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.cpp246 StackMaps::LiveOutReg
250 return LiveOutReg(Reg, DwarfRegNum, Size); in createLiveOutReg()
270 llvm::sort(LiveOuts, [](const LiveOutReg &LHS, const LiveOutReg &RHS) { in parseRegisterLiveOutMask()
291 [](const LiveOutReg &LO) { return LO.Reg == 0; }), in parseRegisterLiveOutMask()