Searched refs:MaskEnd (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 956 unsigned MaskEnd; in selectI64Imm() local 965 MaskEnd = 63; in selectI64Imm() 988 MaskEnd = LS; in selectI64Imm() 1001 getI32Imm(64 - RMin), getI32Imm(MaskEnd)); in selectI64Imm() 1898 unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64Count() argument 1902 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMask64Count() 1918 bool Repl32, unsigned MaskStart, unsigned MaskEnd, in SelectRotMask64() argument 1922 unsigned InstMaskStart = 64 - MaskEnd - 1, in SelectRotMask64() 1976 return SelectRotMask64(V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMask64() 1983 unsigned MaskEnd, unsigned *InstCnt = nullptr) { in SelectRotMaskIns64() argument [all …]
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 8897 for (int Index = 0, MaskEnd = 1 << i; Index < MaskEnd; ++Index) in matchBinOpReduction() local 8898 if (Shuffle->getMaskElt(Index) != MaskEnd + Index) in matchBinOpReduction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 33627 for(unsigned j = 0, MaskEnd = 1 << (i - 1); j < MaskEnd; ++j) in combineBasicSADPattern() local 33628 Mask[j] = MaskEnd + j; in combineBasicSADPattern()
|