Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp787 unsigned InsertMask = RKnown.Zero.getZExtValue(); in tryBitfieldInsert() local
789 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in tryBitfieldInsert()
794 InsertMask = ~InsertMask; in tryBitfieldInsert()
805 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
813 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
818 if (isRunOfOnes(InsertMask, MB, ME)) { in tryBitfieldInsert()
829 bool CanFoldMask = InsertMask == MKnown.One.getZExtValue(); in tryBitfieldInsert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5008 SmallVector<int> InsertMask(NumElts); in vectorizeTree() local
5009 std::iota(InsertMask.begin(), InsertMask.end(), 0); in vectorizeTree()
5012 InsertMask[Offset + I] = NumElts + I; in vectorizeTree()
5016 FirstInsert->getOperand(0), V, InsertMask, in vectorizeTree()