Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h671 const uint32_t *getRegLiveOut() const { in getRegLiveOut() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp289 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut()); in parseOperand()
H A DMachineOperand.cpp974 const uint32_t *RegMask = getRegLiveOut(); in print()