Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp1200 unsigned DstBit = Log2_32(Idx.LaneMask); in computeSubRegLaneMasks() local
1201 assert(Idx.LaneMask == 1u << DstBit && "Must be a leaf subregister"); in computeSubRegLaneMasks()
1202 MaskRolPair MaskRol = { 1, (uint8_t)DstBit }; in computeSubRegLaneMasks()
1230 unsigned DstBit = Log2_32(Composite->LaneMask); in computeSubRegLaneMasks() local
1231 int Shift = DstBit - SrcBit; in computeSubRegLaneMasks()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenRegisters.cpp1395 unsigned DstBit = Idx.LaneMask.getHighestLane(); in computeSubRegLaneMasks() local
1396 assert(Idx.LaneMask == LaneBitmask::getLane(DstBit) && in computeSubRegLaneMasks()
1398 MaskRolPair MaskRol = { LaneBitmask::getLane(0), (uint8_t)DstBit }; in computeSubRegLaneMasks()
1426 unsigned DstBit = Composite->LaneMask.getHighestLane(); in computeSubRegLaneMasks() local
1427 int Shift = DstBit - SrcBit; in computeSubRegLaneMasks()