Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp887 unsigned TargetMask = LKnown.Zero.getZExtValue(); in tryBitfieldInsert() local
890 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in tryBitfieldInsert()
894 TargetMask = ~TargetMask; in tryBitfieldInsert()
906 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
914 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10417 ArrayRef<int> TargetMask, const SDLoc &DL, in matchShuffleWithUNPCK() argument
10424 int M1 = TargetMask[i + 0]; in matchShuffleWithUNPCK()
10425 int M2 = TargetMask[i + 1]; in matchShuffleWithUNPCK()
10437 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckl, DAG, V1, in matchShuffleWithUNPCK()
10446 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckh, DAG, V1, in matchShuffleWithUNPCK()
10458 isSequentialOrUndefOrZeroInRange(TargetMask, 0, NumElts, 0)) in matchShuffleWithUNPCK()
10463 int M = TargetMask[i]; in matchShuffleWithUNPCK()
10485 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckl, DAG)) { in matchShuffleWithUNPCK()
10492 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckh, DAG)) { in matchShuffleWithUNPCK()
10851 unsigned &PackOpcode, ArrayRef<int> TargetMask, in matchShuffleWithPACK() argument
[all …]