Home
last modified time | relevance | path

Searched refs:getRegLiveOut (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h670 const uint32_t *getRegLiveOut() const { in getRegLiveOut() function
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp296 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut()); in parseOperand()
H A DMachineOperand.cpp958 const uint32_t *RegMask = getRegLiveOut(); in print()