Searched refs:InsertMask (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 272 bool detectOrAndInsertion(SDValue &Op, uint64_t InsertMask) const; 725 uint64_t InsertMask) const { in detectOrAndInsertion() 738 if (InsertMask & AndMask) in detectOrAndInsertion() 744 if (Used != (AndMask | InsertMask)) { in detectOrAndInsertion() 746 if (Used != (AndMask | InsertMask | Known.Zero.getZExtValue())) in detectOrAndInsertion()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 797 unsigned InsertMask = RKnown.Zero.getZExtValue(); in tryBitfieldInsert() local 799 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in tryBitfieldInsert() 804 InsertMask = ~InsertMask; in tryBitfieldInsert() 815 std::swap(TargetMask, InsertMask); in tryBitfieldInsert() 823 std::swap(TargetMask, InsertMask); in tryBitfieldInsert() 828 if (isRunOfOnes(InsertMask, MB, ME)) { in tryBitfieldInsert() 839 bool CanFoldMask = InsertMask == MKnown.One.getZExtValue(); in tryBitfieldInsert()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 7992 SmallVector<int> InsertMask(NumElts); in vectorizeTree() local 7993 std::iota(InsertMask.begin(), InsertMask.end(), 0); in vectorizeTree() 7996 InsertMask[Offset + I] = NumElts + I; in vectorizeTree() 8000 FirstInsert->getOperand(0), V, InsertMask, in vectorizeTree()
|