Searched refs:MaskEnd (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 347 unsigned MaskEnd = 1 << i; in matchAddReduction() local 348 for (unsigned Index = 0; Index < MaskEnd; ++Index) in matchAddReduction() 349 if (Shuffle->getMaskValue(Index) != (int)(MaskEnd + Index)) in matchAddReduction()
|
H A D | X86ISelLowering.cpp | 40525 for(unsigned j = 0, MaskEnd = 1 << (i - 1); j < MaskEnd; ++j) in combineBasicSADPattern() local 40526 Mask[j] = MaskEnd + j; in combineBasicSADPattern()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2171 unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64Count() argument 2175 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMask64Count() 2191 bool Repl32, unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64() argument 2195 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMask64() 2249 return SelectRotMask64(V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMask64() 2256 unsigned MaskEnd, unsigned *InstCnt = nullptr) { in SelectRotMaskIns64() argument 2259 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMaskIns64() 2299 return SelectRotMaskIns64(Base, V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMaskIns64()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 9863 unsigned MaskEnd = (1 << i); in matchBinOpReduction() local 9866 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction() 9882 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction() 9885 for (int Index = 0; Index < (int)MaskEnd; ++Index) in matchBinOpReduction() 9886 if (Shuffle->getMaskElt(Index) != (int)(MaskEnd + Index)) in matchBinOpReduction() 9887 return PartialReduction(PrevOp, MaskEnd); in matchBinOpReduction()
|