Home
last modified time | relevance | path

Searched refs:InsertMask (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp273 bool detectOrAndInsertion(SDValue &Op, uint64_t InsertMask) const;
726 uint64_t InsertMask) const { in detectOrAndInsertion()
739 if (InsertMask & AndMask) in detectOrAndInsertion()
745 if (Used != (AndMask | InsertMask)) { in detectOrAndInsertion()
747 if (Used != (AndMask | InsertMask | Known.Zero.getZExtValue())) in detectOrAndInsertion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp783 unsigned InsertMask = RKnown.Zero.getZExtValue(); in tryBitfieldInsert() local
785 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in tryBitfieldInsert()
790 InsertMask = ~InsertMask; in tryBitfieldInsert()
801 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
809 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
814 if (isRunOfOnes(InsertMask, MB, ME)) { in tryBitfieldInsert()
825 bool CanFoldMask = InsertMask == MKnown.One.getZExtValue(); in tryBitfieldInsert()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5259 SmallVector<int> InsertMask(NumElts); in vectorizeTree() local
5260 std::iota(InsertMask.begin(), InsertMask.end(), 0); in vectorizeTree()
5263 InsertMask[Offset + I] = NumElts + I; in vectorizeTree()
5267 FirstInsert->getOperand(0), V, InsertMask, in vectorizeTree()