Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp786 unsigned TargetMask = LKnown.Zero.getZExtValue(); in tryBitfieldInsert() local
789 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in tryBitfieldInsert()
793 TargetMask = ~TargetMask; in tryBitfieldInsert()
805 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
813 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11399 ArrayRef<int> TargetMask, const SDLoc &DL, in matchShuffleWithUNPCK() argument
11406 int M1 = TargetMask[i + 0]; in matchShuffleWithUNPCK()
11407 int M2 = TargetMask[i + 1]; in matchShuffleWithUNPCK()
11419 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckl, V1, in matchShuffleWithUNPCK()
11428 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckh, V1, in matchShuffleWithUNPCK()
11440 isSequentialOrUndefOrZeroInRange(TargetMask, 0, NumElts, 0)) in matchShuffleWithUNPCK()
11445 int M = TargetMask[i]; in matchShuffleWithUNPCK()
11467 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckl)) { in matchShuffleWithUNPCK()
11474 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckh)) { in matchShuffleWithUNPCK()
11801 unsigned &PackOpcode, ArrayRef<int> TargetMask, in matchShuffleWithPACK() argument
[all …]