Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.cpp107 const uint32_t *MB = getRegMaskBits(Reg); in getAliasSet()
164 const uint32_t *MB = getRegMaskBits(RM.Reg); in aliasRM()
200 const uint32_t *BM = getRegMaskBits(RM.Reg); in aliasMM()
201 const uint32_t *BN = getRegMaskBits(RN.Reg); in aliasMM()
DRDFRegisters.h109 const uint32_t *getRegMaskBits(RegisterId R) const { in getRegMaskBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h362 ArrayRef<const uint32_t*> getRegMaskBits() const { return RegMaskBits; } in getRegMaskBits() function
368 return getRegMaskBits().slice(P.first, P.second); in getRegMaskBitsInBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp909 Bits = getRegMaskBits(); in checkRegMaskInterference()