Searched refs:TargetMask (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 796 unsigned TargetMask = LKnown.Zero.getZExtValue(); in tryBitfieldInsert() local 799 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in tryBitfieldInsert() 803 TargetMask = ~TargetMask; in tryBitfieldInsert() 815 std::swap(TargetMask, InsertMask); in tryBitfieldInsert() 823 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 12142 int M1 = TargetMask[i + 0]; in matchShuffleWithUNPCK() 12143 int M2 = TargetMask[i + 1]; in matchShuffleWithUNPCK() 12155 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckl, DAG, V1, in matchShuffleWithUNPCK() 12164 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckh, DAG, V1, in matchShuffleWithUNPCK() 12176 isSequentialOrUndefOrZeroInRange(TargetMask, 0, NumElts, 0)) in matchShuffleWithUNPCK() 12181 int M = TargetMask[i]; in matchShuffleWithUNPCK() 12203 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckl, DAG)) { in matchShuffleWithUNPCK() 12210 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckh, DAG)) { in matchShuffleWithUNPCK() 12605 if (isTargetShuffleEquivalent(VT, TargetMask, UnaryMask, DAG, V1)) in matchShuffleWithPACK() 37745 SmallVector<int, 8> TargetMask(Mask.begin(), Mask.end()); in matchBinaryPermuteShuffle() local [all …]
|