Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DStackMaps.h379 LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackMaps.cpp261 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut()); in parseOperand()
348 StackMaps::parseRegisterLiveOutMask(const uint32_t *Mask) const { in parseRegisterLiveOutMask() function in StackMaps