Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h379 LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const;
/freebsd-13.1/contrib/llvm-project/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