Home
last modified time | relevance | path

Searched refs:MaskB (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp184 LaneBitmask MaskB = TRI->getSubRegIndexLaneMask(B); in forAllLanes()
186 unsigned NB = MaskB.getNumLanes(); in forAllLanes()
189 return MaskA.getHighestLane() > MaskB.getHighestLane(); in forAllLanes()
/third_party/libdrm/tests/tegra/
H A Dvic40.h210 uint64_t MaskB : 1; /* 114 */ member
H A Dvic30.h326 uint64_t MaskB : 1; /* 114 */ member
H A Dvic41.h239 uint64_t MaskB : 1; /* 114 */ member
H A Dvic42.h238 uint64_t MaskB : 1; /* 114 */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp208 auto MaskB = m_Xor(m_Shl(m_AllOnes(), m_Value(MaskShAmt)), m_AllOnes()); in dropRedundantMaskingOfLeftShiftInput() local
218 if (match(Masked, m_c_And(m_CombineOr(MaskA, MaskB), m_Value(X)))) { in dropRedundantMaskingOfLeftShiftInput()
H A DInstCombineSelect.cpp527 Value *MaskB = HasShift ? Builder.CreateShl(One, Z) : One; in foldSelectICmpAndAnd() local
528 Value *FullMask = Builder.CreateOr(Y, MaskB); in foldSelectICmpAndAnd()

Completed in 13 milliseconds