Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h641 const uint32_t *getRegLiveOut() const { in getRegLiveOut() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackMaps.cpp261 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut()); in parseOperand()
H A DMachineOperand.cpp896 const uint32_t *RegMask = getRegLiveOut(); in print()