Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DMachineOperandTest.cpp285 ASSERT_TRUE(MO.getRegLiveOut() == &Mask); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h650 const uint32_t *getRegLiveOut() const { in getRegLiveOut() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackMaps.cpp261 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut()); in parseOperand()
H A DMachineOperand.cpp907 const uint32_t *RegMask = getRegLiveOut(); in print()