Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h494 const uint32_t *getRegLiveOut() const { in getRegLiveOut() function
/external/llvm/lib/CodeGen/
DStackMaps.cpp154 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut()); in parseOperand()
DMIRPrinter.cpp843 const uint32_t *RegMask = Op.getRegLiveOut(); in print()