Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DStackMaps.h387 LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackMaps.cpp278 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut()); in parseOperand()
365 StackMaps::parseRegisterLiveOutMask(const uint32_t *Mask) const { in parseRegisterLiveOutMask() function in StackMaps