Home
last modified time | relevance | path

Searched refs:TargetMask (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp782 unsigned TargetMask = LKnown.Zero.getZExtValue(); in tryBitfieldInsert() local
785 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in tryBitfieldInsert()
789 TargetMask = ~TargetMask; in tryBitfieldInsert()
801 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
809 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11431 int M1 = TargetMask[i + 0]; in matchShuffleWithUNPCK()
11432 int M2 = TargetMask[i + 1]; in matchShuffleWithUNPCK()
11444 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckl, V1, in matchShuffleWithUNPCK()
11453 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckh, V1, in matchShuffleWithUNPCK()
11465 isSequentialOrUndefOrZeroInRange(TargetMask, 0, NumElts, 0)) in matchShuffleWithUNPCK()
11470 int M = TargetMask[i]; in matchShuffleWithUNPCK()
11492 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckl)) { in matchShuffleWithUNPCK()
11499 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckh)) { in matchShuffleWithUNPCK()
11888 if (isTargetShuffleEquivalent(VT, TargetMask, UnaryMask, V1)) in matchShuffleWithPACK()
35625 SmallVector<int, 8> TargetMask(Mask.begin(), Mask.end()); in matchBinaryPermuteShuffle() local
[all …]