Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp805 unsigned TargetMask = LKnown.Zero.getZExtValue(); in tryBitfieldInsert() local
808 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in tryBitfieldInsert()
812 TargetMask = ~TargetMask; in tryBitfieldInsert()
824 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
832 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12296 ArrayRef<int> TargetMask, const SDLoc &DL, in matchShuffleWithUNPCK() argument
12303 int M1 = TargetMask[i + 0]; in matchShuffleWithUNPCK()
12304 int M2 = TargetMask[i + 1]; in matchShuffleWithUNPCK()
12316 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckl, DAG, V1, in matchShuffleWithUNPCK()
12325 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckh, DAG, V1, in matchShuffleWithUNPCK()
12337 isSequentialOrUndefOrZeroInRange(TargetMask, 0, NumElts, 0)) in matchShuffleWithUNPCK()
12342 int M = TargetMask[i]; in matchShuffleWithUNPCK()
12364 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckl, DAG)) { in matchShuffleWithUNPCK()
12371 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckh, DAG)) { in matchShuffleWithUNPCK()
12740 unsigned &PackOpcode, ArrayRef<int> TargetMask, in matchShuffleWithPACK() argument
[all …]