Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFormMemoryClauses.cpp183 LaneBitmask MaskA = TRI->getSubRegIndexLaneMask(A); in forAllLanes() local
185 unsigned NA = MaskA.getNumLanes(); in forAllLanes()
189 return MaskA.getHighestLane() > MaskB.getHighestLane(); in forAllLanes()
/third_party/libdrm/tests/tegra/
Dvic40.h211 uint64_t MaskA : 1; /* 115 */ member
Dvic41.h240 uint64_t MaskA : 1; /* 115 */ member
Dvic30.h327 uint64_t MaskA : 1; /* 115 */ member
Dvic42.h239 uint64_t MaskA : 1; /* 115 */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp206 auto MaskA = m_Add(m_Shl(m_One(), m_Value(MaskShAmt)), m_AllOnes()); in dropRedundantMaskingOfLeftShiftInput() local
218 if (match(Masked, m_c_And(m_CombineOr(MaskA, MaskB), m_Value(X)))) { in dropRedundantMaskingOfLeftShiftInput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp955 LaneBitmask MaskA; in removeCopyByCommutingDef() local
967 MaskA |= SA.LaneMask; in removeCopyByCommutingDef()
987 if ((SB.LaneMask & MaskA).any()) in removeCopyByCommutingDef()