Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineOperandTest.cpp285 ASSERT_TRUE(MO.getRegLiveOut() == &Mask); in TEST()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h494 const uint32_t *getRegLiveOut() const { in getRegLiveOut() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackMaps.cpp170 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut()); in parseOperand()
DMachineOperand.cpp872 const uint32_t *RegMask = getRegLiveOut(); in print()
/external/llvm/lib/CodeGen/
DStackMaps.cpp154 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut()); in parseOperand()
DMIRPrinter.cpp843 const uint32_t *RegMask = Op.getRegLiveOut(); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h625 const uint32_t *getRegLiveOut() const { in getRegLiveOut() function