Home
last modified time | relevance | path

Searched refs:parseRegisterLiveOutMask (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h310 LiveOutVec parseRegisterLiveOutMask(const uint32_t *Mask) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.cpp169 LiveOuts = parseRegisterLiveOutMask(MOI->getRegLiveOut()); in parseOperand()
256 StackMaps::parseRegisterLiveOutMask(const uint32_t *Mask) const { in parseRegisterLiveOutMask() function in StackMaps