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/
DStackMaps.h387 LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackMaps.cpp278 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut()); in parseOperand()
365 StackMaps::parseRegisterLiveOutMask(const uint32_t *Mask) const { in parseRegisterLiveOutMask() function in StackMaps