Searched refs:MaskEnd (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86PartialReduction.cpp | 404 unsigned MaskEnd = 1 << i; in matchAddReduction() local 405 for (unsigned Index = 0; Index < MaskEnd; ++Index) in matchAddReduction() 406 if (Shuffle->getMaskValue(Index) != (int)(MaskEnd + Index)) in matchAddReduction()
|
| H A D | X86ISelLowering.cpp | 44485 for (unsigned j = 0, MaskEnd = 1 << (i - 1); j < MaskEnd; ++j) in combineVPDPBUSDPattern() local 44486 Mask[j] = MaskEnd + j; in combineVPDPBUSDPattern() 44559 for(unsigned j = 0, MaskEnd = 1 << (i - 1); j < MaskEnd; ++j) in combineBasicSADPattern() local 44560 Mask[j] = MaskEnd + j; in combineBasicSADPattern()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 2189 unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64Count() argument 2193 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMask64Count() 2209 bool Repl32, unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64() argument 2213 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMask64() 2267 return SelectRotMask64(V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMask64() 2274 unsigned MaskEnd, unsigned *InstCnt = nullptr) { in SelectRotMaskIns64() argument 2277 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMaskIns64() 2317 return SelectRotMaskIns64(Base, V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMaskIns64()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 11341 unsigned MaskEnd = (1 << i); in matchBinOpReduction() local 11344 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction() 11360 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction() 11363 for (int Index = 0; Index < (int)MaskEnd; ++Index) in matchBinOpReduction() 11364 if (Shuffle->getMaskElt(Index) != (int)(MaskEnd + Index)) in matchBinOpReduction() 11365 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction()
|