Home
last modified time | relevance | path

Searched refs:MaskShift (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp282 APInt MaskShift = APInt(Len, Len - 8); in tryToRecognizePopCount() local
289 match(Op1, m_SpecificInt(MaskShift))) { in tryToRecognizePopCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp455 unsigned MaskShift = in canEvaluateShiftedShift() local
457 APInt Mask = APInt::getLowBitsSet(TypeWidth, OuterShAmt) << MaskShift; in canEvaluateShiftedShift()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9112 unsigned MaskShift = (NumHalfWords - 1 - i) * 4; in lowerToVINSERTH() local
9113 Mask |= ((uint32_t)(N->getMaskElt(i * 2) / 2) << MaskShift); in lowerToVINSERTH()
9133 unsigned MaskShift = (NumHalfWords - 1 - i) * 4; in lowerToVINSERTH() local
9134 uint32_t MaskOneElt = (Mask >> MaskShift) & 0xF; in lowerToVINSERTH()
9135 uint32_t MaskOtherElts = ~(0xF << MaskShift); in lowerToVINSERTH()